{
  "type": "File",
  "start": 0,
  "end": 15268,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 468,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 15268,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 468,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 34,
        "end": 71,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 40,
            "end": 70,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 40,
              "end": 45,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 11
                },
                "identifierName": "Utils"
              },
              "name": "Utils",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 48,
              "end": 70,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 14
                },
                "end": {
                  "line": 4,
                  "column": 36
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 48,
                "end": 55,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 14
                  },
                  "end": {
                    "line": 4,
                    "column": 21
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 56,
                  "end": 69,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 22
                    },
                    "end": {
                      "line": 4,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "../../utils",
                    "raw": "'../../utils'"
                  },
                  "value": "../../utils"
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " jshint -W110 ",
            "start": 15,
            "end": 33,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 18
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 72,
        "end": 101,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 29
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 78,
            "end": 100,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 28
              }
            },
            "id": {
              "type": "Identifier",
              "start": 78,
              "end": 82,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 10
                },
                "identifierName": "util"
              },
              "name": "util"
            },
            "init": {
              "type": "CallExpression",
              "start": 85,
              "end": 100,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 13
                },
                "end": {
                  "line": 5,
                  "column": 28
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 85,
                "end": 92,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 13
                  },
                  "end": {
                    "line": 5,
                    "column": 20
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 93,
                  "end": 99,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 21
                    },
                    "end": {
                      "line": 5,
                      "column": 27
                    }
                  },
                  "extra": {
                    "rawValue": "util",
                    "raw": "'util'"
                  },
                  "value": "util"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 102,
        "end": 151,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 49
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 108,
            "end": 150,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 48
              }
            },
            "id": {
              "type": "Identifier",
              "start": 108,
              "end": 119,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 17
                },
                "identifierName": "Transaction"
              },
              "name": "Transaction"
            },
            "init": {
              "type": "CallExpression",
              "start": 122,
              "end": 150,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 20
                },
                "end": {
                  "line": 6,
                  "column": 48
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 122,
                "end": 129,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 20
                  },
                  "end": {
                    "line": 6,
                    "column": 27
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 130,
                  "end": 149,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 28
                    },
                    "end": {
                      "line": 6,
                      "column": 47
                    }
                  },
                  "extra": {
                    "rawValue": "../../transaction",
                    "raw": "'../../transaction'"
                  },
                  "value": "../../transaction"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 152,
        "end": 180,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 28
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 158,
            "end": 179,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 27
              }
            },
            "id": {
              "type": "Identifier",
              "start": 158,
              "end": 159,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 7
                },
                "identifierName": "_"
              },
              "name": "_"
            },
            "init": {
              "type": "CallExpression",
              "start": 162,
              "end": 179,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 10
                },
                "end": {
                  "line": 7,
                  "column": 27
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 162,
                "end": 169,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 10
                  },
                  "end": {
                    "line": 7,
                    "column": 17
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 170,
                  "end": 178,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 18
                    },
                    "end": {
                      "line": 7,
                      "column": 26
                    }
                  },
                  "extra": {
                    "rawValue": "lodash",
                    "raw": "'lodash'"
                  },
                  "value": "lodash"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 181,
        "end": 245,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 64
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 187,
            "end": 244,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 63
              }
            },
            "id": {
              "type": "Identifier",
              "start": 187,
              "end": 206,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 25
                },
                "identifierName": "MySqlQueryGenerator"
              },
              "name": "MySqlQueryGenerator"
            },
            "init": {
              "type": "CallExpression",
              "start": 209,
              "end": 244,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 28
                },
                "end": {
                  "line": 8,
                  "column": 63
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 209,
                "end": 216,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 28
                  },
                  "end": {
                    "line": 8,
                    "column": 35
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 217,
                  "end": 243,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 36
                    },
                    "end": {
                      "line": 8,
                      "column": 62
                    }
                  },
                  "extra": {
                    "rawValue": "../mysql/query-generator",
                    "raw": "'../mysql/query-generator'"
                  },
                  "value": "../mysql/query-generator"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 246,
        "end": 316,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 70
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 252,
            "end": 315,
            "loc": {
              "start": {
                "line": 9,
                "column": 6
              },
              "end": {
                "line": 9,
                "column": 69
              }
            },
            "id": {
              "type": "Identifier",
              "start": 252,
              "end": 274,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 6
                },
                "end": {
                  "line": 9,
                  "column": 28
                },
                "identifierName": "AbstractQueryGenerator"
              },
              "name": "AbstractQueryGenerator"
            },
            "init": {
              "type": "CallExpression",
              "start": 277,
              "end": 315,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 31
                },
                "end": {
                  "line": 9,
                  "column": 69
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 277,
                "end": 284,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 31
                  },
                  "end": {
                    "line": 9,
                    "column": 38
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 285,
                  "end": 314,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 39
                    },
                    "end": {
                      "line": 9,
                      "column": 68
                    }
                  },
                  "extra": {
                    "rawValue": "../abstract/query-generator",
                    "raw": "'../abstract/query-generator'"
                  },
                  "value": "../abstract/query-generator"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 318,
        "end": 15233,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 465,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 324,
            "end": 15232,
            "loc": {
              "start": {
                "line": 11,
                "column": 6
              },
              "end": {
                "line": 465,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 324,
              "end": 338,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 6
                },
                "end": {
                  "line": 11,
                  "column": 20
                },
                "identifierName": "QueryGenerator"
              },
              "name": "QueryGenerator"
            },
            "init": {
              "type": "ObjectExpression",
              "start": 341,
              "end": 15232,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 23
                },
                "end": {
                  "line": 465,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 371,
                  "end": 401,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 2
                    },
                    "end": {
                      "line": 13,
                      "column": 32
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 371,
                    "end": 380,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 2
                      },
                      "end": {
                        "line": 13,
                        "column": 11
                      },
                      "identifierName": "__proto__"
                    },
                    "name": "__proto__",
                    "leadingComments": null
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 382,
                    "end": 401,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 13
                      },
                      "end": {
                        "line": 13,
                        "column": 32
                      },
                      "identifierName": "MySqlQueryGenerator"
                    },
                    "name": "MySqlQueryGenerator"
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": " jshint proto:true ",
                      "start": 345,
                      "end": 368,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 2
                        },
                        "end": {
                          "line": 12,
                          "column": 25
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectProperty",
                  "start": 405,
                  "end": 416,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 2
                    },
                    "end": {
                      "line": 14,
                      "column": 13
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 405,
                    "end": 412,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 2
                      },
                      "end": {
                        "line": 14,
                        "column": 9
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 414,
                    "end": 416,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 11
                      },
                      "end": {
                        "line": 14,
                        "column": 13
                      }
                    },
                    "properties": []
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 420,
                  "end": 437,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 2
                    },
                    "end": {
                      "line": 15,
                      "column": 19
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 420,
                    "end": 427,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 2
                      },
                      "end": {
                        "line": 15,
                        "column": 9
                      },
                      "identifierName": "dialect"
                    },
                    "name": "dialect"
                  },
                  "value": {
                    "type": "StringLiteral",
                    "start": 429,
                    "end": 437,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 11
                      },
                      "end": {
                        "line": 15,
                        "column": 19
                      }
                    },
                    "extra": {
                      "rawValue": "sqlite",
                      "raw": "'sqlite'"
                    },
                    "value": "sqlite"
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 442,
                  "end": 557,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 2
                    },
                    "end": {
                      "line": 19,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 442,
                    "end": 454,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 2
                      },
                      "end": {
                        "line": 17,
                        "column": 14
                      },
                      "identifierName": "createSchema"
                    },
                    "name": "createSchema"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 457,
                    "end": 557,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 17
                      },
                      "end": {
                        "line": 19,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 463,
                        "end": 553,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 94
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 470,
                          "end": 552,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 11
                            },
                            "end": {
                              "line": 18,
                              "column": 93
                            }
                          },
                          "extra": {
                            "rawValue": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';",
                            "raw": "\"SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';\""
                          },
                          "value": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 562,
                  "end": 681,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 2
                    },
                    "end": {
                      "line": 23,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 562,
                    "end": 578,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 2
                      },
                      "end": {
                        "line": 21,
                        "column": 18
                      },
                      "identifierName": "showSchemasQuery"
                    },
                    "name": "showSchemasQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 581,
                    "end": 681,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 21
                      },
                      "end": {
                        "line": 23,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 587,
                        "end": 677,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 22,
                            "column": 94
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 594,
                          "end": 676,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 11
                            },
                            "end": {
                              "line": 22,
                              "column": 93
                            }
                          },
                          "extra": {
                            "rawValue": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';",
                            "raw": "\"SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';\""
                          },
                          "value": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 686,
                  "end": 757,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 2
                    },
                    "end": {
                      "line": 27,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 686,
                    "end": 698,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 2
                      },
                      "end": {
                        "line": 25,
                        "column": 14
                      },
                      "identifierName": "versionQuery"
                    },
                    "name": "versionQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 701,
                    "end": 757,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 17
                      },
                      "end": {
                        "line": 27,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 707,
                        "end": 753,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 50
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 714,
                          "end": 752,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 11
                            },
                            "end": {
                              "line": 26,
                              "column": 49
                            }
                          },
                          "extra": {
                            "rawValue": "SELECT sqlite_version() as `version`",
                            "raw": "'SELECT sqlite_version() as `version`'"
                          },
                          "value": "SELECT sqlite_version() as `version`"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 762,
                  "end": 2720,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 2
                    },
                    "end": {
                      "line": 78,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 762,
                    "end": 778,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 2
                      },
                      "end": {
                        "line": 29,
                        "column": 18
                      },
                      "identifierName": "createTableQuery"
                    },
                    "name": "createTableQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 779,
                      "end": 788,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 19
                        },
                        "end": {
                          "line": 29,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 790,
                      "end": 800,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 30
                        },
                        "end": {
                          "line": 29,
                          "column": 40
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 802,
                      "end": 809,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 42
                        },
                        "end": {
                          "line": 29,
                          "column": 49
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 811,
                    "end": 2720,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 51
                      },
                      "end": {
                        "line": 78,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 817,
                        "end": 841,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 4
                          },
                          "end": {
                            "line": 30,
                            "column": 28
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 817,
                          "end": 840,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 4
                            },
                            "end": {
                              "line": 30,
                              "column": 27
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 817,
                            "end": 824,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 4
                              },
                              "end": {
                                "line": 30,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "right": {
                            "type": "LogicalExpression",
                            "start": 827,
                            "end": 840,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 14
                              },
                              "end": {
                                "line": 30,
                                "column": 27
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 827,
                              "end": 834,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 14
                                },
                                "end": {
                                  "line": 30,
                                  "column": 21
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 838,
                              "end": 840,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 25
                                },
                                "end": {
                                  "line": 30,
                                  "column": 27
                                }
                              },
                              "properties": []
                            }
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 847,
                        "end": 870,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 27
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 853,
                            "end": 869,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 10
                              },
                              "end": {
                                "line": 32,
                                "column": 26
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 853,
                              "end": 864,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 10
                                },
                                "end": {
                                  "line": 32,
                                  "column": 21
                                },
                                "identifierName": "primaryKeys"
                              },
                              "name": "primaryKeys"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 867,
                              "end": 869,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 24
                                },
                                "end": {
                                  "line": 32,
                                  "column": 26
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 875,
                        "end": 1008,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 137
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 881,
                            "end": 1007,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 10
                              },
                              "end": {
                                "line": 33,
                                "column": 136
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 881,
                              "end": 905,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 10
                                },
                                "end": {
                                  "line": 33,
                                  "column": 34
                                },
                                "identifierName": "needsMultiplePrimaryKeys"
                              },
                              "name": "needsMultiplePrimaryKeys"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 909,
                              "end": 1006,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 38
                                },
                                "end": {
                                  "line": 33,
                                  "column": 135
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 909,
                                "end": 1002,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 131
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 909,
                                  "end": 995,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 124
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 909,
                                    "end": 942,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 71
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 909,
                                      "end": 935,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 64
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 909,
                                        "end": 923,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 909,
                                          "end": 916,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 909,
                                            "end": 914,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 43
                                              },
                                              "identifierName": "Utils"
                                            },
                                            "name": "Utils"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 915,
                                            "end": 916,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 45
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 917,
                                          "end": 923,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 52
                                            },
                                            "identifierName": "values"
                                          },
                                          "name": "values"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 924,
                                          "end": 934,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 63
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 936,
                                      "end": 942,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 71
                                        },
                                        "identifierName": "filter"
                                      },
                                      "name": "filter"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 943,
                                      "end": 994,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 72
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 123
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 943,
                                          "end": 953,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 82
                                            },
                                            "identifierName": "definition"
                                          },
                                          "name": "definition"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 957,
                                        "end": 994,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 123
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 957,
                                          "end": 967,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 96
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 957,
                                            "end": 958,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 86
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 87
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 959,
                                            "end": 967,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 96
                                              },
                                              "identifierName": "includes"
                                            },
                                            "name": "includes"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 968,
                                            "end": 978,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 97
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 107
                                              },
                                              "identifierName": "definition"
                                            },
                                            "name": "definition"
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 980,
                                            "end": 993,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 109
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 122
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "PRIMARY KEY",
                                              "raw": "'PRIMARY KEY'"
                                            },
                                            "value": "PRIMARY KEY"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 996,
                                  "end": 1002,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 125
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 131
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 1005,
                                "end": 1006,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 134
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 135
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 908
                              }
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 1013,
                        "end": 1034,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 34,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1019,
                            "end": 1033,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 10
                              },
                              "end": {
                                "line": 34,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1019,
                              "end": 1028,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 10
                                },
                                "end": {
                                  "line": 34,
                                  "column": 19
                                },
                                "identifierName": "attrArray"
                              },
                              "name": "attrArray"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 1031,
                              "end": 1033,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 22
                                },
                                "end": {
                                  "line": 34,
                                  "column": 24
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 1040,
                        "end": 2015,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 4
                          },
                          "end": {
                            "line": 58,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 1045,
                          "end": 1055,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 9
                            },
                            "end": {
                              "line": 36,
                              "column": 19
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1051,
                              "end": 1055,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 15
                                },
                                "end": {
                                  "line": 36,
                                  "column": 19
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1051,
                                "end": 1055,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 19
                                  },
                                  "identifierName": "attr"
                                },
                                "name": "attr"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1059,
                          "end": 1069,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 23
                            },
                            "end": {
                              "line": 36,
                              "column": 33
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 1071,
                          "end": 2015,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 35
                            },
                            "end": {
                              "line": 58,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 1079,
                              "end": 2009,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 6
                                },
                                "end": {
                                  "line": 57,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 1083,
                                "end": 1114,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1083,
                                  "end": 1108,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1083,
                                    "end": 1093,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 20
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1094,
                                    "end": 1108,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 35
                                      },
                                      "identifierName": "hasOwnProperty"
                                    },
                                    "name": "hasOwnProperty"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1109,
                                    "end": 1113,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 40
                                      },
                                      "identifierName": "attr"
                                    },
                                    "name": "attr"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 1116,
                                "end": 2009,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 1126,
                                    "end": 1158,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 40
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 1130,
                                        "end": 1157,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 39
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 1130,
                                          "end": 1138,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 20
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 1141,
                                          "end": 1157,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1141,
                                            "end": 1151,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 33
                                              },
                                              "identifierName": "attributes"
                                            },
                                            "name": "attributes"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1152,
                                            "end": 1156,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 38
                                              },
                                              "identifierName": "attr"
                                            },
                                            "name": "attr"
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 1167,
                                    "end": 1241,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 82
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 1173,
                                        "end": 1240,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 81
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 1173,
                                          "end": 1194,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 35
                                            },
                                            "identifierName": "containsAutoIncrement"
                                          },
                                          "name": "containsAutoIncrement"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 1197,
                                          "end": 1240,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 81
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1197,
                                            "end": 1213,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 54
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1197,
                                              "end": 1204,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1197,
                                                "end": 1202,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 43
                                                  },
                                                  "identifierName": "Utils"
                                                },
                                                "name": "Utils"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1203,
                                                "end": 1204,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 45
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1205,
                                              "end": 1213,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 54
                                                },
                                                "identifierName": "includes"
                                              },
                                              "name": "includes"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1214,
                                              "end": 1222,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 63
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            {
                                              "type": "StringLiteral",
                                              "start": 1224,
                                              "end": 1239,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 80
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "AUTOINCREMENT",
                                                "raw": "'AUTOINCREMENT'"
                                              },
                                              "value": "AUTOINCREMENT"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 1251,
                                    "end": 1349,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "Identifier",
                                      "start": 1255,
                                      "end": 1276,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 33
                                        },
                                        "identifierName": "containsAutoIncrement"
                                      },
                                      "name": "containsAutoIncrement"
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 1278,
                                      "end": 1349,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1290,
                                          "end": 1339,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 59
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 1290,
                                            "end": 1338,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 58
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 1290,
                                              "end": 1298,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 18
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 1301,
                                              "end": 1338,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 58
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1301,
                                                "end": 1317,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1301,
                                                  "end": 1309,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 29
                                                    },
                                                    "identifierName": "dataType"
                                                  },
                                                  "name": "dataType"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1310,
                                                  "end": 1317,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 37
                                                    },
                                                    "identifierName": "replace"
                                                  },
                                                  "name": "replace"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "RegExpLiteral",
                                                  "start": 1318,
                                                  "end": 1326,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 46
                                                    }
                                                  },
                                                  "extra": {
                                                    "raw": "/BIGINT/"
                                                  },
                                                  "pattern": "BIGINT",
                                                  "flags": ""
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 1328,
                                                  "end": 1337,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 57
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "INTEGER",
                                                    "raw": "'INTEGER'"
                                                  },
                                                  "value": "INTEGER"
                                                }
                                              ]
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 1359,
                                    "end": 1389,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 38
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 1363,
                                        "end": 1388,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 37
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 1363,
                                          "end": 1377,
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 26
                                            },
                                            "identifierName": "dataTypeString"
                                          },
                                          "name": "dataTypeString"
                                        },
                                        "init": {
                                          "type": "Identifier",
                                          "start": 1380,
                                          "end": 1388,
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 37
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        }
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 1398,
                                    "end": 1926,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 1402,
                                      "end": 1443,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 53
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1402,
                                        "end": 1418,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1402,
                                          "end": 1409,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1402,
                                            "end": 1407,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 17
                                              },
                                              "identifierName": "Utils"
                                            },
                                            "name": "Utils"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1408,
                                            "end": 1409,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 19
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1410,
                                          "end": 1418,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 28
                                            },
                                            "identifierName": "includes"
                                          },
                                          "name": "includes"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1419,
                                          "end": 1427,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 37
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        },
                                        {
                                          "type": "StringLiteral",
                                          "start": 1429,
                                          "end": 1442,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 52
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "PRIMARY KEY",
                                            "raw": "'PRIMARY KEY'"
                                          },
                                          "value": "PRIMARY KEY"
                                        }
                                      ]
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 1445,
                                      "end": 1926,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 1457,
                                          "end": 1751,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 11
                                            }
                                          },
                                          "test": {
                                            "type": "CallExpression",
                                            "start": 1461,
                                            "end": 1498,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 51
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1461,
                                              "end": 1477,
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1461,
                                                "end": 1468,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 21
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1461,
                                                  "end": 1466,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 19
                                                    },
                                                    "identifierName": "Utils"
                                                  },
                                                  "name": "Utils"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1467,
                                                  "end": 1468,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 21
                                                    },
                                                    "identifierName": "_"
                                                  },
                                                  "name": "_"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1469,
                                                "end": 1477,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 30
                                                  },
                                                  "identifierName": "includes"
                                                },
                                                "name": "includes"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1478,
                                                "end": 1486,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 39
                                                  },
                                                  "identifierName": "dataType"
                                                },
                                                "name": "dataType"
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 1488,
                                                "end": 1497,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 50
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "INTEGER",
                                                  "raw": "'INTEGER'"
                                                },
                                                "value": "INTEGER"
                                              }
                                            ]
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 1500,
                                            "end": 1751,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1638,
                                                "end": 1739,
                                                "loc": {
                                                  "start": {
                                                    "line": 48,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 113
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 1638,
                                                  "end": 1738,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 112
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 1638,
                                                    "end": 1652,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 26
                                                      },
                                                      "identifierName": "dataTypeString"
                                                    },
                                                    "name": "dataTypeString",
                                                    "leadingComments": null
                                                  },
                                                  "right": {
                                                    "type": "ConditionalExpression",
                                                    "start": 1655,
                                                    "end": 1738,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 112
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "Identifier",
                                                      "start": 1655,
                                                      "end": 1676,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 50
                                                        },
                                                        "identifierName": "containsAutoIncrement"
                                                      },
                                                      "name": "containsAutoIncrement"
                                                    },
                                                    "consequent": {
                                                      "type": "StringLiteral",
                                                      "start": 1679,
                                                      "end": 1714,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 53
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 88
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "INTEGER PRIMARY KEY AUTOINCREMENT",
                                                        "raw": "'INTEGER PRIMARY KEY AUTOINCREMENT'"
                                                      },
                                                      "value": "INTEGER PRIMARY KEY AUTOINCREMENT"
                                                    },
                                                    "alternate": {
                                                      "type": "StringLiteral",
                                                      "start": 1717,
                                                      "end": 1738,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 112
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "INTEGER PRIMARY KEY",
                                                        "raw": "'INTEGER PRIMARY KEY'"
                                                      },
                                                      "value": "INTEGER PRIMARY KEY"
                                                    }
                                                  },
                                                  "leadingComments": null
                                                },
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " Only INTEGER is allowed for primary key, see https://github.com/sequelize/sequelize/issues/969 (no lenght, unsigned etc)",
                                                    "start": 1502,
                                                    "end": 1625,
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 178
                                                      }
                                                    }
                                                  }
                                                ]
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 1763,
                                          "end": 1916,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 11
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 1767,
                                            "end": 1791,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 38
                                              },
                                              "identifierName": "needsMultiplePrimaryKeys"
                                            },
                                            "name": "needsMultiplePrimaryKeys"
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 1793,
                                            "end": 1916,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1807,
                                                "end": 1830,
                                                "loc": {
                                                  "start": {
                                                    "line": 52,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 35
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 1807,
                                                  "end": 1829,
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 34
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1807,
                                                    "end": 1823,
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 28
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1807,
                                                      "end": 1818,
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 23
                                                        },
                                                        "identifierName": "primaryKeys"
                                                      },
                                                      "name": "primaryKeys"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1819,
                                                      "end": 1823,
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 28
                                                        },
                                                        "identifierName": "push"
                                                      },
                                                      "name": "push"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 1824,
                                                      "end": 1828,
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 33
                                                        },
                                                        "identifierName": "attr"
                                                      },
                                                      "name": "attr"
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1843,
                                                "end": 1904,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 73
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 1843,
                                                  "end": 1903,
                                                  "loc": {
                                                    "start": {
                                                      "line": 53,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 53,
                                                      "column": 72
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 1843,
                                                    "end": 1857,
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 26
                                                      },
                                                      "identifierName": "dataTypeString"
                                                    },
                                                    "name": "dataTypeString"
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 1860,
                                                    "end": 1903,
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 72
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1860,
                                                      "end": 1876,
                                                      "loc": {
                                                        "start": {
                                                          "line": 53,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 53,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1860,
                                                        "end": 1868,
                                                        "loc": {
                                                          "start": {
                                                            "line": 53,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 53,
                                                            "column": 37
                                                          },
                                                          "identifierName": "dataType"
                                                        },
                                                        "name": "dataType"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1869,
                                                        "end": 1876,
                                                        "loc": {
                                                          "start": {
                                                            "line": 53,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 53,
                                                            "column": 45
                                                          },
                                                          "identifierName": "replace"
                                                        },
                                                        "name": "replace"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "RegExpLiteral",
                                                        "start": 1877,
                                                        "end": 1890,
                                                        "loc": {
                                                          "start": {
                                                            "line": 53,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 53,
                                                            "column": 59
                                                          }
                                                        },
                                                        "extra": {
                                                          "raw": "/PRIMARY KEY/"
                                                        },
                                                        "pattern": "PRIMARY KEY",
                                                        "flags": ""
                                                      },
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 1892,
                                                        "end": 1902,
                                                        "loc": {
                                                          "start": {
                                                            "line": 53,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 53,
                                                            "column": 71
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "NOT NULL",
                                                          "raw": "'NOT NULL'"
                                                        },
                                                        "value": "NOT NULL"
                                                      }
                                                    ]
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 1935,
                                    "end": 2001,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 74
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 1935,
                                      "end": 2000,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 73
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1935,
                                        "end": 1949,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1935,
                                          "end": 1944,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 17
                                            },
                                            "identifierName": "attrArray"
                                          },
                                          "name": "attrArray"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1945,
                                          "end": 1949,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 22
                                            },
                                            "identifierName": "push"
                                          },
                                          "name": "push"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 1950,
                                          "end": 1999,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 72
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 1950,
                                            "end": 1982,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 55
                                              }
                                            },
                                            "left": {
                                              "type": "CallExpression",
                                              "start": 1950,
                                              "end": 1976,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 49
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1950,
                                                "end": 1970,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 1950,
                                                  "end": 1954,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 27
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1955,
                                                  "end": 1970,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 43
                                                    },
                                                    "identifierName": "quoteIdentifier"
                                                  },
                                                  "name": "quoteIdentifier"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1971,
                                                  "end": 1975,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 48
                                                    },
                                                    "identifierName": "attr"
                                                  },
                                                  "name": "attr"
                                                }
                                              ]
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 1979,
                                              "end": 1982,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 55
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " ",
                                                "raw": "' '"
                                              },
                                              "value": " "
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 1985,
                                            "end": 1999,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 72
                                              },
                                              "identifierName": "dataTypeString"
                                            },
                                            "name": "dataTypeString"
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 2021,
                        "end": 2062,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 4
                          },
                          "end": {
                            "line": 60,
                            "column": 45
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2027,
                            "end": 2061,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 10
                              },
                              "end": {
                                "line": 60,
                                "column": 44
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2027,
                              "end": 2032,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 10
                                },
                                "end": {
                                  "line": 60,
                                  "column": 15
                                },
                                "identifierName": "table"
                              },
                              "name": "table"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 2035,
                              "end": 2061,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 18
                                },
                                "end": {
                                  "line": 60,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2035,
                                "end": 2050,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2035,
                                  "end": 2039,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 22
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2040,
                                  "end": 2050,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 33
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2051,
                                  "end": 2060,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 43
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 2067,
                        "end": 2102,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 4
                          },
                          "end": {
                            "line": 61,
                            "column": 39
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2071,
                            "end": 2101,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 8
                              },
                              "end": {
                                "line": 61,
                                "column": 38
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2071,
                              "end": 2078,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 8
                                },
                                "end": {
                                  "line": 61,
                                  "column": 15
                                },
                                "identifierName": "attrStr"
                              },
                              "name": "attrStr"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 2081,
                              "end": 2101,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 18
                                },
                                "end": {
                                  "line": 61,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2081,
                                "end": 2095,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2081,
                                  "end": 2090,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 27
                                    },
                                    "identifierName": "attrArray"
                                  },
                                  "name": "attrArray"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2091,
                                  "end": 2095,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 32
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 2096,
                                  "end": 2100,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 37
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 2107,
                        "end": 2183,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 4
                          },
                          "end": {
                            "line": 62,
                            "column": 80
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2113,
                            "end": 2182,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 10
                              },
                              "end": {
                                "line": 62,
                                "column": 79
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2113,
                              "end": 2121,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 10
                                },
                                "end": {
                                  "line": 62,
                                  "column": 18
                                },
                                "identifierName": "pkString"
                              },
                              "name": "pkString"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 2124,
                              "end": 2182,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 21
                                },
                                "end": {
                                  "line": 62,
                                  "column": 79
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2124,
                                "end": 2176,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 73
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 2124,
                                  "end": 2171,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 68
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2124,
                                    "end": 2139,
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2124,
                                      "end": 2135,
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 32
                                        },
                                        "identifierName": "primaryKeys"
                                      },
                                      "name": "primaryKeys"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2136,
                                      "end": 2139,
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 36
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 2140,
                                      "end": 2170,
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 67
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 2140,
                                          "end": 2142,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 39
                                            },
                                            "identifierName": "pk"
                                          },
                                          "name": "pk"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 2146,
                                        "end": 2170,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 67
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2146,
                                          "end": 2166,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 63
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2146,
                                            "end": 2150,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 47
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2151,
                                            "end": 2166,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 63
                                              },
                                              "identifierName": "quoteIdentifier"
                                            },
                                            "name": "quoteIdentifier"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 2167,
                                            "end": 2169,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 66
                                              },
                                              "identifierName": "pk"
                                            },
                                            "name": "pk"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2172,
                                  "end": 2176,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 73
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 2177,
                                  "end": 2181,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 78
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "IfStatement",
                        "start": 2189,
                        "end": 2510,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 2193,
                          "end": 2213,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 8
                            },
                            "end": {
                              "line": 64,
                              "column": 28
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 2194,
                            "end": 2213,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 9
                              },
                              "end": {
                                "line": 64,
                                "column": 28
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 2195,
                              "end": 2213,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 10
                                },
                                "end": {
                                  "line": 64,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2195,
                                "end": 2202,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 17
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2203,
                                "end": 2213,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 28
                                  },
                                  "identifierName": "uniqueKeys"
                                },
                                "name": "uniqueKeys"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 2215,
                          "end": 2510,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 30
                            },
                            "end": {
                              "line": 70,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 2223,
                              "end": 2504,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 6
                                },
                                "end": {
                                  "line": 69,
                                  "column": 9
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2223,
                                "end": 2503,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 8
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2223,
                                  "end": 2235,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2223,
                                    "end": 2230,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 13
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2223,
                                      "end": 2228,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 11
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2229,
                                      "end": 2230,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 13
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2231,
                                    "end": 2235,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 18
                                      },
                                      "identifierName": "each"
                                    },
                                    "name": "each"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 2236,
                                    "end": 2254,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2236,
                                      "end": 2243,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 26
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2244,
                                      "end": 2254,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 37
                                        },
                                        "identifierName": "uniqueKeys"
                                      },
                                      "name": "uniqueKeys"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 2256,
                                    "end": 2502,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 2256,
                                        "end": 2263,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 46
                                          },
                                          "identifierName": "columns"
                                        },
                                        "name": "columns"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2267,
                                      "end": 2502,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 2277,
                                          "end": 2494,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 9
                                            }
                                          },
                                          "test": {
                                            "type": "UnaryExpression",
                                            "start": 2281,
                                            "end": 2301,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 32
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 2282,
                                              "end": 2301,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2282,
                                                "end": 2289,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 20
                                                  },
                                                  "identifierName": "columns"
                                                },
                                                "name": "columns"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2290,
                                                "end": 2301,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 32
                                                  },
                                                  "identifierName": "singleField"
                                                },
                                                "name": "singleField"
                                              },
                                              "computed": false
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 2303,
                                            "end": 2494,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2384,
                                                "end": 2484,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 110
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 2384,
                                                  "end": 2483,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 109
                                                    }
                                                  },
                                                  "operator": "+=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 2384,
                                                    "end": 2391,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 17
                                                      },
                                                      "identifierName": "attrStr"
                                                    },
                                                    "name": "attrStr",
                                                    "leadingComments": null
                                                  },
                                                  "right": {
                                                    "type": "BinaryExpression",
                                                    "start": 2395,
                                                    "end": 2483,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 109
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 2395,
                                                      "end": 2477,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 103
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "StringLiteral",
                                                        "start": 2395,
                                                        "end": 2407,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 33
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": ", UNIQUE (",
                                                          "raw": "', UNIQUE ('"
                                                        },
                                                        "value": ", UNIQUE ("
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 2410,
                                                        "end": 2477,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 103
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2410,
                                                          "end": 2471,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 97
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 2410,
                                                            "end": 2466,
                                                            "loc": {
                                                              "start": {
                                                                "line": 67,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 92
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 2410,
                                                              "end": 2428,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 67,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 67,
                                                                  "column": 54
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 2410,
                                                                "end": 2424,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 67,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 67,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2410,
                                                                  "end": 2417,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 67,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 67,
                                                                      "column": 43
                                                                    },
                                                                    "identifierName": "columns"
                                                                  },
                                                                  "name": "columns"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2418,
                                                                  "end": 2424,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 67,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 67,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "fields"
                                                                  },
                                                                  "name": "fields"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2425,
                                                                "end": 2428,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 67,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 67,
                                                                    "column": 54
                                                                  },
                                                                  "identifierName": "map"
                                                                },
                                                                "name": "map"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "ArrowFunctionExpression",
                                                                "start": 2429,
                                                                "end": 2465,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 67,
                                                                    "column": 55
                                                                  },
                                                                  "end": {
                                                                    "line": 67,
                                                                    "column": 91
                                                                  }
                                                                },
                                                                "id": null,
                                                                "generator": false,
                                                                "expression": true,
                                                                "async": false,
                                                                "params": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 2429,
                                                                    "end": 2434,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 67,
                                                                        "column": 55
                                                                      },
                                                                      "end": {
                                                                        "line": 67,
                                                                        "column": 60
                                                                      },
                                                                      "identifierName": "field"
                                                                    },
                                                                    "name": "field"
                                                                  }
                                                                ],
                                                                "body": {
                                                                  "type": "CallExpression",
                                                                  "start": 2438,
                                                                  "end": 2465,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 67,
                                                                      "column": 64
                                                                    },
                                                                    "end": {
                                                                      "line": 67,
                                                                      "column": 91
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2438,
                                                                    "end": 2458,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 67,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 67,
                                                                        "column": 84
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 2438,
                                                                      "end": 2442,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 67,
                                                                          "column": 64
                                                                        },
                                                                        "end": {
                                                                          "line": 67,
                                                                          "column": 68
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2443,
                                                                      "end": 2458,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 67,
                                                                          "column": 69
                                                                        },
                                                                        "end": {
                                                                          "line": 67,
                                                                          "column": 84
                                                                        },
                                                                        "identifierName": "quoteIdentifier"
                                                                      },
                                                                      "name": "quoteIdentifier"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 2459,
                                                                      "end": 2464,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 67,
                                                                          "column": 85
                                                                        },
                                                                        "end": {
                                                                          "line": 67,
                                                                          "column": 90
                                                                        },
                                                                        "identifierName": "field"
                                                                      },
                                                                      "name": "field"
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            ]
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2467,
                                                            "end": 2471,
                                                            "loc": {
                                                              "start": {
                                                                "line": 67,
                                                                "column": 93
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 97
                                                              },
                                                              "identifierName": "join"
                                                            },
                                                            "name": "join"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 2472,
                                                            "end": 2476,
                                                            "loc": {
                                                              "start": {
                                                                "line": 67,
                                                                "column": 98
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 102
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": ", ",
                                                              "raw": "', '"
                                                            },
                                                            "value": ", "
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 2480,
                                                      "end": 2483,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 106
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 109
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": ")",
                                                        "raw": "')'"
                                                      },
                                                      "value": ")"
                                                    }
                                                  },
                                                  "leadingComments": null
                                                },
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " If it's a single field its handled in column def, not as an index",
                                                    "start": 2305,
                                                    "end": 2373,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 104
                                                      }
                                                    }
                                                  }
                                                ]
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 2516,
                        "end": 2601,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 4
                          },
                          "end": {
                            "line": 74,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 2520,
                          "end": 2539,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 8
                            },
                            "end": {
                              "line": 72,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 2520,
                            "end": 2535,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 8
                              },
                              "end": {
                                "line": 72,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2520,
                              "end": 2528,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 8
                                },
                                "end": {
                                  "line": 72,
                                  "column": 16
                                },
                                "identifierName": "pkString"
                              },
                              "name": "pkString"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2529,
                              "end": 2535,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 17
                                },
                                "end": {
                                  "line": 72,
                                  "column": 23
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 2538,
                            "end": 2539,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 26
                              },
                              "end": {
                                "line": 72,
                                "column": 27
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 2541,
                          "end": 2601,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 29
                            },
                            "end": {
                              "line": 74,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 2549,
                              "end": 2595,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 6
                                },
                                "end": {
                                  "line": 73,
                                  "column": 52
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 2549,
                                "end": 2594,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 51
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 2549,
                                  "end": 2556,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 13
                                    },
                                    "identifierName": "attrStr"
                                  },
                                  "name": "attrStr"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 2560,
                                  "end": 2594,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 51
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 2560,
                                    "end": 2588,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 45
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 2560,
                                      "end": 2577,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 34
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ", PRIMARY KEY (",
                                        "raw": "', PRIMARY KEY ('"
                                      },
                                      "value": ", PRIMARY KEY ("
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 2580,
                                      "end": 2588,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 45
                                        },
                                        "identifierName": "pkString"
                                      },
                                      "name": "pkString"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 2591,
                                    "end": 2594,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 51
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ")",
                                      "raw": "')'"
                                    },
                                    "value": ")"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 2607,
                        "end": 2671,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 4
                          },
                          "end": {
                            "line": 76,
                            "column": 68
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2613,
                            "end": 2670,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 10
                              },
                              "end": {
                                "line": 76,
                                "column": 67
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2613,
                              "end": 2616,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 10
                                },
                                "end": {
                                  "line": 76,
                                  "column": 13
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "TemplateLiteral",
                              "start": 2619,
                              "end": 2670,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 16
                                },
                                "end": {
                                  "line": 76,
                                  "column": 67
                                }
                              },
                              "expressions": [
                                {
                                  "type": "Identifier",
                                  "start": 2649,
                                  "end": 2654,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 51
                                    },
                                    "identifierName": "table"
                                  },
                                  "name": "table"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 2659,
                                  "end": 2666,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 63
                                    },
                                    "identifierName": "attrStr"
                                  },
                                  "name": "attrStr"
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 2620,
                                  "end": 2647,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 44
                                    }
                                  },
                                  "value": {
                                    "raw": "CREATE TABLE IF NOT EXISTS ",
                                    "cooked": "CREATE TABLE IF NOT EXISTS "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 2655,
                                  "end": 2657,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 54
                                    }
                                  },
                                  "value": {
                                    "raw": " (",
                                    "cooked": " ("
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 2667,
                                  "end": 2669,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 66
                                    }
                                  },
                                  "value": {
                                    "raw": ");",
                                    "cooked": ");"
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 2676,
                        "end": 2716,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 4
                          },
                          "end": {
                            "line": 77,
                            "column": 44
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 2683,
                          "end": 2715,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 11
                            },
                            "end": {
                              "line": 77,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2683,
                            "end": 2710,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 11
                              },
                              "end": {
                                "line": 77,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2683,
                              "end": 2687,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 11
                                },
                                "end": {
                                  "line": 77,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2688,
                              "end": 2710,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 16
                                },
                                "end": {
                                  "line": 77,
                                  "column": 38
                                },
                                "identifierName": "replaceBooleanDefaults"
                              },
                              "name": "replaceBooleanDefaults"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2711,
                              "end": 2714,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 39
                                },
                                "end": {
                                  "line": 77,
                                  "column": 42
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 2725,
                  "end": 2778,
                  "loc": {
                    "start": {
                      "line": 80,
                      "column": 2
                    },
                    "end": {
                      "line": 82,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 2725,
                    "end": 2737,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 2
                      },
                      "end": {
                        "line": 80,
                        "column": 14
                      },
                      "identifierName": "booleanValue"
                    },
                    "name": "booleanValue"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 2738,
                      "end": 2743,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 15
                        },
                        "end": {
                          "line": 80,
                          "column": 20
                        },
                        "identifierName": "value"
                      },
                      "name": "value"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 2745,
                    "end": 2778,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 22
                      },
                      "end": {
                        "line": 82,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 2751,
                        "end": 2774,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 4
                          },
                          "end": {
                            "line": 81,
                            "column": 27
                          }
                        },
                        "argument": {
                          "type": "ConditionalExpression",
                          "start": 2758,
                          "end": 2773,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 11
                            },
                            "end": {
                              "line": 81,
                              "column": 26
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 2758,
                            "end": 2765,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 11
                              },
                              "end": {
                                "line": 81,
                                "column": 18
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "UnaryExpression",
                              "start": 2759,
                              "end": 2765,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 12
                                },
                                "end": {
                                  "line": 81,
                                  "column": 18
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 2760,
                                "end": 2765,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 18
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "NumericLiteral",
                            "start": 2768,
                            "end": 2769,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 21
                              },
                              "end": {
                                "line": 81,
                                "column": 22
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          "alternate": {
                            "type": "NumericLiteral",
                            "start": 2772,
                            "end": 2773,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 25
                              },
                              "end": {
                                "line": 81,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 3097,
                  "end": 4601,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 2
                    },
                    "end": {
                      "line": 141,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 3097,
                    "end": 3120,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 2
                      },
                      "end": {
                        "line": 91,
                        "column": 25
                      },
                      "identifierName": "checkValidJsonStatement"
                    },
                    "name": "checkValidJsonStatement",
                    "leadingComments": null
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 3121,
                      "end": 3125,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 26
                        },
                        "end": {
                          "line": 91,
                          "column": 30
                        },
                        "identifierName": "stmt"
                      },
                      "name": "stmt"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 3127,
                    "end": 4601,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 32
                      },
                      "end": {
                        "line": 141,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 3133,
                        "end": 3183,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 4
                          },
                          "end": {
                            "line": 94,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 3137,
                          "end": 3154,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 8
                            },
                            "end": {
                              "line": 92,
                              "column": 25
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 3138,
                            "end": 3154,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 9
                              },
                              "end": {
                                "line": 92,
                                "column": 25
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3138,
                              "end": 3148,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 9
                                },
                                "end": {
                                  "line": 92,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3138,
                                "end": 3139,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 10
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3140,
                                "end": 3148,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 19
                                  },
                                  "identifierName": "isString"
                                },
                                "name": "isString"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3149,
                                "end": 3153,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 24
                                  },
                                  "identifierName": "stmt"
                                },
                                "name": "stmt"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 3156,
                          "end": 3183,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 27
                            },
                            "end": {
                              "line": 94,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 3164,
                              "end": 3177,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 6
                                },
                                "end": {
                                  "line": 93,
                                  "column": 19
                                }
                              },
                              "argument": {
                                "type": "BooleanLiteral",
                                "start": 3171,
                                "end": 3176,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 18
                                  }
                                },
                                "value": false
                              }
                            }
                          ],
                          "directives": [],
                          "trailingComments": null
                        },
                        "alternate": null,
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " https://sqlite.org/json1.html",
                            "start": 3189,
                            "end": 3221,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 4
                              },
                              "end": {
                                "line": 96,
                                "column": 36
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 3226,
                        "end": 3291,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 4
                          },
                          "end": {
                            "line": 97,
                            "column": 69
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3232,
                            "end": 3290,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 10
                              },
                              "end": {
                                "line": 97,
                                "column": 68
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3232,
                              "end": 3249,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 10
                                },
                                "end": {
                                  "line": 97,
                                  "column": 27
                                },
                                "identifierName": "jsonFunctionRegex"
                              },
                              "name": "jsonFunctionRegex",
                              "leadingComments": null
                            },
                            "init": {
                              "type": "RegExpLiteral",
                              "start": 3252,
                              "end": 3290,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 30
                                },
                                "end": {
                                  "line": 97,
                                  "column": 68
                                }
                              },
                              "extra": {
                                "raw": "/^\\s*(json(?:_[a-z]+){0,2})\\([^)]*\\)/i"
                              },
                              "pattern": "^\\s*(json(?:_[a-z]+){0,2})\\([^)]*\\)",
                              "flags": "i"
                            },
                            "leadingComments": null
                          }
                        ],
                        "kind": "const",
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " https://sqlite.org/json1.html",
                            "start": 3189,
                            "end": 3221,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 4
                              },
                              "end": {
                                "line": 96,
                                "column": 36
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 3296,
                        "end": 3383,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 4
                          },
                          "end": {
                            "line": 98,
                            "column": 91
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3302,
                            "end": 3382,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 10
                              },
                              "end": {
                                "line": 98,
                                "column": 90
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3302,
                              "end": 3319,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 10
                                },
                                "end": {
                                  "line": 98,
                                  "column": 27
                                },
                                "identifierName": "tokenCaptureRegex"
                              },
                              "name": "tokenCaptureRegex"
                            },
                            "init": {
                              "type": "RegExpLiteral",
                              "start": 3322,
                              "end": 3382,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 30
                                },
                                "end": {
                                  "line": 98,
                                  "column": 90
                                }
                              },
                              "extra": {
                                "raw": "/^\\s*((?:([`\"'])(?:(?!\\2).|\\2{2})*\\2)|[\\w\\d\\s]+|[().,;+-])/i"
                              },
                              "pattern": "^\\s*((?:([`\"'])(?:(?!\\2).|\\2{2})*\\2)|[\\w\\d\\s]+|[().,;+-])",
                              "flags": "i"
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 3389,
                        "end": 3410,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 4
                          },
                          "end": {
                            "line": 100,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3393,
                            "end": 3409,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 8
                              },
                              "end": {
                                "line": 100,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3393,
                              "end": 3405,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 8
                                },
                                "end": {
                                  "line": 100,
                                  "column": 20
                                },
                                "identifierName": "currentIndex"
                              },
                              "name": "currentIndex"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3408,
                              "end": 3409,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 23
                                },
                                "end": {
                                  "line": 100,
                                  "column": 24
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 3415,
                        "end": 3439,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 4
                          },
                          "end": {
                            "line": 101,
                            "column": 28
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3419,
                            "end": 3438,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 8
                              },
                              "end": {
                                "line": 101,
                                "column": 27
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3419,
                              "end": 3434,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 8
                                },
                                "end": {
                                  "line": 101,
                                  "column": 23
                                },
                                "identifierName": "openingBrackets"
                              },
                              "name": "openingBrackets"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3437,
                              "end": 3438,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 26
                                },
                                "end": {
                                  "line": 101,
                                  "column": 27
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 3444,
                        "end": 3468,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 4
                          },
                          "end": {
                            "line": 102,
                            "column": 28
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3448,
                            "end": 3467,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 8
                              },
                              "end": {
                                "line": 102,
                                "column": 27
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3448,
                              "end": 3463,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 8
                                },
                                "end": {
                                  "line": 102,
                                  "column": 23
                                },
                                "identifierName": "closingBrackets"
                              },
                              "name": "closingBrackets"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3466,
                              "end": 3467,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 26
                                },
                                "end": {
                                  "line": 102,
                                  "column": 27
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 3473,
                        "end": 3501,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 4
                          },
                          "end": {
                            "line": 103,
                            "column": 32
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3477,
                            "end": 3500,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 8
                              },
                              "end": {
                                "line": 103,
                                "column": 31
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3477,
                              "end": 3492,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 8
                                },
                                "end": {
                                  "line": 103,
                                  "column": 23
                                },
                                "identifierName": "hasJsonFunction"
                              },
                              "name": "hasJsonFunction"
                            },
                            "init": {
                              "type": "BooleanLiteral",
                              "start": 3495,
                              "end": 3500,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 26
                                },
                                "end": {
                                  "line": 103,
                                  "column": 31
                                }
                              },
                              "value": false
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 3506,
                        "end": 3534,
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 4
                          },
                          "end": {
                            "line": 104,
                            "column": 32
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3510,
                            "end": 3533,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 8
                              },
                              "end": {
                                "line": 104,
                                "column": 31
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3510,
                              "end": 3525,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 8
                                },
                                "end": {
                                  "line": 104,
                                  "column": 23
                                },
                                "identifierName": "hasInvalidToken"
                              },
                              "name": "hasInvalidToken"
                            },
                            "init": {
                              "type": "BooleanLiteral",
                              "start": 3528,
                              "end": 3533,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 26
                                },
                                "end": {
                                  "line": 104,
                                  "column": 31
                                }
                              },
                              "value": false
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "WhileStatement",
                        "start": 3540,
                        "end": 4301,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 4
                          },
                          "end": {
                            "line": 131,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 3547,
                          "end": 3573,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 11
                            },
                            "end": {
                              "line": 106,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 3547,
                            "end": 3559,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 11
                              },
                              "end": {
                                "line": 106,
                                "column": 23
                              },
                              "identifierName": "currentIndex"
                            },
                            "name": "currentIndex"
                          },
                          "operator": "<",
                          "right": {
                            "type": "MemberExpression",
                            "start": 3562,
                            "end": 3573,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 26
                              },
                              "end": {
                                "line": 106,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3562,
                              "end": 3566,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 26
                                },
                                "end": {
                                  "line": 106,
                                  "column": 30
                                },
                                "identifierName": "stmt"
                              },
                              "name": "stmt"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3567,
                              "end": 3573,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 31
                                },
                                "end": {
                                  "line": 106,
                                  "column": 37
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          }
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 3575,
                          "end": 4301,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 39
                            },
                            "end": {
                              "line": 131,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 3583,
                              "end": 3624,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 6
                                },
                                "end": {
                                  "line": 107,
                                  "column": 47
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3589,
                                  "end": 3623,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 46
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3589,
                                    "end": 3595,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 18
                                      },
                                      "identifierName": "string"
                                    },
                                    "name": "string"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 3598,
                                    "end": 3623,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 46
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3598,
                                      "end": 3609,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3598,
                                        "end": 3602,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 25
                                          },
                                          "identifierName": "stmt"
                                        },
                                        "name": "stmt"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3603,
                                        "end": 3609,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 32
                                          },
                                          "identifierName": "substr"
                                        },
                                        "name": "substr"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 3610,
                                        "end": 3622,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 45
                                          },
                                          "identifierName": "currentIndex"
                                        },
                                        "name": "currentIndex"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 3631,
                              "end": 3686,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 6
                                },
                                "end": {
                                  "line": 108,
                                  "column": 61
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3637,
                                  "end": 3685,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 60
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3637,
                                    "end": 3652,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 27
                                      },
                                      "identifierName": "functionMatches"
                                    },
                                    "name": "functionMatches"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 3655,
                                    "end": 3685,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 60
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3655,
                                      "end": 3677,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 52
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3655,
                                        "end": 3672,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 47
                                          },
                                          "identifierName": "jsonFunctionRegex"
                                        },
                                        "name": "jsonFunctionRegex"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3673,
                                        "end": 3677,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 52
                                          },
                                          "identifierName": "exec"
                                        },
                                        "name": "exec"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 3678,
                                        "end": 3684,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 59
                                          },
                                          "identifierName": "string"
                                        },
                                        "name": "string"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "IfStatement",
                              "start": 3693,
                              "end": 3830,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 6
                                },
                                "end": {
                                  "line": 113,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 3697,
                                "end": 3712,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 25
                                  },
                                  "identifierName": "functionMatches"
                                },
                                "name": "functionMatches"
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 3714,
                                "end": 3830,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3724,
                                    "end": 3772,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 56
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3724,
                                      "end": 3771,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 55
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3724,
                                        "end": 3736,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 20
                                          },
                                          "identifierName": "currentIndex"
                                        },
                                        "name": "currentIndex"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 3740,
                                        "end": 3771,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 55
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3740,
                                          "end": 3766,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3740,
                                            "end": 3758,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3740,
                                              "end": 3755,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 39
                                                },
                                                "identifierName": "functionMatches"
                                              },
                                              "name": "functionMatches"
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 3756,
                                              "end": 3757,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 41
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3759,
                                            "end": 3766,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 50
                                              },
                                              "identifierName": "indexOf"
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 3767,
                                            "end": 3770,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 54
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "(",
                                              "raw": "'('"
                                            },
                                            "value": "("
                                          }
                                        ]
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3781,
                                    "end": 3804,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 31
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3781,
                                      "end": 3803,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 30
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3781,
                                        "end": 3796,
                                        "loc": {
                                          "start": {
                                            "line": 111,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 23
                                          },
                                          "identifierName": "hasJsonFunction"
                                        },
                                        "name": "hasJsonFunction"
                                      },
                                      "right": {
                                        "type": "BooleanLiteral",
                                        "start": 3799,
                                        "end": 3803,
                                        "loc": {
                                          "start": {
                                            "line": 111,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 30
                                          }
                                        },
                                        "value": true
                                      }
                                    }
                                  },
                                  {
                                    "type": "ContinueStatement",
                                    "start": 3813,
                                    "end": 3822,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 17
                                      }
                                    },
                                    "label": null
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 3838,
                              "end": 3890,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 6
                                },
                                "end": {
                                  "line": 115,
                                  "column": 58
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3844,
                                  "end": 3889,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 57
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3844,
                                    "end": 3856,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 24
                                      },
                                      "identifierName": "tokenMatches"
                                    },
                                    "name": "tokenMatches"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 3859,
                                    "end": 3889,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 57
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3859,
                                      "end": 3881,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3859,
                                        "end": 3876,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 44
                                          },
                                          "identifierName": "tokenCaptureRegex"
                                        },
                                        "name": "tokenCaptureRegex"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3877,
                                        "end": 3881,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 49
                                          },
                                          "identifierName": "exec"
                                        },
                                        "name": "exec"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 3882,
                                        "end": 3888,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 56
                                          },
                                          "identifierName": "string"
                                        },
                                        "name": "string"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "IfStatement",
                              "start": 3897,
                              "end": 4281,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 6
                                },
                                "end": {
                                  "line": 128,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 3901,
                                "end": 3913,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 22
                                  },
                                  "identifierName": "tokenMatches"
                                },
                                "name": "tokenMatches"
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 3915,
                                "end": 4281,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 3925,
                                    "end": 3963,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 46
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 3931,
                                        "end": 3962,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 45
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 3931,
                                          "end": 3944,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 27
                                            },
                                            "identifierName": "capturedToken"
                                          },
                                          "name": "capturedToken"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 3947,
                                          "end": 3962,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3947,
                                            "end": 3959,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 42
                                              },
                                              "identifierName": "tokenMatches"
                                            },
                                            "name": "tokenMatches"
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 3960,
                                            "end": 3961,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 44
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 3972,
                                    "end": 4207,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 3976,
                                      "end": 3997,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 33
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3976,
                                        "end": 3989,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 25
                                          },
                                          "identifierName": "capturedToken"
                                        },
                                        "name": "capturedToken"
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 3994,
                                        "end": 3997,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 33
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "(",
                                          "raw": "'('"
                                        },
                                        "value": "("
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 3999,
                                      "end": 4039,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 4011,
                                          "end": 4029,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 28
                                            }
                                          },
                                          "expression": {
                                            "type": "UpdateExpression",
                                            "start": 4011,
                                            "end": 4028,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 27
                                              }
                                            },
                                            "operator": "++",
                                            "prefix": false,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4011,
                                              "end": 4026,
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 25
                                                },
                                                "identifierName": "openingBrackets"
                                              },
                                              "name": "openingBrackets"
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "IfStatement",
                                      "start": 4045,
                                      "end": 4207,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 4049,
                                        "end": 4070,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 40
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4049,
                                          "end": 4062,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 32
                                            },
                                            "identifierName": "capturedToken"
                                          },
                                          "name": "capturedToken"
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 4067,
                                          "end": 4070,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 40
                                            }
                                          },
                                          "extra": {
                                            "rawValue": ")",
                                            "raw": "')'"
                                          },
                                          "value": ")"
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 4072,
                                        "end": 4112,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 4084,
                                            "end": 4102,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 28
                                              }
                                            },
                                            "expression": {
                                              "type": "UpdateExpression",
                                              "start": 4084,
                                              "end": 4101,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 27
                                                }
                                              },
                                              "operator": "++",
                                              "prefix": false,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 4084,
                                                "end": 4099,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 25
                                                  },
                                                  "identifierName": "closingBrackets"
                                                },
                                                "name": "closingBrackets"
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "IfStatement",
                                        "start": 4118,
                                        "end": 4207,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 4122,
                                          "end": 4143,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 40
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 4122,
                                            "end": 4135,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 32
                                              },
                                              "identifierName": "capturedToken"
                                            },
                                            "name": "capturedToken"
                                          },
                                          "operator": "===",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 4140,
                                            "end": 4143,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 40
                                              }
                                            },
                                            "extra": {
                                              "rawValue": ";",
                                              "raw": "';'"
                                            },
                                            "value": ";"
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 4145,
                                          "end": 4207,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 4157,
                                              "end": 4180,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 33
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 4157,
                                                "end": 4179,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 32
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4157,
                                                  "end": 4172,
                                                  "loc": {
                                                    "start": {
                                                      "line": 123,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 123,
                                                      "column": 25
                                                    },
                                                    "identifierName": "hasInvalidToken"
                                                  },
                                                  "name": "hasInvalidToken"
                                                },
                                                "right": {
                                                  "type": "BooleanLiteral",
                                                  "start": 4175,
                                                  "end": 4179,
                                                  "loc": {
                                                    "start": {
                                                      "line": 123,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 123,
                                                      "column": 32
                                                    }
                                                  },
                                                  "value": true
                                                }
                                              }
                                            },
                                            {
                                              "type": "BreakStatement",
                                              "start": 4191,
                                              "end": 4197,
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 16
                                                }
                                              },
                                              "label": null
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 4216,
                                    "end": 4255,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 47
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 4216,
                                      "end": 4254,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 46
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 4216,
                                        "end": 4228,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 20
                                          },
                                          "identifierName": "currentIndex"
                                        },
                                        "name": "currentIndex"
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 4232,
                                        "end": 4254,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4232,
                                          "end": 4247,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4232,
                                            "end": 4244,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 36
                                              },
                                              "identifierName": "tokenMatches"
                                            },
                                            "name": "tokenMatches"
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 4245,
                                            "end": 4246,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 38
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4248,
                                          "end": 4254,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 46
                                            },
                                            "identifierName": "length"
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      }
                                    }
                                  },
                                  {
                                    "type": "ContinueStatement",
                                    "start": 4264,
                                    "end": 4273,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 17
                                      }
                                    },
                                    "label": null
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "BreakStatement",
                              "start": 4289,
                              "end": 4295,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 6
                                },
                                "end": {
                                  "line": 130,
                                  "column": 12
                                }
                              },
                              "label": null
                            }
                          ],
                          "directives": [],
                          "trailingComments": null
                        },
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Check invalid json statement",
                            "start": 4307,
                            "end": 4338,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 4
                              },
                              "end": {
                                "line": 133,
                                "column": 35
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 4343,
                        "end": 4398,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 4
                          },
                          "end": {
                            "line": 134,
                            "column": 59
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 4343,
                          "end": 4397,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 4
                            },
                            "end": {
                              "line": 134,
                              "column": 58
                            }
                          },
                          "operator": "|=",
                          "left": {
                            "type": "Identifier",
                            "start": 4343,
                            "end": 4358,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 4
                              },
                              "end": {
                                "line": 134,
                                "column": 19
                              },
                              "identifierName": "hasInvalidToken"
                            },
                            "name": "hasInvalidToken",
                            "leadingComments": null
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 4362,
                            "end": 4397,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 23
                              },
                              "end": {
                                "line": 134,
                                "column": 58
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 4362,
                              "end": 4377,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 23
                                },
                                "end": {
                                  "line": 134,
                                  "column": 38
                                },
                                "identifierName": "openingBrackets"
                              },
                              "name": "openingBrackets"
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Identifier",
                              "start": 4382,
                              "end": 4397,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 43
                                },
                                "end": {
                                  "line": 134,
                                  "column": 58
                                },
                                "identifierName": "closingBrackets"
                              },
                              "name": "closingBrackets"
                            }
                          },
                          "leadingComments": null
                        },
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Check invalid json statement",
                            "start": 4307,
                            "end": 4338,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 4
                              },
                              "end": {
                                "line": 133,
                                "column": 35
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 4403,
                        "end": 4508,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 4
                          },
                          "end": {
                            "line": 137,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 4407,
                          "end": 4441,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 8
                            },
                            "end": {
                              "line": 135,
                              "column": 42
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 4407,
                            "end": 4422,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 8
                              },
                              "end": {
                                "line": 135,
                                "column": 23
                              },
                              "identifierName": "hasJsonFunction"
                            },
                            "name": "hasJsonFunction"
                          },
                          "operator": "&&",
                          "right": {
                            "type": "Identifier",
                            "start": 4426,
                            "end": 4441,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 27
                              },
                              "end": {
                                "line": 135,
                                "column": 42
                              },
                              "identifierName": "hasInvalidToken"
                            },
                            "name": "hasInvalidToken"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 4443,
                          "end": 4508,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 44
                            },
                            "end": {
                              "line": 137,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ThrowStatement",
                              "start": 4451,
                              "end": 4502,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 6
                                },
                                "end": {
                                  "line": 136,
                                  "column": 57
                                }
                              },
                              "argument": {
                                "type": "NewExpression",
                                "start": 4457,
                                "end": 4501,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 56
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 4461,
                                  "end": 4466,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 21
                                    },
                                    "identifierName": "Error"
                                  },
                                  "name": "Error"
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 4467,
                                    "end": 4500,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 55
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 4467,
                                      "end": 4493,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 48
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Invalid json statement: ",
                                        "raw": "'Invalid json statement: '"
                                      },
                                      "value": "Invalid json statement: "
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 4496,
                                      "end": 4500,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 55
                                        },
                                        "identifierName": "stmt"
                                      },
                                      "name": "stmt"
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": [],
                          "trailingComments": null
                        },
                        "alternate": null,
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " return true if the statement has valid json function",
                            "start": 4514,
                            "end": 4569,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 4
                              },
                              "end": {
                                "line": 139,
                                "column": 59
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 4574,
                        "end": 4597,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 4
                          },
                          "end": {
                            "line": 140,
                            "column": 27
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 4581,
                          "end": 4596,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 11
                            },
                            "end": {
                              "line": 140,
                              "column": 26
                            },
                            "identifierName": "hasJsonFunction"
                          },
                          "name": "hasJsonFunction",
                          "leadingComments": null
                        },
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " return true if the statement has valid json function",
                            "start": 4514,
                            "end": 4569,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 4
                              },
                              "end": {
                                "line": 139,
                                "column": 59
                              }
                            }
                          }
                        ]
                      }
                    ],
                    "directives": []
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": "*\n   * Check whether the statmement is json function or simple path\n   *\n   * @param   {String}  stmt  The statement to validate\n   * @returns {Boolean}       true if the given statement is json function\n   * @throws  {Error}         throw if the statement looks like json function but has invalid token\n   ",
                      "start": 2783,
                      "end": 3094,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 2
                        },
                        "end": {
                          "line": 90,
                          "column": 5
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectMethod",
                  "start": 4913,
                  "end": 5279,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 2
                    },
                    "end": {
                      "line": 160,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 4913,
                    "end": 4936,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 2
                      },
                      "end": {
                        "line": 151,
                        "column": 25
                      },
                      "identifierName": "jsonPathExtractionQuery"
                    },
                    "name": "jsonPathExtractionQuery",
                    "leadingComments": null
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 4937,
                      "end": 4943,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 26
                        },
                        "end": {
                          "line": 151,
                          "column": 32
                        },
                        "identifierName": "column"
                      },
                      "name": "column"
                    },
                    {
                      "type": "Identifier",
                      "start": 4945,
                      "end": 4949,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 34
                        },
                        "end": {
                          "line": 151,
                          "column": 38
                        },
                        "identifierName": "path"
                      },
                      "name": "path"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 4951,
                    "end": 5279,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 40
                      },
                      "end": {
                        "line": 160,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 4957,
                        "end": 4986,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 4
                          },
                          "end": {
                            "line": 152,
                            "column": 33
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4963,
                            "end": 4985,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 10
                              },
                              "end": {
                                "line": 152,
                                "column": 32
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4963,
                              "end": 4968,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 10
                                },
                                "end": {
                                  "line": 152,
                                  "column": 15
                                },
                                "identifierName": "paths"
                              },
                              "name": "paths"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 4971,
                              "end": 4985,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 18
                                },
                                "end": {
                                  "line": 152,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4971,
                                "end": 4979,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4971,
                                  "end": 4972,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 19
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4973,
                                  "end": 4979,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 26
                                    },
                                    "identifierName": "toPath"
                                  },
                                  "name": "toPath"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4980,
                                  "end": 4984,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 31
                                    },
                                    "identifierName": "path"
                                  },
                                  "name": "path"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 4991,
                        "end": 5118,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 4
                          },
                          "end": {
                            "line": 156,
                            "column": 67
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4997,
                            "end": 5117,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 10
                              },
                              "end": {
                                "line": 156,
                                "column": 66
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4997,
                              "end": 5004,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 10
                                },
                                "end": {
                                  "line": 153,
                                  "column": 17
                                },
                                "identifierName": "pathStr"
                              },
                              "name": "pathStr"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 5007,
                              "end": 5117,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 20
                                },
                                "end": {
                                  "line": 156,
                                  "column": 66
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5007,
                                "end": 5065,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 5007,
                                  "end": 5050,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 16
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5007,
                                    "end": 5045,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 11
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 5007,
                                      "end": 5033,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 20
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5007,
                                        "end": 5026,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 13
                                          }
                                        },
                                        "object": {
                                          "type": "ArrayExpression",
                                          "start": 5007,
                                          "end": 5012,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 25
                                            }
                                          },
                                          "elements": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 5008,
                                              "end": 5011,
                                              "loc": {
                                                "start": {
                                                  "line": 153,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 153,
                                                  "column": 24
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "$",
                                                "raw": "'$'"
                                              },
                                              "value": "$"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5020,
                                          "end": 5026,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 13
                                            },
                                            "identifierName": "concat"
                                          },
                                          "name": "concat"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 5027,
                                          "end": 5032,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 19
                                            },
                                            "identifierName": "paths"
                                          },
                                          "name": "paths"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5041,
                                      "end": 5045,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 11
                                        },
                                        "identifierName": "join"
                                      },
                                      "name": "join"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 5046,
                                      "end": 5049,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 15
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ".",
                                        "raw": "'.'"
                                      },
                                      "value": "."
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5058,
                                  "end": 5065,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 14
                                    },
                                    "identifierName": "replace"
                                  },
                                  "name": "replace"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "RegExpLiteral",
                                  "start": 5066,
                                  "end": 5088,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 37
                                    }
                                  },
                                  "extra": {
                                    "raw": "/\\.(\\d+)(?:(?=\\.)|$)/g"
                                  },
                                  "pattern": "\\.(\\d+)(?:(?=\\.)|$)",
                                  "flags": "g"
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 5090,
                                  "end": 5116,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 65
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 5091,
                                      "end": 5092,
                                      "loc": {
                                        "start": {
                                          "line": 156,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 156,
                                          "column": 41
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 5094,
                                      "end": 5099,
                                      "loc": {
                                        "start": {
                                          "line": 156,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 156,
                                          "column": 48
                                        },
                                        "identifierName": "digit"
                                      },
                                      "name": "digit"
                                    }
                                  ],
                                  "body": {
                                    "type": "TemplateLiteral",
                                    "start": 5104,
                                    "end": 5116,
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 65
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "Identifier",
                                        "start": 5108,
                                        "end": 5113,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 62
                                          },
                                          "identifierName": "digit"
                                        },
                                        "name": "digit"
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 5105,
                                        "end": 5106,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 55
                                          }
                                        },
                                        "value": {
                                          "raw": "[",
                                          "cooked": "["
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 5114,
                                        "end": 5115,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 64
                                          }
                                        },
                                        "value": {
                                          "raw": "]",
                                          "cooked": "]"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 5124,
                        "end": 5217,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 4
                          },
                          "end": {
                            "line": 158,
                            "column": 97
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5130,
                            "end": 5216,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 10
                              },
                              "end": {
                                "line": 158,
                                "column": 96
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5130,
                              "end": 5142,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 10
                                },
                                "end": {
                                  "line": 158,
                                  "column": 22
                                },
                                "identifierName": "quotedColumn"
                              },
                              "name": "quotedColumn"
                            },
                            "init": {
                              "type": "ConditionalExpression",
                              "start": 5145,
                              "end": 5216,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 25
                                },
                                "end": {
                                  "line": 158,
                                  "column": 96
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 5145,
                                "end": 5176,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 56
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5145,
                                  "end": 5168,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5145,
                                    "end": 5149,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5150,
                                    "end": 5168,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 48
                                      },
                                      "identifierName": "isIdentifierQuoted"
                                    },
                                    "name": "isIdentifierQuoted"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5169,
                                    "end": 5175,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 55
                                      },
                                      "identifierName": "column"
                                    },
                                    "name": "column"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "Identifier",
                                "start": 5179,
                                "end": 5185,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 65
                                  },
                                  "identifierName": "column"
                                },
                                "name": "column"
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 5188,
                                "end": 5216,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 96
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5188,
                                  "end": 5208,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 88
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5188,
                                    "end": 5192,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 72
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5193,
                                    "end": 5208,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 88
                                      },
                                      "identifierName": "quoteIdentifier"
                                    },
                                    "name": "quoteIdentifier"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5209,
                                    "end": 5215,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 95
                                      },
                                      "identifierName": "column"
                                    },
                                    "name": "column"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 5222,
                        "end": 5275,
                        "loc": {
                          "start": {
                            "line": 159,
                            "column": 4
                          },
                          "end": {
                            "line": 159,
                            "column": 57
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 5229,
                          "end": 5274,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 11
                            },
                            "end": {
                              "line": 159,
                              "column": 56
                            }
                          },
                          "expressions": [
                            {
                              "type": "Identifier",
                              "start": 5245,
                              "end": 5257,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 27
                                },
                                "end": {
                                  "line": 159,
                                  "column": 39
                                },
                                "identifierName": "quotedColumn"
                              },
                              "name": "quotedColumn"
                            },
                            {
                              "type": "Identifier",
                              "start": 5263,
                              "end": 5270,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 45
                                },
                                "end": {
                                  "line": 159,
                                  "column": 52
                                },
                                "identifierName": "pathStr"
                              },
                              "name": "pathStr"
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 5230,
                              "end": 5243,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 12
                                },
                                "end": {
                                  "line": 159,
                                  "column": 25
                                }
                              },
                              "value": {
                                "raw": "json_extract(",
                                "cooked": "json_extract("
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 5258,
                              "end": 5261,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 40
                                },
                                "end": {
                                  "line": 159,
                                  "column": 43
                                }
                              },
                              "value": {
                                "raw": ", '",
                                "cooked": ", '"
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 5271,
                              "end": 5273,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 53
                                },
                                "end": {
                                  "line": 159,
                                  "column": 55
                                }
                              },
                              "value": {
                                "raw": "')",
                                "cooked": "')"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": "*\n   * Generates an SQL query that extract JSON property of given path.\n   *\n   * @param   {String}               column  The JSON column\n   * @param   {String|Array<String>} [path]  The path to extract (optional)\n   * @returns {String}                       The generated sql query\n   * @private\n   ",
                      "start": 4606,
                      "end": 4910,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 2
                        },
                        "end": {
                          "line": 150,
                          "column": 5
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectMethod",
                  "start": 5284,
                  "end": 6506,
                  "loc": {
                    "start": {
                      "line": 162,
                      "column": 2
                    },
                    "end": {
                      "line": 196,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 5284,
                    "end": 5305,
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 2
                      },
                      "end": {
                        "line": 162,
                        "column": 23
                      },
                      "identifierName": "handleSequelizeMethod"
                    },
                    "name": "handleSequelizeMethod"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 5306,
                      "end": 5310,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 24
                        },
                        "end": {
                          "line": 162,
                          "column": 28
                        },
                        "identifierName": "smth"
                      },
                      "name": "smth"
                    },
                    {
                      "type": "Identifier",
                      "start": 5312,
                      "end": 5321,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 30
                        },
                        "end": {
                          "line": 162,
                          "column": 39
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 5323,
                      "end": 5330,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 41
                        },
                        "end": {
                          "line": 162,
                          "column": 48
                        },
                        "identifierName": "factory"
                      },
                      "name": "factory"
                    },
                    {
                      "type": "Identifier",
                      "start": 5332,
                      "end": 5339,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 50
                        },
                        "end": {
                          "line": 162,
                          "column": 57
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    {
                      "type": "Identifier",
                      "start": 5341,
                      "end": 5348,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 59
                        },
                        "end": {
                          "line": 162,
                          "column": 66
                        },
                        "identifierName": "prepend"
                      },
                      "name": "prepend"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5350,
                    "end": 6506,
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 68
                      },
                      "end": {
                        "line": 196,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 5356,
                        "end": 6390,
                        "loc": {
                          "start": {
                            "line": 163,
                            "column": 4
                          },
                          "end": {
                            "line": 194,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 5360,
                          "end": 5386,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 8
                            },
                            "end": {
                              "line": 163,
                              "column": 34
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 5360,
                            "end": 5364,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 8
                              },
                              "end": {
                                "line": 163,
                                "column": 12
                              },
                              "identifierName": "smth"
                            },
                            "name": "smth"
                          },
                          "operator": "instanceof",
                          "right": {
                            "type": "MemberExpression",
                            "start": 5376,
                            "end": 5386,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 24
                              },
                              "end": {
                                "line": 163,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5376,
                              "end": 5381,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 24
                                },
                                "end": {
                                  "line": 163,
                                  "column": 29
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5382,
                              "end": 5386,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 30
                                },
                                "end": {
                                  "line": 163,
                                  "column": 34
                                },
                                "identifierName": "Json"
                              },
                              "name": "Json"
                            },
                            "computed": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 5388,
                          "end": 6263,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 36
                            },
                            "end": {
                              "line": 190,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 5425,
                              "end": 6257,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 6
                                },
                                "end": {
                                  "line": 189,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 5429,
                                "end": 5444,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5429,
                                  "end": 5433,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 14
                                    },
                                    "identifierName": "smth"
                                  },
                                  "name": "smth",
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5434,
                                  "end": 5444,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 25
                                    },
                                    "identifierName": "conditions"
                                  },
                                  "name": "conditions"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 5446,
                                "end": 5711,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 5456,
                                    "end": 5661,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 10
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 5462,
                                        "end": 5660,
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 9
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 5462,
                                          "end": 5472,
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 24
                                            },
                                            "identifierName": "conditions"
                                          },
                                          "name": "conditions"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 5475,
                                          "end": 5660,
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 9
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5475,
                                            "end": 5521,
                                            "loc": {
                                              "start": {
                                                "line": 166,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 166,
                                                "column": 73
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 5475,
                                              "end": 5517,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 69
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5475,
                                                "end": 5500,
                                                "loc": {
                                                  "start": {
                                                    "line": 166,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 166,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5475,
                                                  "end": 5479,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5480,
                                                  "end": 5500,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 52
                                                    },
                                                    "identifierName": "parseConditionObject"
                                                  },
                                                  "name": "parseConditionObject"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 5501,
                                                  "end": 5516,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 68
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 5501,
                                                    "end": 5505,
                                                    "loc": {
                                                      "start": {
                                                        "line": 166,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 166,
                                                        "column": 57
                                                      },
                                                      "identifierName": "smth"
                                                    },
                                                    "name": "smth"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5506,
                                                    "end": 5516,
                                                    "loc": {
                                                      "start": {
                                                        "line": 166,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 166,
                                                        "column": 68
                                                      },
                                                      "identifierName": "conditions"
                                                    },
                                                    "name": "conditions"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5518,
                                              "end": 5521,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 73
                                                },
                                                "identifierName": "map"
                                              },
                                              "name": "map"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 5522,
                                              "end": 5650,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 167,
                                                  "column": 115
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": true,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 5522,
                                                  "end": 5531,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 83
                                                    },
                                                    "identifierName": "condition"
                                                  },
                                                  "name": "condition"
                                                }
                                              ],
                                              "body": {
                                                "type": "TemplateLiteral",
                                                "start": 5545,
                                                "end": 5650,
                                                "loc": {
                                                  "start": {
                                                    "line": 167,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 167,
                                                    "column": 115
                                                  }
                                                },
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "start": 5548,
                                                    "end": 5625,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 90
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5548,
                                                      "end": 5576,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 41
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 5548,
                                                        "end": 5552,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 13
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 17
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5553,
                                                        "end": 5576,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 41
                                                          },
                                                          "identifierName": "jsonPathExtractionQuery"
                                                        },
                                                        "name": "jsonPathExtractionQuery"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 5577,
                                                        "end": 5600,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 65
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5577,
                                                          "end": 5584,
                                                          "loc": {
                                                            "start": {
                                                              "line": 167,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 167,
                                                              "column": 49
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5577,
                                                            "end": 5578,
                                                            "loc": {
                                                              "start": {
                                                                "line": 167,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 167,
                                                                "column": 43
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5579,
                                                            "end": 5584,
                                                            "loc": {
                                                              "start": {
                                                                "line": 167,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 167,
                                                                "column": 49
                                                              },
                                                              "identifierName": "first"
                                                            },
                                                            "name": "first"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 5585,
                                                            "end": 5599,
                                                            "loc": {
                                                              "start": {
                                                                "line": 167,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 167,
                                                                "column": 64
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 5585,
                                                              "end": 5594,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 167,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 167,
                                                                  "column": 59
                                                                },
                                                                "identifierName": "condition"
                                                              },
                                                              "name": "condition"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 5595,
                                                              "end": 5599,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 167,
                                                                  "column": 60
                                                                },
                                                                "end": {
                                                                  "line": 167,
                                                                  "column": 64
                                                                },
                                                                "identifierName": "path"
                                                              },
                                                              "name": "path"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 5602,
                                                        "end": 5624,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 89
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5602,
                                                          "end": 5608,
                                                          "loc": {
                                                            "start": {
                                                              "line": 167,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 167,
                                                              "column": 73
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5602,
                                                            "end": 5603,
                                                            "loc": {
                                                              "start": {
                                                                "line": 167,
                                                                "column": 67
                                                              },
                                                              "end": {
                                                                "line": 167,
                                                                "column": 68
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5604,
                                                            "end": 5608,
                                                            "loc": {
                                                              "start": {
                                                                "line": 167,
                                                                "column": 69
                                                              },
                                                              "end": {
                                                                "line": 167,
                                                                "column": 73
                                                              },
                                                              "identifierName": "tail"
                                                            },
                                                            "name": "tail"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 5609,
                                                            "end": 5623,
                                                            "loc": {
                                                              "start": {
                                                                "line": 167,
                                                                "column": 74
                                                              },
                                                              "end": {
                                                                "line": 167,
                                                                "column": 88
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 5609,
                                                              "end": 5618,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 167,
                                                                  "column": 74
                                                                },
                                                                "end": {
                                                                  "line": 167,
                                                                  "column": 83
                                                                },
                                                                "identifierName": "condition"
                                                              },
                                                              "name": "condition"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 5619,
                                                              "end": 5623,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 167,
                                                                  "column": 84
                                                                },
                                                                "end": {
                                                                  "line": 167,
                                                                  "column": 88
                                                                },
                                                                "identifierName": "path"
                                                              },
                                                              "name": "path"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 5632,
                                                    "end": 5647,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 97
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 112
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5632,
                                                      "end": 5641,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 97
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 106
                                                        },
                                                        "identifierName": "condition"
                                                      },
                                                      "name": "condition"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5642,
                                                      "end": 5647,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 107
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 112
                                                        },
                                                        "identifierName": "value"
                                                      },
                                                      "name": "value"
                                                    },
                                                    "computed": false
                                                  }
                                                ],
                                                "quasis": [
                                                  {
                                                    "type": "TemplateElement",
                                                    "start": 5546,
                                                    "end": 5546,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 11
                                                      }
                                                    },
                                                    "value": {
                                                      "raw": "",
                                                      "cooked": ""
                                                    },
                                                    "tail": false
                                                  },
                                                  {
                                                    "type": "TemplateElement",
                                                    "start": 5626,
                                                    "end": 5630,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 91
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 95
                                                      }
                                                    },
                                                    "value": {
                                                      "raw": " = '",
                                                      "cooked": " = '"
                                                    },
                                                    "tail": false
                                                  },
                                                  {
                                                    "type": "TemplateElement",
                                                    "start": 5648,
                                                    "end": 5649,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 113
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 114
                                                      }
                                                    },
                                                    "value": {
                                                      "raw": "'",
                                                      "cooked": "'"
                                                    },
                                                    "tail": true
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "ReturnStatement",
                                    "start": 5671,
                                    "end": 5703,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 40
                                      }
                                    },
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 5678,
                                      "end": 5702,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 39
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5678,
                                        "end": 5693,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5678,
                                          "end": 5688,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 25
                                            },
                                            "identifierName": "conditions"
                                          },
                                          "name": "conditions"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5689,
                                          "end": 5693,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 30
                                            },
                                            "identifierName": "join"
                                          },
                                          "name": "join"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "StringLiteral",
                                          "start": 5694,
                                          "end": 5701,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 38
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " AND ",
                                            "raw": "' AND '"
                                          },
                                          "value": " AND "
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "IfStatement",
                                "start": 5717,
                                "end": 6257,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "MemberExpression",
                                  "start": 5721,
                                  "end": 5730,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5721,
                                    "end": 5725,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 21
                                      },
                                      "identifierName": "smth"
                                    },
                                    "name": "smth"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5726,
                                    "end": 5730,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 26
                                      },
                                      "identifierName": "path"
                                    },
                                    "name": "path"
                                  },
                                  "computed": false
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 5732,
                                  "end": 6257,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 5742,
                                      "end": 5750,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 16
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 5746,
                                          "end": 5749,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 15
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 5746,
                                            "end": 5749,
                                            "loc": {
                                              "start": {
                                                "line": 172,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 172,
                                                "column": 15
                                              },
                                              "identifierName": "str"
                                            },
                                            "name": "str"
                                          },
                                          "init": null
                                        }
                                      ],
                                      "kind": "let",
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " Allow specifying conditions using the sqlite json functions",
                                          "start": 5760,
                                          "end": 5822,
                                          "loc": {
                                            "start": {
                                              "line": 174,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 174,
                                              "column": 70
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 5831,
                                      "end": 6127,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 5835,
                                        "end": 5874,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5835,
                                          "end": 5863,
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 5835,
                                            "end": 5839,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 16
                                              }
                                            },
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5840,
                                            "end": 5863,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 40
                                              },
                                              "identifierName": "checkValidJsonStatement"
                                            },
                                            "name": "checkValidJsonStatement"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5864,
                                            "end": 5873,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 50
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5864,
                                              "end": 5868,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 45
                                                },
                                                "identifierName": "smth"
                                              },
                                              "name": "smth"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5869,
                                              "end": 5873,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 50
                                                },
                                                "identifierName": "path"
                                              },
                                              "name": "path"
                                            },
                                            "computed": false
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 5876,
                                        "end": 5914,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 5888,
                                            "end": 5904,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 26
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 5888,
                                              "end": 5903,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 25
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 5888,
                                                "end": 5891,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 13
                                                  },
                                                  "identifierName": "str"
                                                },
                                                "name": "str"
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 5894,
                                                "end": 5903,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 25
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5894,
                                                  "end": 5898,
                                                  "loc": {
                                                    "start": {
                                                      "line": 176,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 176,
                                                      "column": 20
                                                    },
                                                    "identifierName": "smth"
                                                  },
                                                  "name": "smth"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5899,
                                                  "end": 5903,
                                                  "loc": {
                                                    "start": {
                                                      "line": 176,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 176,
                                                      "column": 25
                                                    },
                                                    "identifierName": "path"
                                                  },
                                                  "name": "path"
                                                },
                                                "computed": false
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "BlockStatement",
                                        "start": 5920,
                                        "end": 6127,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 5982,
                                            "end": 6016,
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 179,
                                                "column": 44
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 5988,
                                                "end": 6015,
                                                "loc": {
                                                  "start": {
                                                    "line": 179,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 179,
                                                    "column": 43
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 5988,
                                                  "end": 5993,
                                                  "loc": {
                                                    "start": {
                                                      "line": 179,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 179,
                                                      "column": 21
                                                    },
                                                    "identifierName": "paths"
                                                  },
                                                  "name": "paths",
                                                  "leadingComments": null
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 5996,
                                                  "end": 6015,
                                                  "loc": {
                                                    "start": {
                                                      "line": 179,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 179,
                                                      "column": 43
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 5996,
                                                    "end": 6004,
                                                    "loc": {
                                                      "start": {
                                                        "line": 179,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 179,
                                                        "column": 32
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5996,
                                                      "end": 5997,
                                                      "loc": {
                                                        "start": {
                                                          "line": 179,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 179,
                                                          "column": 25
                                                        },
                                                        "identifierName": "_"
                                                      },
                                                      "name": "_"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5998,
                                                      "end": 6004,
                                                      "loc": {
                                                        "start": {
                                                          "line": 179,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 179,
                                                          "column": 32
                                                        },
                                                        "identifierName": "toPath"
                                                      },
                                                      "name": "toPath"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 6005,
                                                      "end": 6014,
                                                      "loc": {
                                                        "start": {
                                                          "line": 179,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 179,
                                                          "column": 42
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 6005,
                                                        "end": 6009,
                                                        "loc": {
                                                          "start": {
                                                            "line": 179,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 179,
                                                            "column": 37
                                                          },
                                                          "identifierName": "smth"
                                                        },
                                                        "name": "smth"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6010,
                                                        "end": 6014,
                                                        "loc": {
                                                          "start": {
                                                            "line": 179,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 179,
                                                            "column": 42
                                                          },
                                                          "identifierName": "path"
                                                        },
                                                        "name": "path"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "leadingComments": null
                                              }
                                            ],
                                            "kind": "const",
                                            "leadingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Also support json property accessors",
                                                "start": 5932,
                                                "end": 5971,
                                                "loc": {
                                                  "start": {
                                                    "line": 178,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 178,
                                                    "column": 49
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 6027,
                                            "end": 6056,
                                            "loc": {
                                              "start": {
                                                "line": 180,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 180,
                                                "column": 39
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 6033,
                                                "end": 6055,
                                                "loc": {
                                                  "start": {
                                                    "line": 180,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 180,
                                                    "column": 38
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 6033,
                                                  "end": 6039,
                                                  "loc": {
                                                    "start": {
                                                      "line": 180,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 180,
                                                      "column": 22
                                                    },
                                                    "identifierName": "column"
                                                  },
                                                  "name": "column"
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 6042,
                                                  "end": 6055,
                                                  "loc": {
                                                    "start": {
                                                      "line": 180,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 180,
                                                      "column": 38
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 6042,
                                                    "end": 6053,
                                                    "loc": {
                                                      "start": {
                                                        "line": 180,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 180,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 6042,
                                                      "end": 6047,
                                                      "loc": {
                                                        "start": {
                                                          "line": 180,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 180,
                                                          "column": 30
                                                        },
                                                        "identifierName": "paths"
                                                      },
                                                      "name": "paths"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6048,
                                                      "end": 6053,
                                                      "loc": {
                                                        "start": {
                                                          "line": 180,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 180,
                                                          "column": 36
                                                        },
                                                        "identifierName": "shift"
                                                      },
                                                      "name": "shift"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                }
                                              }
                                            ],
                                            "kind": "const"
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 6067,
                                            "end": 6117,
                                            "loc": {
                                              "start": {
                                                "line": 181,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 181,
                                                "column": 60
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 6067,
                                              "end": 6116,
                                              "loc": {
                                                "start": {
                                                  "line": 181,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 181,
                                                  "column": 59
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 6067,
                                                "end": 6070,
                                                "loc": {
                                                  "start": {
                                                    "line": 181,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 181,
                                                    "column": 13
                                                  },
                                                  "identifierName": "str"
                                                },
                                                "name": "str"
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 6073,
                                                "end": 6116,
                                                "loc": {
                                                  "start": {
                                                    "line": 181,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 181,
                                                    "column": 59
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6073,
                                                  "end": 6101,
                                                  "loc": {
                                                    "start": {
                                                      "line": 181,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 181,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 6073,
                                                    "end": 6077,
                                                    "loc": {
                                                      "start": {
                                                        "line": 181,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 181,
                                                        "column": 20
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6078,
                                                    "end": 6101,
                                                    "loc": {
                                                      "start": {
                                                        "line": 181,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 181,
                                                        "column": 44
                                                      },
                                                      "identifierName": "jsonPathExtractionQuery"
                                                    },
                                                    "name": "jsonPathExtractionQuery"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 6102,
                                                    "end": 6108,
                                                    "loc": {
                                                      "start": {
                                                        "line": 181,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 181,
                                                        "column": 51
                                                      },
                                                      "identifierName": "column"
                                                    },
                                                    "name": "column"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 6110,
                                                    "end": 6115,
                                                    "loc": {
                                                      "start": {
                                                        "line": 181,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 181,
                                                        "column": 58
                                                      },
                                                      "identifierName": "paths"
                                                    },
                                                    "name": "paths"
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " Allow specifying conditions using the sqlite json functions",
                                          "start": 5760,
                                          "end": 5822,
                                          "loc": {
                                            "start": {
                                              "line": 174,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 174,
                                              "column": 70
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 6137,
                                      "end": 6228,
                                      "loc": {
                                        "start": {
                                          "line": 184,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 186,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "MemberExpression",
                                        "start": 6141,
                                        "end": 6151,
                                        "loc": {
                                          "start": {
                                            "line": 184,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 184,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6141,
                                          "end": 6145,
                                          "loc": {
                                            "start": {
                                              "line": 184,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 16
                                            },
                                            "identifierName": "smth"
                                          },
                                          "name": "smth"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6146,
                                          "end": 6151,
                                          "loc": {
                                            "start": {
                                              "line": 184,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 22
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 6153,
                                        "end": 6228,
                                        "loc": {
                                          "start": {
                                            "line": 184,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 6165,
                                            "end": 6218,
                                            "loc": {
                                              "start": {
                                                "line": 185,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 185,
                                                "column": 63
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 6165,
                                              "end": 6217,
                                              "loc": {
                                                "start": {
                                                  "line": 185,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 185,
                                                  "column": 62
                                                }
                                              },
                                              "operator": "+=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 6165,
                                                "end": 6168,
                                                "loc": {
                                                  "start": {
                                                    "line": 185,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 185,
                                                    "column": 13
                                                  },
                                                  "identifierName": "str"
                                                },
                                                "name": "str"
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 6172,
                                                "end": 6217,
                                                "loc": {
                                                  "start": {
                                                    "line": 185,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 185,
                                                    "column": 62
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6172,
                                                  "end": 6183,
                                                  "loc": {
                                                    "start": {
                                                      "line": 185,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 185,
                                                      "column": 28
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6172,
                                                    "end": 6176,
                                                    "loc": {
                                                      "start": {
                                                        "line": 185,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 185,
                                                        "column": 21
                                                      },
                                                      "identifierName": "util"
                                                    },
                                                    "name": "util"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6177,
                                                    "end": 6183,
                                                    "loc": {
                                                      "start": {
                                                        "line": 185,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 185,
                                                        "column": 28
                                                      },
                                                      "identifierName": "format"
                                                    },
                                                    "name": "format"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 6184,
                                                    "end": 6191,
                                                    "loc": {
                                                      "start": {
                                                        "line": 185,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 185,
                                                        "column": 36
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": " = %s",
                                                      "raw": "' = %s'"
                                                    },
                                                    "value": " = %s"
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "start": 6193,
                                                    "end": 6216,
                                                    "loc": {
                                                      "start": {
                                                        "line": 185,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 185,
                                                        "column": 61
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 6193,
                                                      "end": 6204,
                                                      "loc": {
                                                        "start": {
                                                          "line": 185,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 185,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 6193,
                                                        "end": 6197,
                                                        "loc": {
                                                          "start": {
                                                            "line": 185,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 185,
                                                            "column": 42
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6198,
                                                        "end": 6204,
                                                        "loc": {
                                                          "start": {
                                                            "line": 185,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 185,
                                                            "column": 49
                                                          },
                                                          "identifierName": "escape"
                                                        },
                                                        "name": "escape"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 6205,
                                                        "end": 6215,
                                                        "loc": {
                                                          "start": {
                                                            "line": 185,
                                                            "column": 50
                                                          },
                                                          "end": {
                                                            "line": 185,
                                                            "column": 60
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 6205,
                                                          "end": 6209,
                                                          "loc": {
                                                            "start": {
                                                              "line": 185,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 185,
                                                              "column": 54
                                                            },
                                                            "identifierName": "smth"
                                                          },
                                                          "name": "smth"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 6210,
                                                          "end": 6215,
                                                          "loc": {
                                                            "start": {
                                                              "line": 185,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 185,
                                                              "column": 60
                                                            },
                                                            "identifierName": "value"
                                                          },
                                                          "name": "value"
                                                        },
                                                        "computed": false
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 6238,
                                      "end": 6249,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 19
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 6245,
                                        "end": 6248,
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 18
                                          },
                                          "identifierName": "str"
                                        },
                                        "name": "str"
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Parse nested object",
                                  "start": 5396,
                                  "end": 5418,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 28
                                    }
                                  }
                                }
                              ]
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 6269,
                          "end": 6390,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 11
                            },
                            "end": {
                              "line": 194,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 6273,
                            "end": 6299,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 15
                              },
                              "end": {
                                "line": 190,
                                "column": 41
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 6273,
                              "end": 6277,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 15
                                },
                                "end": {
                                  "line": 190,
                                  "column": 19
                                },
                                "identifierName": "smth"
                              },
                              "name": "smth"
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "MemberExpression",
                              "start": 6289,
                              "end": 6299,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 31
                                },
                                "end": {
                                  "line": 190,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6289,
                                "end": 6294,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 36
                                  },
                                  "identifierName": "Utils"
                                },
                                "name": "Utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6295,
                                "end": 6299,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 41
                                  },
                                  "identifierName": "Cast"
                                },
                                "name": "Cast"
                              },
                              "computed": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 6301,
                            "end": 6390,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 43
                              },
                              "end": {
                                "line": 194,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 6309,
                                "end": 6384,
                                "loc": {
                                  "start": {
                                    "line": 191,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "CallExpression",
                                  "start": 6313,
                                  "end": 6341,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 38
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6313,
                                    "end": 6330,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "RegExpLiteral",
                                      "start": 6313,
                                      "end": 6325,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 22
                                        }
                                      },
                                      "extra": {
                                        "raw": "/timestamp/i"
                                      },
                                      "pattern": "timestamp",
                                      "flags": "i"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6326,
                                      "end": 6330,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 27
                                        },
                                        "identifierName": "test"
                                      },
                                      "name": "test"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 6331,
                                      "end": 6340,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6331,
                                        "end": 6335,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 32
                                          },
                                          "identifierName": "smth"
                                        },
                                        "name": "smth"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6336,
                                        "end": 6340,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 37
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 6343,
                                  "end": 6384,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 6353,
                                      "end": 6376,
                                      "loc": {
                                        "start": {
                                          "line": 192,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 31
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 6353,
                                        "end": 6375,
                                        "loc": {
                                          "start": {
                                            "line": 192,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 30
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6353,
                                          "end": 6362,
                                          "loc": {
                                            "start": {
                                              "line": 192,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 192,
                                              "column": 17
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6353,
                                            "end": 6357,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 12
                                              },
                                              "identifierName": "smth"
                                            },
                                            "name": "smth"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6358,
                                            "end": 6362,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 17
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 6365,
                                          "end": 6375,
                                          "loc": {
                                            "start": {
                                              "line": 192,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 192,
                                              "column": 30
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "datetime",
                                            "raw": "'datetime'"
                                          },
                                          "value": "datetime"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 6395,
                        "end": 6502,
                        "loc": {
                          "start": {
                            "line": 195,
                            "column": 4
                          },
                          "end": {
                            "line": 195,
                            "column": 111
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 6402,
                          "end": 6501,
                          "loc": {
                            "start": {
                              "line": 195,
                              "column": 11
                            },
                            "end": {
                              "line": 195,
                              "column": 110
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6402,
                            "end": 6451,
                            "loc": {
                              "start": {
                                "line": 195,
                                "column": 11
                              },
                              "end": {
                                "line": 195,
                                "column": 60
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6402,
                              "end": 6446,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 11
                                },
                                "end": {
                                  "line": 195,
                                  "column": 55
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6402,
                                "end": 6424,
                                "loc": {
                                  "start": {
                                    "line": 195,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 195,
                                    "column": 33
                                  },
                                  "identifierName": "AbstractQueryGenerator"
                                },
                                "name": "AbstractQueryGenerator"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6425,
                                "end": 6446,
                                "loc": {
                                  "start": {
                                    "line": 195,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 195,
                                    "column": 55
                                  },
                                  "identifierName": "handleSequelizeMethod"
                                },
                                "name": "handleSequelizeMethod"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6447,
                              "end": 6451,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 56
                                },
                                "end": {
                                  "line": 195,
                                  "column": 60
                                },
                                "identifierName": "call"
                              },
                              "name": "call"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 6452,
                              "end": 6456,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 61
                                },
                                "end": {
                                  "line": 195,
                                  "column": 65
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 6458,
                              "end": 6462,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 67
                                },
                                "end": {
                                  "line": 195,
                                  "column": 71
                                },
                                "identifierName": "smth"
                              },
                              "name": "smth"
                            },
                            {
                              "type": "Identifier",
                              "start": 6464,
                              "end": 6473,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 73
                                },
                                "end": {
                                  "line": 195,
                                  "column": 82
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 6475,
                              "end": 6482,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 84
                                },
                                "end": {
                                  "line": 195,
                                  "column": 91
                                },
                                "identifierName": "factory"
                              },
                              "name": "factory"
                            },
                            {
                              "type": "Identifier",
                              "start": 6484,
                              "end": 6491,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 93
                                },
                                "end": {
                                  "line": 195,
                                  "column": 100
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "Identifier",
                              "start": 6493,
                              "end": 6500,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 102
                                },
                                "end": {
                                  "line": 195,
                                  "column": 109
                                },
                                "identifierName": "prepend"
                              },
                              "name": "prepend"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 6511,
                  "end": 6882,
                  "loc": {
                    "start": {
                      "line": 198,
                      "column": 2
                    },
                    "end": {
                      "line": 207,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 6511,
                    "end": 6525,
                    "loc": {
                      "start": {
                        "line": 198,
                        "column": 2
                      },
                      "end": {
                        "line": 198,
                        "column": 16
                      },
                      "identifierName": "addColumnQuery"
                    },
                    "name": "addColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 6526,
                      "end": 6531,
                      "loc": {
                        "start": {
                          "line": 198,
                          "column": 17
                        },
                        "end": {
                          "line": 198,
                          "column": 22
                        },
                        "identifierName": "table"
                      },
                      "name": "table"
                    },
                    {
                      "type": "Identifier",
                      "start": 6533,
                      "end": 6536,
                      "loc": {
                        "start": {
                          "line": 198,
                          "column": 24
                        },
                        "end": {
                          "line": 198,
                          "column": 27
                        },
                        "identifierName": "key"
                      },
                      "name": "key"
                    },
                    {
                      "type": "Identifier",
                      "start": 6538,
                      "end": 6546,
                      "loc": {
                        "start": {
                          "line": 198,
                          "column": 29
                        },
                        "end": {
                          "line": 198,
                          "column": 37
                        },
                        "identifierName": "dataType"
                      },
                      "name": "dataType"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 6548,
                    "end": 6882,
                    "loc": {
                      "start": {
                        "line": 198,
                        "column": 39
                      },
                      "end": {
                        "line": 207,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 6554,
                        "end": 6576,
                        "loc": {
                          "start": {
                            "line": 199,
                            "column": 4
                          },
                          "end": {
                            "line": 199,
                            "column": 26
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6560,
                            "end": 6575,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 10
                              },
                              "end": {
                                "line": 199,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6560,
                              "end": 6570,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 10
                                },
                                "end": {
                                  "line": 199,
                                  "column": 20
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 6573,
                              "end": 6575,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 23
                                },
                                "end": {
                                  "line": 199,
                                  "column": 25
                                }
                              },
                              "properties": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 6581,
                        "end": 6608,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 4
                          },
                          "end": {
                            "line": 200,
                            "column": 31
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 6581,
                          "end": 6607,
                          "loc": {
                            "start": {
                              "line": 200,
                              "column": 4
                            },
                            "end": {
                              "line": 200,
                              "column": 30
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 6581,
                            "end": 6596,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 4
                              },
                              "end": {
                                "line": 200,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6581,
                              "end": 6591,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 4
                                },
                                "end": {
                                  "line": 200,
                                  "column": 14
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6592,
                              "end": 6595,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 15
                                },
                                "end": {
                                  "line": 200,
                                  "column": 18
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            },
                            "computed": true
                          },
                          "right": {
                            "type": "Identifier",
                            "start": 6599,
                            "end": 6607,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 22
                              },
                              "end": {
                                "line": 200,
                                "column": 30
                              },
                              "identifierName": "dataType"
                            },
                            "name": "dataType"
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 6613,
                        "end": 6687,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 4
                          },
                          "end": {
                            "line": 201,
                            "column": 78
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6619,
                            "end": 6686,
                            "loc": {
                              "start": {
                                "line": 201,
                                "column": 10
                              },
                              "end": {
                                "line": 201,
                                "column": 77
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6619,
                              "end": 6625,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 10
                                },
                                "end": {
                                  "line": 201,
                                  "column": 16
                                },
                                "identifierName": "fields"
                              },
                              "name": "fields"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 6628,
                              "end": 6686,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 19
                                },
                                "end": {
                                  "line": 201,
                                  "column": 77
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6628,
                                "end": 6648,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6628,
                                  "end": 6632,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 23
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6633,
                                  "end": 6648,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 39
                                    },
                                    "identifierName": "attributesToSQL"
                                  },
                                  "name": "attributesToSQL"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6649,
                                  "end": 6659,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 50
                                    },
                                    "identifierName": "attributes"
                                  },
                                  "name": "attributes"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 6661,
                                  "end": 6685,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 76
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 6663,
                                      "end": 6683,
                                      "loc": {
                                        "start": {
                                          "line": 201,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 74
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 6663,
                                        "end": 6670,
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 61
                                          },
                                          "identifierName": "context"
                                        },
                                        "name": "context"
                                      },
                                      "value": {
                                        "type": "StringLiteral",
                                        "start": 6672,
                                        "end": 6683,
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 74
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "addColumn",
                                          "raw": "'addColumn'"
                                        },
                                        "value": "addColumn"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 6692,
                        "end": 6756,
                        "loc": {
                          "start": {
                            "line": 202,
                            "column": 4
                          },
                          "end": {
                            "line": 202,
                            "column": 68
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6698,
                            "end": 6755,
                            "loc": {
                              "start": {
                                "line": 202,
                                "column": 10
                              },
                              "end": {
                                "line": 202,
                                "column": 67
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6698,
                              "end": 6707,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 10
                                },
                                "end": {
                                  "line": 202,
                                  "column": 19
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 6710,
                              "end": 6755,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 22
                                },
                                "end": {
                                  "line": 202,
                                  "column": 67
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 6710,
                                "end": 6741,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 53
                                  }
                                },
                                "left": {
                                  "type": "CallExpression",
                                  "start": 6710,
                                  "end": 6735,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 47
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6710,
                                    "end": 6730,
                                    "loc": {
                                      "start": {
                                        "line": 202,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 202,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6710,
                                      "end": 6714,
                                      "loc": {
                                        "start": {
                                          "line": 202,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 202,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6715,
                                      "end": 6730,
                                      "loc": {
                                        "start": {
                                          "line": 202,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 202,
                                          "column": 42
                                        },
                                        "identifierName": "quoteIdentifier"
                                      },
                                      "name": "quoteIdentifier"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 6731,
                                      "end": 6734,
                                      "loc": {
                                        "start": {
                                          "line": 202,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 202,
                                          "column": 46
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    }
                                  ]
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 6738,
                                  "end": 6741,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 53
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " ",
                                    "raw": "' '"
                                  },
                                  "value": " "
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "MemberExpression",
                                "start": 6744,
                                "end": 6755,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 67
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6744,
                                  "end": 6750,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 62
                                    },
                                    "identifierName": "fields"
                                  },
                                  "name": "fields"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6751,
                                  "end": 6754,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 66
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                },
                                "computed": true
                              }
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 6762,
                        "end": 6832,
                        "loc": {
                          "start": {
                            "line": 204,
                            "column": 4
                          },
                          "end": {
                            "line": 204,
                            "column": 74
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6768,
                            "end": 6831,
                            "loc": {
                              "start": {
                                "line": 204,
                                "column": 10
                              },
                              "end": {
                                "line": 204,
                                "column": 73
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6768,
                              "end": 6771,
                              "loc": {
                                "start": {
                                  "line": 204,
                                  "column": 10
                                },
                                "end": {
                                  "line": 204,
                                  "column": 13
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "TemplateLiteral",
                              "start": 6774,
                              "end": 6831,
                              "loc": {
                                "start": {
                                  "line": 204,
                                  "column": 16
                                },
                                "end": {
                                  "line": 204,
                                  "column": 73
                                }
                              },
                              "expressions": [
                                {
                                  "type": "CallExpression",
                                  "start": 6789,
                                  "end": 6811,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 53
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6789,
                                    "end": 6804,
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6789,
                                      "end": 6793,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6794,
                                      "end": 6804,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 46
                                        },
                                        "identifierName": "quoteTable"
                                      },
                                      "name": "quoteTable"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 6805,
                                      "end": 6810,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 52
                                        },
                                        "identifierName": "table"
                                      },
                                      "name": "table"
                                    }
                                  ]
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6819,
                                  "end": 6828,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 70
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 6775,
                                  "end": 6787,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 29
                                    }
                                  },
                                  "value": {
                                    "raw": "ALTER TABLE ",
                                    "cooked": "ALTER TABLE "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 6812,
                                  "end": 6817,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 59
                                    }
                                  },
                                  "value": {
                                    "raw": " ADD ",
                                    "cooked": " ADD "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 6829,
                                  "end": 6830,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 72
                                    }
                                  },
                                  "value": {
                                    "raw": ";",
                                    "cooked": ";"
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 6838,
                        "end": 6878,
                        "loc": {
                          "start": {
                            "line": 206,
                            "column": 4
                          },
                          "end": {
                            "line": 206,
                            "column": 44
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 6845,
                          "end": 6877,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 11
                            },
                            "end": {
                              "line": 206,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6845,
                            "end": 6872,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 11
                              },
                              "end": {
                                "line": 206,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6845,
                              "end": 6849,
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 11
                                },
                                "end": {
                                  "line": 206,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6850,
                              "end": 6872,
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 16
                                },
                                "end": {
                                  "line": 206,
                                  "column": 38
                                },
                                "identifierName": "replaceBooleanDefaults"
                              },
                              "name": "replaceBooleanDefaults"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6873,
                              "end": 6876,
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 39
                                },
                                "end": {
                                  "line": 206,
                                  "column": 42
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 6887,
                  "end": 7005,
                  "loc": {
                    "start": {
                      "line": 209,
                      "column": 2
                    },
                    "end": {
                      "line": 211,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 6887,
                    "end": 6902,
                    "loc": {
                      "start": {
                        "line": 209,
                        "column": 2
                      },
                      "end": {
                        "line": 209,
                        "column": 17
                      },
                      "identifierName": "showTablesQuery"
                    },
                    "name": "showTablesQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 6905,
                    "end": 7005,
                    "loc": {
                      "start": {
                        "line": 209,
                        "column": 20
                      },
                      "end": {
                        "line": 211,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 6911,
                        "end": 7001,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 4
                          },
                          "end": {
                            "line": 210,
                            "column": 94
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 6918,
                          "end": 7000,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 11
                            },
                            "end": {
                              "line": 210,
                              "column": 93
                            }
                          },
                          "extra": {
                            "rawValue": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';",
                            "raw": "\"SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';\""
                          },
                          "value": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 7010,
                  "end": 7316,
                  "loc": {
                    "start": {
                      "line": 213,
                      "column": 2
                    },
                    "end": {
                      "line": 219,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 7010,
                    "end": 7021,
                    "loc": {
                      "start": {
                        "line": 213,
                        "column": 2
                      },
                      "end": {
                        "line": 213,
                        "column": 13
                      },
                      "identifierName": "upsertQuery"
                    },
                    "name": "upsertQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 7022,
                      "end": 7031,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 14
                        },
                        "end": {
                          "line": 213,
                          "column": 23
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 7033,
                      "end": 7045,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 25
                        },
                        "end": {
                          "line": 213,
                          "column": 37
                        },
                        "identifierName": "insertValues"
                      },
                      "name": "insertValues"
                    },
                    {
                      "type": "Identifier",
                      "start": 7047,
                      "end": 7059,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 39
                        },
                        "end": {
                          "line": 213,
                          "column": 51
                        },
                        "identifierName": "updateValues"
                      },
                      "name": "updateValues"
                    },
                    {
                      "type": "Identifier",
                      "start": 7061,
                      "end": 7066,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 53
                        },
                        "end": {
                          "line": 213,
                          "column": 58
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    },
                    {
                      "type": "Identifier",
                      "start": 7068,
                      "end": 7081,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 60
                        },
                        "end": {
                          "line": 213,
                          "column": 73
                        },
                        "identifierName": "rawAttributes"
                      },
                      "name": "rawAttributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 7083,
                      "end": 7090,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 75
                        },
                        "end": {
                          "line": 213,
                          "column": 82
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 7092,
                    "end": 7316,
                    "loc": {
                      "start": {
                        "line": 213,
                        "column": 84
                      },
                      "end": {
                        "line": 219,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 7098,
                        "end": 7130,
                        "loc": {
                          "start": {
                            "line": 214,
                            "column": 4
                          },
                          "end": {
                            "line": 214,
                            "column": 36
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 7098,
                          "end": 7129,
                          "loc": {
                            "start": {
                              "line": 214,
                              "column": 4
                            },
                            "end": {
                              "line": 214,
                              "column": 35
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 7098,
                            "end": 7122,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 4
                              },
                              "end": {
                                "line": 214,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7098,
                              "end": 7105,
                              "loc": {
                                "start": {
                                  "line": 214,
                                  "column": 4
                                },
                                "end": {
                                  "line": 214,
                                  "column": 11
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7106,
                              "end": 7122,
                              "loc": {
                                "start": {
                                  "line": 214,
                                  "column": 12
                                },
                                "end": {
                                  "line": 214,
                                  "column": 28
                                },
                                "identifierName": "ignoreDuplicates"
                              },
                              "name": "ignoreDuplicates"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 7125,
                            "end": 7129,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 31
                              },
                              "end": {
                                "line": 214,
                                "column": 35
                              }
                            },
                            "value": true
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 7136,
                        "end": 7295,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 4
                          },
                          "end": {
                            "line": 216,
                            "column": 163
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7142,
                            "end": 7294,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 10
                              },
                              "end": {
                                "line": 216,
                                "column": 162
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7142,
                              "end": 7145,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 10
                                },
                                "end": {
                                  "line": 216,
                                  "column": 13
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 7148,
                              "end": 7294,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 16
                                },
                                "end": {
                                  "line": 216,
                                  "column": 162
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7148,
                                "end": 7219,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 87
                                  }
                                },
                                "left": {
                                  "type": "CallExpression",
                                  "start": 7148,
                                  "end": 7213,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 81
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7148,
                                    "end": 7164,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7148,
                                      "end": 7152,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 216,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7153,
                                      "end": 7164,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 216,
                                          "column": 32
                                        },
                                        "identifierName": "insertQuery"
                                      },
                                      "name": "insertQuery"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 7165,
                                      "end": 7174,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 216,
                                          "column": 42
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7176,
                                      "end": 7188,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 216,
                                          "column": 56
                                        },
                                        "identifierName": "insertValues"
                                      },
                                      "name": "insertValues"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7190,
                                      "end": 7203,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 216,
                                          "column": 71
                                        },
                                        "identifierName": "rawAttributes"
                                      },
                                      "name": "rawAttributes"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7205,
                                      "end": 7212,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 216,
                                          "column": 80
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    }
                                  ]
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 7216,
                                  "end": 7219,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 87
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " ",
                                    "raw": "' '"
                                  },
                                  "value": " "
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "CallExpression",
                                "start": 7222,
                                "end": 7294,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 90
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 162
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7222,
                                  "end": 7238,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 106
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 7222,
                                    "end": 7226,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 94
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7227,
                                    "end": 7238,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 95
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 106
                                      },
                                      "identifierName": "updateQuery"
                                    },
                                    "name": "updateQuery"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 7239,
                                    "end": 7248,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 107
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 116
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 7250,
                                    "end": 7262,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 118
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 130
                                      },
                                      "identifierName": "updateValues"
                                    },
                                    "name": "updateValues"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 7264,
                                    "end": 7269,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 132
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 137
                                      },
                                      "identifierName": "where"
                                    },
                                    "name": "where"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 7271,
                                    "end": 7278,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 139
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 146
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 7280,
                                    "end": 7293,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 148
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 161
                                      },
                                      "identifierName": "rawAttributes"
                                    },
                                    "name": "rawAttributes"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 7301,
                        "end": 7312,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 4
                          },
                          "end": {
                            "line": 218,
                            "column": 15
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 7308,
                          "end": 7311,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 11
                            },
                            "end": {
                              "line": 218,
                              "column": 14
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 7321,
                  "end": 8186,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 2
                    },
                    "end": {
                      "line": 245,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 7321,
                    "end": 7332,
                    "loc": {
                      "start": {
                        "line": 221,
                        "column": 2
                      },
                      "end": {
                        "line": 221,
                        "column": 13
                      },
                      "identifierName": "updateQuery"
                    },
                    "name": "updateQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 7333,
                      "end": 7342,
                      "loc": {
                        "start": {
                          "line": 221,
                          "column": 14
                        },
                        "end": {
                          "line": 221,
                          "column": 23
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 7344,
                      "end": 7357,
                      "loc": {
                        "start": {
                          "line": 221,
                          "column": 25
                        },
                        "end": {
                          "line": 221,
                          "column": 38
                        },
                        "identifierName": "attrValueHash"
                      },
                      "name": "attrValueHash"
                    },
                    {
                      "type": "Identifier",
                      "start": 7359,
                      "end": 7364,
                      "loc": {
                        "start": {
                          "line": 221,
                          "column": 40
                        },
                        "end": {
                          "line": 221,
                          "column": 45
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    },
                    {
                      "type": "Identifier",
                      "start": 7366,
                      "end": 7373,
                      "loc": {
                        "start": {
                          "line": 221,
                          "column": 47
                        },
                        "end": {
                          "line": 221,
                          "column": 54
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    {
                      "type": "Identifier",
                      "start": 7375,
                      "end": 7385,
                      "loc": {
                        "start": {
                          "line": 221,
                          "column": 56
                        },
                        "end": {
                          "line": 221,
                          "column": 66
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 7387,
                    "end": 8186,
                    "loc": {
                      "start": {
                        "line": 221,
                        "column": 68
                      },
                      "end": {
                        "line": 245,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 7393,
                        "end": 7417,
                        "loc": {
                          "start": {
                            "line": 222,
                            "column": 4
                          },
                          "end": {
                            "line": 222,
                            "column": 28
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 7393,
                          "end": 7416,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 4
                            },
                            "end": {
                              "line": 222,
                              "column": 27
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 7393,
                            "end": 7400,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 4
                              },
                              "end": {
                                "line": 222,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "right": {
                            "type": "LogicalExpression",
                            "start": 7403,
                            "end": 7416,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 14
                              },
                              "end": {
                                "line": 222,
                                "column": 27
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 7403,
                              "end": 7410,
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 14
                                },
                                "end": {
                                  "line": 222,
                                  "column": 21
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 7414,
                              "end": 7416,
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 25
                                },
                                "end": {
                                  "line": 222,
                                  "column": 27
                                }
                              },
                              "properties": []
                            }
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 7422,
                        "end": 7456,
                        "loc": {
                          "start": {
                            "line": 223,
                            "column": 4
                          },
                          "end": {
                            "line": 223,
                            "column": 38
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 7422,
                          "end": 7455,
                          "loc": {
                            "start": {
                              "line": 223,
                              "column": 4
                            },
                            "end": {
                              "line": 223,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7422,
                            "end": 7432,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 4
                              },
                              "end": {
                                "line": 223,
                                "column": 14
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7422,
                              "end": 7423,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 4
                                },
                                "end": {
                                  "line": 223,
                                  "column": 5
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7424,
                              "end": 7432,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 6
                                },
                                "end": {
                                  "line": 223,
                                  "column": 14
                                },
                                "identifierName": "defaults"
                              },
                              "name": "defaults"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7433,
                              "end": 7440,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 15
                                },
                                "end": {
                                  "line": 223,
                                  "column": 22
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 7442,
                              "end": 7454,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 24
                                },
                                "end": {
                                  "line": 223,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 7442,
                                "end": 7446,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7447,
                                "end": 7454,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 36
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            }
                          ]
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 7462,
                        "end": 7551,
                        "loc": {
                          "start": {
                            "line": 225,
                            "column": 4
                          },
                          "end": {
                            "line": 225,
                            "column": 93
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 7462,
                          "end": 7550,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 4
                            },
                            "end": {
                              "line": 225,
                              "column": 92
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 7462,
                            "end": 7475,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 4
                              },
                              "end": {
                                "line": 225,
                                "column": 17
                              },
                              "identifierName": "attrValueHash"
                            },
                            "name": "attrValueHash"
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 7478,
                            "end": 7550,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 20
                              },
                              "end": {
                                "line": 225,
                                "column": 92
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7478,
                              "end": 7508,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 20
                                },
                                "end": {
                                  "line": 225,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7478,
                                "end": 7483,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 25
                                  },
                                  "identifierName": "Utils"
                                },
                                "name": "Utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7484,
                                "end": 7508,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 50
                                  },
                                  "identifierName": "removeNullValuesFromHash"
                                },
                                "name": "removeNullValuesFromHash"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7509,
                                "end": 7522,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 64
                                  },
                                  "identifierName": "attrValueHash"
                                },
                                "name": "attrValueHash"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 7524,
                                "end": 7540,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 82
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7524,
                                  "end": 7531,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 73
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7532,
                                  "end": 7540,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 82
                                    },
                                    "identifierName": "omitNull"
                                  },
                                  "name": "omitNull"
                                },
                                "computed": false
                              },
                              {
                                "type": "Identifier",
                                "start": 7542,
                                "end": 7549,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 84
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 91
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 7557,
                        "end": 7586,
                        "loc": {
                          "start": {
                            "line": 227,
                            "column": 4
                          },
                          "end": {
                            "line": 227,
                            "column": 33
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7563,
                            "end": 7585,
                            "loc": {
                              "start": {
                                "line": 227,
                                "column": 10
                              },
                              "end": {
                                "line": 227,
                                "column": 32
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7563,
                              "end": 7580,
                              "loc": {
                                "start": {
                                  "line": 227,
                                  "column": 10
                                },
                                "end": {
                                  "line": 227,
                                  "column": 27
                                },
                                "identifierName": "modelAttributeMap"
                              },
                              "name": "modelAttributeMap"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 7583,
                              "end": 7585,
                              "loc": {
                                "start": {
                                  "line": 227,
                                  "column": 30
                                },
                                "end": {
                                  "line": 227,
                                  "column": 32
                                }
                              },
                              "properties": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 7591,
                        "end": 7609,
                        "loc": {
                          "start": {
                            "line": 228,
                            "column": 4
                          },
                          "end": {
                            "line": 228,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7597,
                            "end": 7608,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 10
                              },
                              "end": {
                                "line": 228,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7597,
                              "end": 7603,
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 10
                                },
                                "end": {
                                  "line": 228,
                                  "column": 16
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 7606,
                              "end": 7608,
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 19
                                },
                                "end": {
                                  "line": 228,
                                  "column": 21
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "IfStatement",
                        "start": 7615,
                        "end": 7838,
                        "loc": {
                          "start": {
                            "line": 230,
                            "column": 4
                          },
                          "end": {
                            "line": 237,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 7619,
                          "end": 7629,
                          "loc": {
                            "start": {
                              "line": 230,
                              "column": 8
                            },
                            "end": {
                              "line": 230,
                              "column": 18
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7631,
                          "end": 7838,
                          "loc": {
                            "start": {
                              "line": 230,
                              "column": 20
                            },
                            "end": {
                              "line": 237,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7639,
                              "end": 7832,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 6
                                },
                                "end": {
                                  "line": 236,
                                  "column": 9
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7639,
                                "end": 7831,
                                "loc": {
                                  "start": {
                                    "line": 231,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 8
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7639,
                                  "end": 7645,
                                  "loc": {
                                    "start": {
                                      "line": 231,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 231,
                                      "column": 12
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7639,
                                    "end": 7640,
                                    "loc": {
                                      "start": {
                                        "line": 231,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 231,
                                        "column": 7
                                      },
                                      "identifierName": "_"
                                    },
                                    "name": "_"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7641,
                                    "end": 7645,
                                    "loc": {
                                      "start": {
                                        "line": 231,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 231,
                                        "column": 12
                                      },
                                      "identifierName": "each"
                                    },
                                    "name": "each"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 7646,
                                    "end": 7656,
                                    "loc": {
                                      "start": {
                                        "line": 231,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 231,
                                        "column": 23
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 7658,
                                    "end": 7830,
                                    "loc": {
                                      "start": {
                                        "line": 231,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 7659,
                                        "end": 7668,
                                        "loc": {
                                          "start": {
                                            "line": 231,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 231,
                                            "column": 35
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 7670,
                                        "end": 7673,
                                        "loc": {
                                          "start": {
                                            "line": 231,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 231,
                                            "column": 40
                                          },
                                          "identifierName": "key"
                                        },
                                        "name": "key"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 7678,
                                      "end": 7830,
                                      "loc": {
                                        "start": {
                                          "line": 231,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 236,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 7688,
                                          "end": 7723,
                                          "loc": {
                                            "start": {
                                              "line": 232,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 232,
                                              "column": 43
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 7688,
                                            "end": 7722,
                                            "loc": {
                                              "start": {
                                                "line": 232,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 232,
                                                "column": 42
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 7688,
                                              "end": 7710,
                                              "loc": {
                                                "start": {
                                                  "line": 232,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 232,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7688,
                                                "end": 7705,
                                                "loc": {
                                                  "start": {
                                                    "line": 232,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 232,
                                                    "column": 25
                                                  },
                                                  "identifierName": "modelAttributeMap"
                                                },
                                                "name": "modelAttributeMap"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7706,
                                                "end": 7709,
                                                "loc": {
                                                  "start": {
                                                    "line": 232,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 232,
                                                    "column": 29
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            },
                                            "right": {
                                              "type": "Identifier",
                                              "start": 7713,
                                              "end": 7722,
                                              "loc": {
                                                "start": {
                                                  "line": 232,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 232,
                                                  "column": 42
                                                },
                                                "identifierName": "attribute"
                                              },
                                              "name": "attribute"
                                            }
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 7732,
                                          "end": 7822,
                                          "loc": {
                                            "start": {
                                              "line": 233,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 235,
                                              "column": 9
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 7736,
                                            "end": 7751,
                                            "loc": {
                                              "start": {
                                                "line": 233,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 233,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 7736,
                                              "end": 7745,
                                              "loc": {
                                                "start": {
                                                  "line": 233,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 233,
                                                  "column": 21
                                                },
                                                "identifierName": "attribute"
                                              },
                                              "name": "attribute"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7746,
                                              "end": 7751,
                                              "loc": {
                                                "start": {
                                                  "line": 233,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 233,
                                                  "column": 27
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 7753,
                                            "end": 7822,
                                            "loc": {
                                              "start": {
                                                "line": 233,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 235,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 7765,
                                                "end": 7812,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 57
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 7765,
                                                  "end": 7811,
                                                  "loc": {
                                                    "start": {
                                                      "line": 234,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 234,
                                                      "column": 56
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 7765,
                                                    "end": 7799,
                                                    "loc": {
                                                      "start": {
                                                        "line": 234,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 234,
                                                        "column": 44
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 7765,
                                                      "end": 7782,
                                                      "loc": {
                                                        "start": {
                                                          "line": 234,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 234,
                                                          "column": 27
                                                        },
                                                        "identifierName": "modelAttributeMap"
                                                      },
                                                      "name": "modelAttributeMap"
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 7783,
                                                      "end": 7798,
                                                      "loc": {
                                                        "start": {
                                                          "line": 234,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 234,
                                                          "column": 43
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 7783,
                                                        "end": 7792,
                                                        "loc": {
                                                          "start": {
                                                            "line": 234,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 234,
                                                            "column": 37
                                                          },
                                                          "identifierName": "attribute"
                                                        },
                                                        "name": "attribute"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 7793,
                                                        "end": 7798,
                                                        "loc": {
                                                          "start": {
                                                            "line": 234,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 234,
                                                            "column": 43
                                                          },
                                                          "identifierName": "field"
                                                        },
                                                        "name": "field"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  },
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 7802,
                                                    "end": 7811,
                                                    "loc": {
                                                      "start": {
                                                        "line": 234,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 234,
                                                        "column": 56
                                                      },
                                                      "identifierName": "attribute"
                                                    },
                                                    "name": "attribute"
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ForInStatement",
                        "start": 7844,
                        "end": 8080,
                        "loc": {
                          "start": {
                            "line": 239,
                            "column": 4
                          },
                          "end": {
                            "line": 242,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 7849,
                          "end": 7858,
                          "loc": {
                            "start": {
                              "line": 239,
                              "column": 9
                            },
                            "end": {
                              "line": 239,
                              "column": 18
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 7855,
                              "end": 7858,
                              "loc": {
                                "start": {
                                  "line": 239,
                                  "column": 15
                                },
                                "end": {
                                  "line": 239,
                                  "column": 18
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 7855,
                                "end": 7858,
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 18
                                  },
                                  "identifierName": "key"
                                },
                                "name": "key"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 7862,
                          "end": 7875,
                          "loc": {
                            "start": {
                              "line": 239,
                              "column": 22
                            },
                            "end": {
                              "line": 239,
                              "column": 35
                            },
                            "identifierName": "attrValueHash"
                          },
                          "name": "attrValueHash"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 7877,
                          "end": 8080,
                          "loc": {
                            "start": {
                              "line": 239,
                              "column": 37
                            },
                            "end": {
                              "line": 242,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 7885,
                              "end": 7918,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 6
                                },
                                "end": {
                                  "line": 240,
                                  "column": 39
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 7891,
                                  "end": 7917,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 38
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 7891,
                                    "end": 7896,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 17
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 7899,
                                    "end": 7917,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7899,
                                      "end": 7912,
                                      "loc": {
                                        "start": {
                                          "line": 240,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 240,
                                          "column": 33
                                        },
                                        "identifierName": "attrValueHash"
                                      },
                                      "name": "attrValueHash"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7913,
                                      "end": 7916,
                                      "loc": {
                                        "start": {
                                          "line": 240,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 240,
                                          "column": 37
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "computed": true
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7925,
                              "end": 8074,
                              "loc": {
                                "start": {
                                  "line": 241,
                                  "column": 6
                                },
                                "end": {
                                  "line": 241,
                                  "column": 155
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7925,
                                "end": 8073,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 154
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7925,
                                  "end": 7936,
                                  "loc": {
                                    "start": {
                                      "line": 241,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 241,
                                      "column": 17
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7925,
                                    "end": 7931,
                                    "loc": {
                                      "start": {
                                        "line": 241,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 241,
                                        "column": 12
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7932,
                                    "end": 7936,
                                    "loc": {
                                      "start": {
                                        "line": 241,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 241,
                                        "column": 17
                                      },
                                      "identifierName": "push"
                                    },
                                    "name": "push"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 7937,
                                    "end": 8072,
                                    "loc": {
                                      "start": {
                                        "line": 241,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 241,
                                        "column": 153
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 7937,
                                      "end": 7968,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 49
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 7937,
                                        "end": 7962,
                                        "loc": {
                                          "start": {
                                            "line": 241,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 241,
                                            "column": 43
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7937,
                                          "end": 7957,
                                          "loc": {
                                            "start": {
                                              "line": 241,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 241,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 7937,
                                            "end": 7941,
                                            "loc": {
                                              "start": {
                                                "line": 241,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 241,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7942,
                                            "end": 7957,
                                            "loc": {
                                              "start": {
                                                "line": 241,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 241,
                                                "column": 38
                                              },
                                              "identifierName": "quoteIdentifier"
                                            },
                                            "name": "quoteIdentifier"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 7958,
                                            "end": 7961,
                                            "loc": {
                                              "start": {
                                                "line": 241,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 241,
                                                "column": 42
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          }
                                        ]
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 7965,
                                        "end": 7968,
                                        "loc": {
                                          "start": {
                                            "line": 241,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 241,
                                            "column": 49
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "=",
                                          "raw": "'='"
                                        },
                                        "value": "="
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 7971,
                                      "end": 8072,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 153
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7971,
                                        "end": 7982,
                                        "loc": {
                                          "start": {
                                            "line": 241,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 241,
                                            "column": 63
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 7971,
                                          "end": 7975,
                                          "loc": {
                                            "start": {
                                              "line": 241,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 241,
                                              "column": 56
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7976,
                                          "end": 7982,
                                          "loc": {
                                            "start": {
                                              "line": 241,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 241,
                                              "column": 63
                                            },
                                            "identifierName": "escape"
                                          },
                                          "name": "escape"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 7983,
                                          "end": 7988,
                                          "loc": {
                                            "start": {
                                              "line": 241,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 241,
                                              "column": 69
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        {
                                          "type": "LogicalExpression",
                                          "start": 7991,
                                          "end": 8047,
                                          "loc": {
                                            "start": {
                                              "line": 241,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 241,
                                              "column": 128
                                            }
                                          },
                                          "left": {
                                            "type": "LogicalExpression",
                                            "start": 7991,
                                            "end": 8034,
                                            "loc": {
                                              "start": {
                                                "line": 241,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 241,
                                                "column": 115
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 7991,
                                              "end": 8008,
                                              "loc": {
                                                "start": {
                                                  "line": 241,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 241,
                                                  "column": 89
                                                },
                                                "identifierName": "modelAttributeMap"
                                              },
                                              "name": "modelAttributeMap"
                                            },
                                            "operator": "&&",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 8012,
                                              "end": 8034,
                                              "loc": {
                                                "start": {
                                                  "line": 241,
                                                  "column": 93
                                                },
                                                "end": {
                                                  "line": 241,
                                                  "column": 115
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8012,
                                                "end": 8029,
                                                "loc": {
                                                  "start": {
                                                    "line": 241,
                                                    "column": 93
                                                  },
                                                  "end": {
                                                    "line": 241,
                                                    "column": 110
                                                  },
                                                  "identifierName": "modelAttributeMap"
                                                },
                                                "name": "modelAttributeMap"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8030,
                                                "end": 8033,
                                                "loc": {
                                                  "start": {
                                                    "line": 241,
                                                    "column": 111
                                                  },
                                                  "end": {
                                                    "line": 241,
                                                    "column": 114
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            }
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 8038,
                                            "end": 8047,
                                            "loc": {
                                              "start": {
                                                "line": 241,
                                                "column": 119
                                              },
                                              "end": {
                                                "line": 241,
                                                "column": 128
                                              },
                                              "identifierName": "undefined"
                                            },
                                            "name": "undefined"
                                          },
                                          "extra": {
                                            "parenthesized": true,
                                            "parenStart": 7990
                                          }
                                        },
                                        {
                                          "type": "ObjectExpression",
                                          "start": 8050,
                                          "end": 8071,
                                          "loc": {
                                            "start": {
                                              "line": 241,
                                              "column": 131
                                            },
                                            "end": {
                                              "line": 241,
                                              "column": 152
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 8052,
                                              "end": 8069,
                                              "loc": {
                                                "start": {
                                                  "line": 241,
                                                  "column": 133
                                                },
                                                "end": {
                                                  "line": 241,
                                                  "column": 150
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 8052,
                                                "end": 8059,
                                                "loc": {
                                                  "start": {
                                                    "line": 241,
                                                    "column": 133
                                                  },
                                                  "end": {
                                                    "line": 241,
                                                    "column": 140
                                                  },
                                                  "identifierName": "context"
                                                },
                                                "name": "context"
                                              },
                                              "value": {
                                                "type": "StringLiteral",
                                                "start": 8061,
                                                "end": 8069,
                                                "loc": {
                                                  "start": {
                                                    "line": 241,
                                                    "column": 142
                                                  },
                                                  "end": {
                                                    "line": 241,
                                                    "column": 150
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "UPDATE",
                                                  "raw": "'UPDATE'"
                                                },
                                                "value": "UPDATE"
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 8086,
                        "end": 8182,
                        "loc": {
                          "start": {
                            "line": 244,
                            "column": 4
                          },
                          "end": {
                            "line": 244,
                            "column": 100
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 8093,
                          "end": 8181,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 11
                            },
                            "end": {
                              "line": 244,
                              "column": 99
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 8103,
                              "end": 8129,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 21
                                },
                                "end": {
                                  "line": 244,
                                  "column": 47
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8103,
                                "end": 8118,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 8103,
                                  "end": 8107,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 25
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8108,
                                  "end": 8118,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 36
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 8119,
                                  "end": 8128,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 46
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            },
                            {
                              "type": "CallExpression",
                              "start": 8137,
                              "end": 8153,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 55
                                },
                                "end": {
                                  "line": 244,
                                  "column": 71
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8137,
                                "end": 8148,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 66
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8137,
                                  "end": 8143,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 61
                                    },
                                    "identifierName": "values"
                                  },
                                  "name": "values"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8144,
                                  "end": 8148,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 66
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 8149,
                                  "end": 8152,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 70
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ",",
                                    "raw": "','"
                                  },
                                  "value": ","
                                }
                              ]
                            },
                            {
                              "type": "CallExpression",
                              "start": 8157,
                              "end": 8179,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 75
                                },
                                "end": {
                                  "line": 244,
                                  "column": 97
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8157,
                                "end": 8172,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 75
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 90
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 8157,
                                  "end": 8161,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 79
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8162,
                                  "end": 8172,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 80
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 90
                                    },
                                    "identifierName": "whereQuery"
                                  },
                                  "name": "whereQuery"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 8173,
                                  "end": 8178,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 91
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 96
                                    },
                                    "identifierName": "where"
                                  },
                                  "name": "where"
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 8094,
                              "end": 8101,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 12
                                },
                                "end": {
                                  "line": 244,
                                  "column": 19
                                }
                              },
                              "value": {
                                "raw": "UPDATE ",
                                "cooked": "UPDATE "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 8130,
                              "end": 8135,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 48
                                },
                                "end": {
                                  "line": 244,
                                  "column": 53
                                }
                              },
                              "value": {
                                "raw": " SET ",
                                "cooked": " SET "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 8154,
                              "end": 8155,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 72
                                },
                                "end": {
                                  "line": 244,
                                  "column": 73
                                }
                              },
                              "value": {
                                "raw": " ",
                                "cooked": " "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 8180,
                              "end": 8180,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 98
                                },
                                "end": {
                                  "line": 244,
                                  "column": 98
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 8191,
                  "end": 8532,
                  "loc": {
                    "start": {
                      "line": 247,
                      "column": 2
                    },
                    "end": {
                      "line": 257,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 8191,
                    "end": 8202,
                    "loc": {
                      "start": {
                        "line": 247,
                        "column": 2
                      },
                      "end": {
                        "line": 247,
                        "column": 13
                      },
                      "identifierName": "deleteQuery"
                    },
                    "name": "deleteQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 8203,
                      "end": 8212,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 14
                        },
                        "end": {
                          "line": 247,
                          "column": 23
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 8214,
                      "end": 8219,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 25
                        },
                        "end": {
                          "line": 247,
                          "column": 30
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    },
                    {
                      "type": "Identifier",
                      "start": 8221,
                      "end": 8228,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 32
                        },
                        "end": {
                          "line": 247,
                          "column": 39
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    {
                      "type": "Identifier",
                      "start": 8230,
                      "end": 8235,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 41
                        },
                        "end": {
                          "line": 247,
                          "column": 46
                        },
                        "identifierName": "model"
                      },
                      "name": "model"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 8237,
                    "end": 8532,
                    "loc": {
                      "start": {
                        "line": 247,
                        "column": 48
                      },
                      "end": {
                        "line": 257,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 8243,
                        "end": 8267,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 4
                          },
                          "end": {
                            "line": 248,
                            "column": 28
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 8243,
                          "end": 8266,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 4
                            },
                            "end": {
                              "line": 248,
                              "column": 27
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 8243,
                            "end": 8250,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 4
                              },
                              "end": {
                                "line": 248,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "right": {
                            "type": "LogicalExpression",
                            "start": 8253,
                            "end": 8266,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 14
                              },
                              "end": {
                                "line": 248,
                                "column": 27
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 8253,
                              "end": 8260,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 14
                                },
                                "end": {
                                  "line": 248,
                                  "column": 21
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 8264,
                              "end": 8266,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 25
                                },
                                "end": {
                                  "line": 248,
                                  "column": 27
                                }
                              },
                              "properties": []
                            }
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 8272,
                        "end": 8306,
                        "loc": {
                          "start": {
                            "line": 249,
                            "column": 4
                          },
                          "end": {
                            "line": 249,
                            "column": 38
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 8272,
                          "end": 8305,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 4
                            },
                            "end": {
                              "line": 249,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8272,
                            "end": 8282,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 4
                              },
                              "end": {
                                "line": 249,
                                "column": 14
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 8272,
                              "end": 8273,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 4
                                },
                                "end": {
                                  "line": 249,
                                  "column": 5
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8274,
                              "end": 8282,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 6
                                },
                                "end": {
                                  "line": 249,
                                  "column": 14
                                },
                                "identifierName": "defaults"
                              },
                              "name": "defaults"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 8283,
                              "end": 8290,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 15
                                },
                                "end": {
                                  "line": 249,
                                  "column": 22
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 8292,
                              "end": 8304,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 24
                                },
                                "end": {
                                  "line": 249,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 8292,
                                "end": 8296,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8297,
                                "end": 8304,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 36
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            }
                          ]
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 8312,
                        "end": 8383,
                        "loc": {
                          "start": {
                            "line": 251,
                            "column": 4
                          },
                          "end": {
                            "line": 251,
                            "column": 75
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 8316,
                            "end": 8382,
                            "loc": {
                              "start": {
                                "line": 251,
                                "column": 8
                              },
                              "end": {
                                "line": 251,
                                "column": 74
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8316,
                              "end": 8327,
                              "loc": {
                                "start": {
                                  "line": 251,
                                  "column": 8
                                },
                                "end": {
                                  "line": 251,
                                  "column": 19
                                },
                                "identifierName": "whereClause"
                              },
                              "name": "whereClause"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 8330,
                              "end": 8382,
                              "loc": {
                                "start": {
                                  "line": 251,
                                  "column": 22
                                },
                                "end": {
                                  "line": 251,
                                  "column": 74
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8330,
                                "end": 8353,
                                "loc": {
                                  "start": {
                                    "line": 251,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 251,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 8330,
                                  "end": 8334,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8335,
                                  "end": 8353,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 45
                                    },
                                    "identifierName": "getWhereConditions"
                                  },
                                  "name": "getWhereConditions"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 8354,
                                  "end": 8359,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 51
                                    },
                                    "identifierName": "where"
                                  },
                                  "name": "where"
                                },
                                {
                                  "type": "NullLiteral",
                                  "start": 8361,
                                  "end": 8365,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 57
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "start": 8367,
                                  "end": 8372,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 64
                                    },
                                    "identifierName": "model"
                                  },
                                  "name": "model"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 8374,
                                  "end": 8381,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 73
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 8388,
                        "end": 8457,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 4
                          },
                          "end": {
                            "line": 254,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 8392,
                          "end": 8403,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 8
                            },
                            "end": {
                              "line": 252,
                              "column": 19
                            },
                            "identifierName": "whereClause"
                          },
                          "name": "whereClause"
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 8405,
                          "end": 8457,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 21
                            },
                            "end": {
                              "line": 254,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 8413,
                              "end": 8451,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 6
                                },
                                "end": {
                                  "line": 253,
                                  "column": 44
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8413,
                                "end": 8450,
                                "loc": {
                                  "start": {
                                    "line": 253,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 253,
                                    "column": 43
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 8413,
                                  "end": 8424,
                                  "loc": {
                                    "start": {
                                      "line": 253,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 253,
                                      "column": 17
                                    },
                                    "identifierName": "whereClause"
                                  },
                                  "name": "whereClause"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 8427,
                                  "end": 8450,
                                  "loc": {
                                    "start": {
                                      "line": 253,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 253,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 8427,
                                    "end": 8436,
                                    "loc": {
                                      "start": {
                                        "line": 253,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 253,
                                        "column": 29
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " WHERE ",
                                      "raw": "' WHERE '"
                                    },
                                    "value": " WHERE "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 8439,
                                    "end": 8450,
                                    "loc": {
                                      "start": {
                                        "line": 253,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 253,
                                        "column": 43
                                      },
                                      "identifierName": "whereClause"
                                    },
                                    "name": "whereClause"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 8463,
                        "end": 8528,
                        "loc": {
                          "start": {
                            "line": 256,
                            "column": 4
                          },
                          "end": {
                            "line": 256,
                            "column": 69
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 8470,
                          "end": 8527,
                          "loc": {
                            "start": {
                              "line": 256,
                              "column": 11
                            },
                            "end": {
                              "line": 256,
                              "column": 68
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 8485,
                              "end": 8511,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 26
                                },
                                "end": {
                                  "line": 256,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8485,
                                "end": 8500,
                                "loc": {
                                  "start": {
                                    "line": 256,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 256,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 8485,
                                  "end": 8489,
                                  "loc": {
                                    "start": {
                                      "line": 256,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 256,
                                      "column": 30
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8490,
                                  "end": 8500,
                                  "loc": {
                                    "start": {
                                      "line": 256,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 256,
                                      "column": 41
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 8501,
                                  "end": 8510,
                                  "loc": {
                                    "start": {
                                      "line": 256,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 256,
                                      "column": 51
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            },
                            {
                              "type": "Identifier",
                              "start": 8514,
                              "end": 8525,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 55
                                },
                                "end": {
                                  "line": 256,
                                  "column": 66
                                },
                                "identifierName": "whereClause"
                              },
                              "name": "whereClause"
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 8471,
                              "end": 8483,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 12
                                },
                                "end": {
                                  "line": 256,
                                  "column": 24
                                }
                              },
                              "value": {
                                "raw": "DELETE FROM ",
                                "cooked": "DELETE FROM "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 8512,
                              "end": 8512,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 53
                                },
                                "end": {
                                  "line": 256,
                                  "column": 53
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 8526,
                              "end": 8526,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 67
                                },
                                "end": {
                                  "line": 256,
                                  "column": 67
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 8537,
                  "end": 10294,
                  "loc": {
                    "start": {
                      "line": 259,
                      "column": 2
                    },
                    "end": {
                      "line": 321,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 8537,
                    "end": 8552,
                    "loc": {
                      "start": {
                        "line": 259,
                        "column": 2
                      },
                      "end": {
                        "line": 259,
                        "column": 17
                      },
                      "identifierName": "attributesToSQL"
                    },
                    "name": "attributesToSQL"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 8553,
                      "end": 8563,
                      "loc": {
                        "start": {
                          "line": 259,
                          "column": 18
                        },
                        "end": {
                          "line": 259,
                          "column": 28
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 8565,
                    "end": 10294,
                    "loc": {
                      "start": {
                        "line": 259,
                        "column": 30
                      },
                      "end": {
                        "line": 321,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 8571,
                        "end": 8589,
                        "loc": {
                          "start": {
                            "line": 260,
                            "column": 4
                          },
                          "end": {
                            "line": 260,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 8577,
                            "end": 8588,
                            "loc": {
                              "start": {
                                "line": 260,
                                "column": 10
                              },
                              "end": {
                                "line": 260,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8577,
                              "end": 8583,
                              "loc": {
                                "start": {
                                  "line": 260,
                                  "column": 10
                                },
                                "end": {
                                  "line": 260,
                                  "column": 16
                                },
                                "identifierName": "result"
                              },
                              "name": "result"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 8586,
                              "end": 8588,
                              "loc": {
                                "start": {
                                  "line": 260,
                                  "column": 19
                                },
                                "end": {
                                  "line": 260,
                                  "column": 21
                                }
                              },
                              "properties": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 8595,
                        "end": 10270,
                        "loc": {
                          "start": {
                            "line": 262,
                            "column": 4
                          },
                          "end": {
                            "line": 318,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 8600,
                          "end": 8610,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 9
                            },
                            "end": {
                              "line": 262,
                              "column": 19
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 8606,
                              "end": 8610,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 15
                                },
                                "end": {
                                  "line": 262,
                                  "column": 19
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 8606,
                                "end": 8610,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 19
                                  },
                                  "identifierName": "name"
                                },
                                "name": "name"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 8614,
                          "end": 8624,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 23
                            },
                            "end": {
                              "line": 262,
                              "column": 33
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 8626,
                          "end": 10270,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 35
                            },
                            "end": {
                              "line": 318,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 8634,
                              "end": 8668,
                              "loc": {
                                "start": {
                                  "line": 263,
                                  "column": 6
                                },
                                "end": {
                                  "line": 263,
                                  "column": 40
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 8640,
                                  "end": 8667,
                                  "loc": {
                                    "start": {
                                      "line": 263,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 263,
                                      "column": 39
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 8640,
                                    "end": 8648,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 20
                                      },
                                      "identifierName": "dataType"
                                    },
                                    "name": "dataType"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 8651,
                                    "end": 8667,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8651,
                                      "end": 8661,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 33
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8662,
                                      "end": 8666,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 38
                                        },
                                        "identifierName": "name"
                                      },
                                      "name": "name"
                                    },
                                    "computed": true
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 8675,
                              "end": 8716,
                              "loc": {
                                "start": {
                                  "line": 264,
                                  "column": 6
                                },
                                "end": {
                                  "line": 264,
                                  "column": 47
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 8681,
                                  "end": 8715,
                                  "loc": {
                                    "start": {
                                      "line": 264,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 264,
                                      "column": 46
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 8681,
                                    "end": 8690,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 21
                                      },
                                      "identifierName": "fieldName"
                                    },
                                    "name": "fieldName"
                                  },
                                  "init": {
                                    "type": "LogicalExpression",
                                    "start": 8693,
                                    "end": 8715,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 46
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 8693,
                                      "end": 8707,
                                      "loc": {
                                        "start": {
                                          "line": 264,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 264,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8693,
                                        "end": 8701,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 32
                                          },
                                          "identifierName": "dataType"
                                        },
                                        "name": "dataType"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8702,
                                        "end": 8707,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 38
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": false
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 8711,
                                      "end": 8715,
                                      "loc": {
                                        "start": {
                                          "line": 264,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 264,
                                          "column": 46
                                        },
                                        "identifierName": "name"
                                      },
                                      "name": "name"
                                    }
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "IfStatement",
                              "start": 8724,
                              "end": 10264,
                              "loc": {
                                "start": {
                                  "line": 266,
                                  "column": 6
                                },
                                "end": {
                                  "line": 317,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 8728,
                                "end": 8754,
                                "loc": {
                                  "start": {
                                    "line": 266,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 266,
                                    "column": 36
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8728,
                                  "end": 8744,
                                  "loc": {
                                    "start": {
                                      "line": 266,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 266,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8728,
                                    "end": 8735,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8728,
                                      "end": 8733,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 15
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8734,
                                      "end": 8735,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 17
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8736,
                                    "end": 8744,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 26
                                      },
                                      "identifierName": "isObject"
                                    },
                                    "name": "isObject"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 8745,
                                    "end": 8753,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 35
                                      },
                                      "identifierName": "dataType"
                                    },
                                    "name": "dataType"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 8756,
                                "end": 10211,
                                "loc": {
                                  "start": {
                                    "line": 266,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 315,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 8766,
                                    "end": 8801,
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 43
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 8770,
                                        "end": 8800,
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 42
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 8770,
                                          "end": 8773,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 15
                                            },
                                            "identifierName": "sql"
                                          },
                                          "name": "sql"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 8776,
                                          "end": 8800,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8776,
                                            "end": 8798,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 267,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8776,
                                              "end": 8789,
                                              "loc": {
                                                "start": {
                                                  "line": 267,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 267,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8776,
                                                "end": 8784,
                                                "loc": {
                                                  "start": {
                                                    "line": 267,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 267,
                                                    "column": 26
                                                  },
                                                  "identifierName": "dataType"
                                                },
                                                "name": "dataType"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8785,
                                                "end": 8789,
                                                "loc": {
                                                  "start": {
                                                    "line": 267,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 267,
                                                    "column": 31
                                                  },
                                                  "identifierName": "type"
                                                },
                                                "name": "type"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8790,
                                              "end": 8798,
                                              "loc": {
                                                "start": {
                                                  "line": 267,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 267,
                                                  "column": 40
                                                },
                                                "identifierName": "toString"
                                              },
                                              "name": "toString"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 8811,
                                    "end": 8917,
                                    "loc": {
                                      "start": {
                                        "line": 269,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "LogicalExpression",
                                      "start": 8815,
                                      "end": 8874,
                                      "loc": {
                                        "start": {
                                          "line": 269,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 269,
                                          "column": 71
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 8815,
                                        "end": 8851,
                                        "loc": {
                                          "start": {
                                            "line": 269,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 269,
                                            "column": 48
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8815,
                                          "end": 8838,
                                          "loc": {
                                            "start": {
                                              "line": 269,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 269,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8815,
                                            "end": 8823,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 20
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8824,
                                            "end": 8838,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 35
                                              },
                                              "identifierName": "hasOwnProperty"
                                            },
                                            "name": "hasOwnProperty"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 8839,
                                            "end": 8850,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 47
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "allowNull",
                                              "raw": "'allowNull'"
                                            },
                                            "value": "allowNull"
                                          }
                                        ]
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "UnaryExpression",
                                        "start": 8855,
                                        "end": 8874,
                                        "loc": {
                                          "start": {
                                            "line": 269,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 269,
                                            "column": 71
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 8856,
                                          "end": 8874,
                                          "loc": {
                                            "start": {
                                              "line": 269,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 269,
                                              "column": 71
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8856,
                                            "end": 8864,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 61
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8865,
                                            "end": 8874,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 71
                                              },
                                              "identifierName": "allowNull"
                                            },
                                            "name": "allowNull"
                                          },
                                          "computed": false
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 8876,
                                      "end": 8917,
                                      "loc": {
                                        "start": {
                                          "line": 269,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 8888,
                                          "end": 8907,
                                          "loc": {
                                            "start": {
                                              "line": 270,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 270,
                                              "column": 29
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 8888,
                                            "end": 8906,
                                            "loc": {
                                              "start": {
                                                "line": 270,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 270,
                                                "column": 28
                                              }
                                            },
                                            "operator": "+=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 8888,
                                              "end": 8891,
                                              "loc": {
                                                "start": {
                                                  "line": 270,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 270,
                                                  "column": 13
                                                },
                                                "identifierName": "sql"
                                              },
                                              "name": "sql"
                                            },
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 8895,
                                              "end": 8906,
                                              "loc": {
                                                "start": {
                                                  "line": 270,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 270,
                                                  "column": 28
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " NOT NULL",
                                                "raw": "' NOT NULL'"
                                              },
                                              "value": " NOT NULL"
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 8927,
                                    "end": 9260,
                                    "loc": {
                                      "start": {
                                        "line": 273,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 278,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 8931,
                                      "end": 8981,
                                      "loc": {
                                        "start": {
                                          "line": 273,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 273,
                                          "column": 62
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8931,
                                        "end": 8958,
                                        "loc": {
                                          "start": {
                                            "line": 273,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 273,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8931,
                                          "end": 8936,
                                          "loc": {
                                            "start": {
                                              "line": 273,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 273,
                                              "column": 17
                                            },
                                            "identifierName": "Utils"
                                          },
                                          "name": "Utils"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8937,
                                          "end": 8958,
                                          "loc": {
                                            "start": {
                                              "line": 273,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 273,
                                              "column": 39
                                            },
                                            "identifierName": "defaultValueSchemable"
                                          },
                                          "name": "defaultValueSchemable"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 8959,
                                          "end": 8980,
                                          "loc": {
                                            "start": {
                                              "line": 273,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 273,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8959,
                                            "end": 8967,
                                            "loc": {
                                              "start": {
                                                "line": 273,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 273,
                                                "column": 48
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8968,
                                            "end": 8980,
                                            "loc": {
                                              "start": {
                                                "line": 273,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 273,
                                                "column": 61
                                              },
                                              "identifierName": "defaultValue"
                                            },
                                            "name": "defaultValue"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 8983,
                                      "end": 9260,
                                      "loc": {
                                        "start": {
                                          "line": 273,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 278,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 9184,
                                          "end": 9250,
                                          "loc": {
                                            "start": {
                                              "line": 277,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 277,
                                              "column": 76
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 9184,
                                            "end": 9249,
                                            "loc": {
                                              "start": {
                                                "line": 277,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 277,
                                                "column": 75
                                              }
                                            },
                                            "operator": "+=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 9184,
                                              "end": 9187,
                                              "loc": {
                                                "start": {
                                                  "line": 277,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 277,
                                                  "column": 13
                                                },
                                                "identifierName": "sql"
                                              },
                                              "name": "sql",
                                              "leadingComments": null
                                            },
                                            "right": {
                                              "type": "BinaryExpression",
                                              "start": 9191,
                                              "end": 9249,
                                              "loc": {
                                                "start": {
                                                  "line": 277,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 277,
                                                  "column": 75
                                                }
                                              },
                                              "left": {
                                                "type": "StringLiteral",
                                                "start": 9191,
                                                "end": 9202,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 28
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": " DEFAULT ",
                                                  "raw": "' DEFAULT '"
                                                },
                                                "value": " DEFAULT "
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 9205,
                                                "end": 9249,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 75
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 9205,
                                                  "end": 9216,
                                                  "loc": {
                                                    "start": {
                                                      "line": 277,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 277,
                                                      "column": 42
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 9205,
                                                    "end": 9209,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 35
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 9210,
                                                    "end": 9216,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 42
                                                      },
                                                      "identifierName": "escape"
                                                    },
                                                    "name": "escape"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 9217,
                                                    "end": 9238,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 64
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 9217,
                                                      "end": 9225,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 51
                                                        },
                                                        "identifierName": "dataType"
                                                      },
                                                      "name": "dataType"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9226,
                                                      "end": 9238,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 64
                                                        },
                                                        "identifierName": "defaultValue"
                                                      },
                                                      "name": "defaultValue"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 9240,
                                                    "end": 9248,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 74
                                                      },
                                                      "identifierName": "dataType"
                                                    },
                                                    "name": "dataType"
                                                  }
                                                ]
                                              }
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " TODO thoroughly check that DataTypes.NOW will properly",
                                              "start": 8995,
                                              "end": 9052,
                                              "loc": {
                                                "start": {
                                                  "line": 274,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 274,
                                                  "column": 67
                                                }
                                              }
                                            },
                                            {
                                              "type": "CommentLine",
                                              "value": " get populated on all databases as DEFAULT value",
                                              "start": 9063,
                                              "end": 9113,
                                              "loc": {
                                                "start": {
                                                  "line": 275,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 275,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            {
                                              "type": "CommentLine",
                                              "value": " i.e. mysql requires: DEFAULT CURRENT_TIMESTAMP",
                                              "start": 9124,
                                              "end": 9173,
                                              "loc": {
                                                "start": {
                                                  "line": 276,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 276,
                                                  "column": 59
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 9270,
                                    "end": 9339,
                                    "loc": {
                                      "start": {
                                        "line": 280,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 9274,
                                      "end": 9298,
                                      "loc": {
                                        "start": {
                                          "line": 280,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 280,
                                          "column": 36
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 9274,
                                        "end": 9289,
                                        "loc": {
                                          "start": {
                                            "line": 280,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 280,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9274,
                                          "end": 9282,
                                          "loc": {
                                            "start": {
                                              "line": 280,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 280,
                                              "column": 20
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9283,
                                          "end": 9289,
                                          "loc": {
                                            "start": {
                                              "line": 280,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 280,
                                              "column": 27
                                            },
                                            "identifierName": "unique"
                                          },
                                          "name": "unique"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "BooleanLiteral",
                                        "start": 9294,
                                        "end": 9298,
                                        "loc": {
                                          "start": {
                                            "line": 280,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 280,
                                            "column": 36
                                          }
                                        },
                                        "value": true
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 9300,
                                      "end": 9339,
                                      "loc": {
                                        "start": {
                                          "line": 280,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 282,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 9312,
                                          "end": 9329,
                                          "loc": {
                                            "start": {
                                              "line": 281,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 281,
                                              "column": 27
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 9312,
                                            "end": 9328,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 26
                                              }
                                            },
                                            "operator": "+=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 9312,
                                              "end": 9315,
                                              "loc": {
                                                "start": {
                                                  "line": 281,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 281,
                                                  "column": 13
                                                },
                                                "identifierName": "sql"
                                              },
                                              "name": "sql"
                                            },
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 9319,
                                              "end": 9328,
                                              "loc": {
                                                "start": {
                                                  "line": 281,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 281,
                                                  "column": 26
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " UNIQUE",
                                                "raw": "' UNIQUE'"
                                              },
                                              "value": " UNIQUE"
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 9349,
                                    "end": 9508,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 290,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 9353,
                                      "end": 9372,
                                      "loc": {
                                        "start": {
                                          "line": 284,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 284,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9353,
                                        "end": 9361,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 20
                                          },
                                          "identifierName": "dataType"
                                        },
                                        "name": "dataType"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9362,
                                        "end": 9372,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 31
                                          },
                                          "identifierName": "primaryKey"
                                        },
                                        "name": "primaryKey"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 9374,
                                      "end": 9508,
                                      "loc": {
                                        "start": {
                                          "line": 284,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 290,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 9386,
                                          "end": 9408,
                                          "loc": {
                                            "start": {
                                              "line": 285,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 285,
                                              "column": 32
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 9386,
                                            "end": 9407,
                                            "loc": {
                                              "start": {
                                                "line": 285,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 285,
                                                "column": 31
                                              }
                                            },
                                            "operator": "+=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 9386,
                                              "end": 9389,
                                              "loc": {
                                                "start": {
                                                  "line": 285,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 285,
                                                  "column": 13
                                                },
                                                "identifierName": "sql"
                                              },
                                              "name": "sql"
                                            },
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 9393,
                                              "end": 9407,
                                              "loc": {
                                                "start": {
                                                  "line": 285,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 285,
                                                  "column": 31
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " PRIMARY KEY",
                                                "raw": "' PRIMARY KEY'"
                                              },
                                              "value": " PRIMARY KEY"
                                            }
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 9420,
                                          "end": 9498,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 289,
                                              "column": 11
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 9424,
                                            "end": 9446,
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9424,
                                              "end": 9432,
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 22
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9433,
                                              "end": 9446,
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 36
                                                },
                                                "identifierName": "autoIncrement"
                                              },
                                              "name": "autoIncrement"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 9448,
                                            "end": 9498,
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 289,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 9462,
                                                "end": 9486,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 36
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 9462,
                                                  "end": 9485,
                                                  "loc": {
                                                    "start": {
                                                      "line": 288,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 288,
                                                      "column": 35
                                                    }
                                                  },
                                                  "operator": "+=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 9462,
                                                    "end": 9465,
                                                    "loc": {
                                                      "start": {
                                                        "line": 288,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 288,
                                                        "column": 15
                                                      },
                                                      "identifierName": "sql"
                                                    },
                                                    "name": "sql"
                                                  },
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 9469,
                                                    "end": 9485,
                                                    "loc": {
                                                      "start": {
                                                        "line": 288,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 288,
                                                        "column": 35
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": " AUTOINCREMENT",
                                                      "raw": "' AUTOINCREMENT'"
                                                    },
                                                    "value": " AUTOINCREMENT"
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 9518,
                                    "end": 10169,
                                    "loc": {
                                      "start": {
                                        "line": 292,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 312,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 9522,
                                      "end": 9541,
                                      "loc": {
                                        "start": {
                                          "line": 292,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 292,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9522,
                                        "end": 9530,
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 20
                                          },
                                          "identifierName": "dataType"
                                        },
                                        "name": "dataType"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9531,
                                        "end": 9541,
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 31
                                          },
                                          "identifierName": "references"
                                        },
                                        "name": "references"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 9543,
                                      "end": 10169,
                                      "loc": {
                                        "start": {
                                          "line": 292,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 312,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 9555,
                                          "end": 9622,
                                          "loc": {
                                            "start": {
                                              "line": 293,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 293,
                                              "column": 77
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 9561,
                                              "end": 9621,
                                              "loc": {
                                                "start": {
                                                  "line": 293,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 293,
                                                  "column": 76
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 9561,
                                                "end": 9576,
                                                "loc": {
                                                  "start": {
                                                    "line": 293,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 293,
                                                    "column": 31
                                                  },
                                                  "identifierName": "referencesTable"
                                                },
                                                "name": "referencesTable"
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "start": 9579,
                                                "end": 9621,
                                                "loc": {
                                                  "start": {
                                                    "line": 293,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 293,
                                                    "column": 76
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 9579,
                                                  "end": 9594,
                                                  "loc": {
                                                    "start": {
                                                      "line": 293,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 293,
                                                      "column": 49
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 9579,
                                                    "end": 9583,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 9584,
                                                    "end": 9594,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 49
                                                      },
                                                      "identifierName": "quoteTable"
                                                    },
                                                    "name": "quoteTable"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 9595,
                                                    "end": 9620,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 75
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 9595,
                                                      "end": 9614,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 69
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 9595,
                                                        "end": 9603,
                                                        "loc": {
                                                          "start": {
                                                            "line": 293,
                                                            "column": 50
                                                          },
                                                          "end": {
                                                            "line": 293,
                                                            "column": 58
                                                          },
                                                          "identifierName": "dataType"
                                                        },
                                                        "name": "dataType"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9604,
                                                        "end": 9614,
                                                        "loc": {
                                                          "start": {
                                                            "line": 293,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 293,
                                                            "column": 69
                                                          },
                                                          "identifierName": "references"
                                                        },
                                                        "name": "references"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9615,
                                                      "end": 9620,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 75
                                                        },
                                                        "identifierName": "model"
                                                      },
                                                      "name": "model"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "kind": "const"
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 9634,
                                          "end": 9652,
                                          "loc": {
                                            "start": {
                                              "line": 295,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 295,
                                              "column": 28
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 9638,
                                              "end": 9651,
                                              "loc": {
                                                "start": {
                                                  "line": 295,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 295,
                                                  "column": 27
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 9638,
                                                "end": 9651,
                                                "loc": {
                                                  "start": {
                                                    "line": 295,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 295,
                                                    "column": 27
                                                  },
                                                  "identifierName": "referencesKey"
                                                },
                                                "name": "referencesKey"
                                              },
                                              "init": null
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 9663,
                                          "end": 9855,
                                          "loc": {
                                            "start": {
                                              "line": 296,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 300,
                                              "column": 11
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 9667,
                                            "end": 9690,
                                            "loc": {
                                              "start": {
                                                "line": 296,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 296,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 9667,
                                              "end": 9686,
                                              "loc": {
                                                "start": {
                                                  "line": 296,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 296,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9667,
                                                "end": 9675,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 22
                                                  },
                                                  "identifierName": "dataType"
                                                },
                                                "name": "dataType"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9676,
                                                "end": 9686,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 33
                                                  },
                                                  "identifierName": "references"
                                                },
                                                "name": "references"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9687,
                                              "end": 9690,
                                              "loc": {
                                                "start": {
                                                  "line": 296,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 296,
                                                  "column": 37
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 9692,
                                            "end": 9780,
                                            "loc": {
                                              "start": {
                                                "line": 296,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 298,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 9706,
                                                "end": 9768,
                                                "loc": {
                                                  "start": {
                                                    "line": 297,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 297,
                                                    "column": 74
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 9706,
                                                  "end": 9767,
                                                  "loc": {
                                                    "start": {
                                                      "line": 297,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 297,
                                                      "column": 73
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 9706,
                                                    "end": 9719,
                                                    "loc": {
                                                      "start": {
                                                        "line": 297,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 297,
                                                        "column": 25
                                                      },
                                                      "identifierName": "referencesKey"
                                                    },
                                                    "name": "referencesKey"
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 9722,
                                                    "end": 9767,
                                                    "loc": {
                                                      "start": {
                                                        "line": 297,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 297,
                                                        "column": 73
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 9722,
                                                      "end": 9742,
                                                      "loc": {
                                                        "start": {
                                                          "line": 297,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 297,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 9722,
                                                        "end": 9726,
                                                        "loc": {
                                                          "start": {
                                                            "line": 297,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 297,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9727,
                                                        "end": 9742,
                                                        "loc": {
                                                          "start": {
                                                            "line": 297,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 297,
                                                            "column": 48
                                                          },
                                                          "identifierName": "quoteIdentifier"
                                                        },
                                                        "name": "quoteIdentifier"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 9743,
                                                        "end": 9766,
                                                        "loc": {
                                                          "start": {
                                                            "line": 297,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 297,
                                                            "column": 72
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 9743,
                                                          "end": 9762,
                                                          "loc": {
                                                            "start": {
                                                              "line": 297,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 297,
                                                              "column": 68
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 9743,
                                                            "end": 9751,
                                                            "loc": {
                                                              "start": {
                                                                "line": 297,
                                                                "column": 49
                                                              },
                                                              "end": {
                                                                "line": 297,
                                                                "column": 57
                                                              },
                                                              "identifierName": "dataType"
                                                            },
                                                            "name": "dataType"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 9752,
                                                            "end": 9762,
                                                            "loc": {
                                                              "start": {
                                                                "line": 297,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 297,
                                                                "column": 68
                                                              },
                                                              "identifierName": "references"
                                                            },
                                                            "name": "references"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9763,
                                                          "end": 9766,
                                                          "loc": {
                                                            "start": {
                                                              "line": 297,
                                                              "column": 69
                                                            },
                                                            "end": {
                                                              "line": 297,
                                                              "column": 72
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": false
                                                      }
                                                    ]
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": {
                                            "type": "BlockStatement",
                                            "start": 9786,
                                            "end": 9855,
                                            "loc": {
                                              "start": {
                                                "line": 298,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 9800,
                                                "end": 9843,
                                                "loc": {
                                                  "start": {
                                                    "line": 299,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 299,
                                                    "column": 55
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 9800,
                                                  "end": 9842,
                                                  "loc": {
                                                    "start": {
                                                      "line": 299,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 299,
                                                      "column": 54
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 9800,
                                                    "end": 9813,
                                                    "loc": {
                                                      "start": {
                                                        "line": 299,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 299,
                                                        "column": 25
                                                      },
                                                      "identifierName": "referencesKey"
                                                    },
                                                    "name": "referencesKey"
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 9816,
                                                    "end": 9842,
                                                    "loc": {
                                                      "start": {
                                                        "line": 299,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 299,
                                                        "column": 54
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 9816,
                                                      "end": 9836,
                                                      "loc": {
                                                        "start": {
                                                          "line": 299,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 299,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 9816,
                                                        "end": 9820,
                                                        "loc": {
                                                          "start": {
                                                            "line": 299,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 299,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9821,
                                                        "end": 9836,
                                                        "loc": {
                                                          "start": {
                                                            "line": 299,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 299,
                                                            "column": 48
                                                          },
                                                          "identifierName": "quoteIdentifier"
                                                        },
                                                        "name": "quoteIdentifier"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 9837,
                                                        "end": 9841,
                                                        "loc": {
                                                          "start": {
                                                            "line": 299,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 299,
                                                            "column": 53
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "id",
                                                          "raw": "'id'"
                                                        },
                                                        "value": "id"
                                                      }
                                                    ]
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 9867,
                                          "end": 9926,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 302,
                                              "column": 69
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 9867,
                                            "end": 9925,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 68
                                              }
                                            },
                                            "operator": "+=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 9867,
                                              "end": 9870,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 13
                                                },
                                                "identifierName": "sql"
                                              },
                                              "name": "sql"
                                            },
                                            "right": {
                                              "type": "TemplateLiteral",
                                              "start": 9874,
                                              "end": 9925,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 68
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 9889,
                                                  "end": 9904,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 47
                                                    },
                                                    "identifierName": "referencesTable"
                                                  },
                                                  "name": "referencesTable"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 9909,
                                                  "end": 9922,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 65
                                                    },
                                                    "identifierName": "referencesKey"
                                                  },
                                                  "name": "referencesKey"
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 9875,
                                                  "end": 9887,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 30
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": " REFERENCES ",
                                                    "cooked": " REFERENCES "
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 9905,
                                                  "end": 9907,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 50
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": " (",
                                                    "cooked": " ("
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 9923,
                                                  "end": 9924,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 67
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": ")",
                                                    "cooked": ")"
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            }
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 9938,
                                          "end": 10042,
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 11
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 9942,
                                            "end": 9959,
                                            "loc": {
                                              "start": {
                                                "line": 304,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 304,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9942,
                                              "end": 9950,
                                              "loc": {
                                                "start": {
                                                  "line": 304,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 304,
                                                  "column": 22
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9951,
                                              "end": 9959,
                                              "loc": {
                                                "start": {
                                                  "line": 304,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 304,
                                                  "column": 31
                                                },
                                                "identifierName": "onDelete"
                                              },
                                              "name": "onDelete"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 9961,
                                            "end": 10042,
                                            "loc": {
                                              "start": {
                                                "line": 304,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 9975,
                                                "end": 10030,
                                                "loc": {
                                                  "start": {
                                                    "line": 305,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 305,
                                                    "column": 67
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 9975,
                                                  "end": 10029,
                                                  "loc": {
                                                    "start": {
                                                      "line": 305,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 305,
                                                      "column": 66
                                                    }
                                                  },
                                                  "operator": "+=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 9975,
                                                    "end": 9978,
                                                    "loc": {
                                                      "start": {
                                                        "line": 305,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 305,
                                                        "column": 15
                                                      },
                                                      "identifierName": "sql"
                                                    },
                                                    "name": "sql"
                                                  },
                                                  "right": {
                                                    "type": "BinaryExpression",
                                                    "start": 9982,
                                                    "end": 10029,
                                                    "loc": {
                                                      "start": {
                                                        "line": 305,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 305,
                                                        "column": 66
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "StringLiteral",
                                                      "start": 9982,
                                                      "end": 9995,
                                                      "loc": {
                                                        "start": {
                                                          "line": 305,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 305,
                                                          "column": 32
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": " ON DELETE ",
                                                        "raw": "' ON DELETE '"
                                                      },
                                                      "value": " ON DELETE "
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 9998,
                                                      "end": 10029,
                                                      "loc": {
                                                        "start": {
                                                          "line": 305,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 305,
                                                          "column": 66
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 9998,
                                                        "end": 10027,
                                                        "loc": {
                                                          "start": {
                                                            "line": 305,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 305,
                                                            "column": 64
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 9998,
                                                          "end": 10015,
                                                          "loc": {
                                                            "start": {
                                                              "line": 305,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 305,
                                                              "column": 52
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 9998,
                                                            "end": 10006,
                                                            "loc": {
                                                              "start": {
                                                                "line": 305,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 305,
                                                                "column": 43
                                                              },
                                                              "identifierName": "dataType"
                                                            },
                                                            "name": "dataType"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 10007,
                                                            "end": 10015,
                                                            "loc": {
                                                              "start": {
                                                                "line": 305,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 305,
                                                                "column": 52
                                                              },
                                                              "identifierName": "onDelete"
                                                            },
                                                            "name": "onDelete"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10016,
                                                          "end": 10027,
                                                          "loc": {
                                                            "start": {
                                                              "line": 305,
                                                              "column": 53
                                                            },
                                                            "end": {
                                                              "line": 305,
                                                              "column": 64
                                                            },
                                                            "identifierName": "toUpperCase"
                                                          },
                                                          "name": "toUpperCase"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    }
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 10054,
                                          "end": 10158,
                                          "loc": {
                                            "start": {
                                              "line": 308,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 310,
                                              "column": 11
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 10058,
                                            "end": 10075,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10058,
                                              "end": 10066,
                                              "loc": {
                                                "start": {
                                                  "line": 308,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 308,
                                                  "column": 22
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10067,
                                              "end": 10075,
                                              "loc": {
                                                "start": {
                                                  "line": 308,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 308,
                                                  "column": 31
                                                },
                                                "identifierName": "onUpdate"
                                              },
                                              "name": "onUpdate"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 10077,
                                            "end": 10158,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 310,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 10091,
                                                "end": 10146,
                                                "loc": {
                                                  "start": {
                                                    "line": 309,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 309,
                                                    "column": 67
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 10091,
                                                  "end": 10145,
                                                  "loc": {
                                                    "start": {
                                                      "line": 309,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 309,
                                                      "column": 66
                                                    }
                                                  },
                                                  "operator": "+=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 10091,
                                                    "end": 10094,
                                                    "loc": {
                                                      "start": {
                                                        "line": 309,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 309,
                                                        "column": 15
                                                      },
                                                      "identifierName": "sql"
                                                    },
                                                    "name": "sql"
                                                  },
                                                  "right": {
                                                    "type": "BinaryExpression",
                                                    "start": 10098,
                                                    "end": 10145,
                                                    "loc": {
                                                      "start": {
                                                        "line": 309,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 309,
                                                        "column": 66
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "StringLiteral",
                                                      "start": 10098,
                                                      "end": 10111,
                                                      "loc": {
                                                        "start": {
                                                          "line": 309,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 309,
                                                          "column": 32
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": " ON UPDATE ",
                                                        "raw": "' ON UPDATE '"
                                                      },
                                                      "value": " ON UPDATE "
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 10114,
                                                      "end": 10145,
                                                      "loc": {
                                                        "start": {
                                                          "line": 309,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 309,
                                                          "column": 66
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 10114,
                                                        "end": 10143,
                                                        "loc": {
                                                          "start": {
                                                            "line": 309,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 309,
                                                            "column": 64
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 10114,
                                                          "end": 10131,
                                                          "loc": {
                                                            "start": {
                                                              "line": 309,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 309,
                                                              "column": 52
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 10114,
                                                            "end": 10122,
                                                            "loc": {
                                                              "start": {
                                                                "line": 309,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 309,
                                                                "column": 43
                                                              },
                                                              "identifierName": "dataType"
                                                            },
                                                            "name": "dataType"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 10123,
                                                            "end": 10131,
                                                            "loc": {
                                                              "start": {
                                                                "line": 309,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 309,
                                                                "column": 52
                                                              },
                                                              "identifierName": "onUpdate"
                                                            },
                                                            "name": "onUpdate"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10132,
                                                          "end": 10143,
                                                          "loc": {
                                                            "start": {
                                                              "line": 309,
                                                              "column": 53
                                                            },
                                                            "end": {
                                                              "line": 309,
                                                              "column": 64
                                                            },
                                                            "identifierName": "toUpperCase"
                                                          },
                                                          "name": "toUpperCase"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    }
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 10179,
                                    "end": 10203,
                                    "loc": {
                                      "start": {
                                        "line": 314,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 314,
                                        "column": 32
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 10179,
                                      "end": 10202,
                                      "loc": {
                                        "start": {
                                          "line": 314,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 314,
                                          "column": 31
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 10179,
                                        "end": 10196,
                                        "loc": {
                                          "start": {
                                            "line": 314,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 314,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10179,
                                          "end": 10185,
                                          "loc": {
                                            "start": {
                                              "line": 314,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 314,
                                              "column": 14
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10186,
                                          "end": 10195,
                                          "loc": {
                                            "start": {
                                              "line": 314,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 314,
                                              "column": 24
                                            },
                                            "identifierName": "fieldName"
                                          },
                                          "name": "fieldName"
                                        },
                                        "computed": true
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 10199,
                                        "end": 10202,
                                        "loc": {
                                          "start": {
                                            "line": 314,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 314,
                                            "column": 31
                                          },
                                          "identifierName": "sql"
                                        },
                                        "name": "sql"
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "start": 10217,
                                "end": 10264,
                                "loc": {
                                  "start": {
                                    "line": 315,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 317,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 10227,
                                    "end": 10256,
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 37
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 10227,
                                      "end": 10255,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 36
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 10227,
                                        "end": 10244,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10227,
                                          "end": 10233,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 14
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10234,
                                          "end": 10243,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 24
                                            },
                                            "identifierName": "fieldName"
                                          },
                                          "name": "fieldName"
                                        },
                                        "computed": true
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 10247,
                                        "end": 10255,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 36
                                          },
                                          "identifierName": "dataType"
                                        },
                                        "name": "dataType"
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 10276,
                        "end": 10290,
                        "loc": {
                          "start": {
                            "line": 320,
                            "column": 4
                          },
                          "end": {
                            "line": 320,
                            "column": 18
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 10283,
                          "end": 10289,
                          "loc": {
                            "start": {
                              "line": 320,
                              "column": 11
                            },
                            "end": {
                              "line": 320,
                              "column": 17
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 10299,
                  "end": 10638,
                  "loc": {
                    "start": {
                      "line": 323,
                      "column": 2
                    },
                    "end": {
                      "line": 336,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 10299,
                    "end": 10321,
                    "loc": {
                      "start": {
                        "line": 323,
                        "column": 2
                      },
                      "end": {
                        "line": 323,
                        "column": 24
                      },
                      "identifierName": "findAutoIncrementField"
                    },
                    "name": "findAutoIncrementField"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 10322,
                      "end": 10329,
                      "loc": {
                        "start": {
                          "line": 323,
                          "column": 25
                        },
                        "end": {
                          "line": 323,
                          "column": 32
                        },
                        "identifierName": "factory"
                      },
                      "name": "factory"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 10331,
                    "end": 10638,
                    "loc": {
                      "start": {
                        "line": 323,
                        "column": 34
                      },
                      "end": {
                        "line": 336,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 10337,
                        "end": 10355,
                        "loc": {
                          "start": {
                            "line": 324,
                            "column": 4
                          },
                          "end": {
                            "line": 324,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 10343,
                            "end": 10354,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 10
                              },
                              "end": {
                                "line": 324,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 10343,
                              "end": 10349,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 10
                                },
                                "end": {
                                  "line": 324,
                                  "column": 16
                                },
                                "identifierName": "fields"
                              },
                              "name": "fields"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 10352,
                              "end": 10354,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 19
                                },
                                "end": {
                                  "line": 324,
                                  "column": 21
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 10361,
                        "end": 10614,
                        "loc": {
                          "start": {
                            "line": 326,
                            "column": 4
                          },
                          "end": {
                            "line": 333,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 10366,
                          "end": 10376,
                          "loc": {
                            "start": {
                              "line": 326,
                              "column": 9
                            },
                            "end": {
                              "line": 326,
                              "column": 19
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 10372,
                              "end": 10376,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 15
                                },
                                "end": {
                                  "line": 326,
                                  "column": 19
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 10372,
                                "end": 10376,
                                "loc": {
                                  "start": {
                                    "line": 326,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 326,
                                    "column": 19
                                  },
                                  "identifierName": "name"
                                },
                                "name": "name"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 10380,
                          "end": 10398,
                          "loc": {
                            "start": {
                              "line": 326,
                              "column": 23
                            },
                            "end": {
                              "line": 326,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10380,
                            "end": 10387,
                            "loc": {
                              "start": {
                                "line": 326,
                                "column": 23
                              },
                              "end": {
                                "line": 326,
                                "column": 30
                              },
                              "identifierName": "factory"
                            },
                            "name": "factory"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10388,
                            "end": 10398,
                            "loc": {
                              "start": {
                                "line": 326,
                                "column": 31
                              },
                              "end": {
                                "line": 326,
                                "column": 41
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          },
                          "computed": false
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 10400,
                          "end": 10614,
                          "loc": {
                            "start": {
                              "line": 326,
                              "column": 43
                            },
                            "end": {
                              "line": 333,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 10408,
                              "end": 10608,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 6
                                },
                                "end": {
                                  "line": 332,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 10412,
                                "end": 10451,
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 327,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 10412,
                                  "end": 10445,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 10412,
                                    "end": 10430,
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10412,
                                      "end": 10419,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 17
                                        },
                                        "identifierName": "factory"
                                      },
                                      "name": "factory"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10420,
                                      "end": 10430,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 28
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10431,
                                    "end": 10445,
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 43
                                      },
                                      "identifierName": "hasOwnProperty"
                                    },
                                    "name": "hasOwnProperty"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 10446,
                                    "end": 10450,
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 48
                                      },
                                      "identifierName": "name"
                                    },
                                    "name": "name"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 10453,
                                "end": 10608,
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 332,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 10463,
                                    "end": 10507,
                                    "loc": {
                                      "start": {
                                        "line": 328,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 328,
                                        "column": 52
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 10469,
                                        "end": 10506,
                                        "loc": {
                                          "start": {
                                            "line": 328,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 328,
                                            "column": 51
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 10469,
                                          "end": 10479,
                                          "loc": {
                                            "start": {
                                              "line": 328,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 328,
                                              "column": 24
                                            },
                                            "identifierName": "definition"
                                          },
                                          "name": "definition"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 10482,
                                          "end": 10506,
                                          "loc": {
                                            "start": {
                                              "line": 328,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 328,
                                              "column": 51
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10482,
                                            "end": 10500,
                                            "loc": {
                                              "start": {
                                                "line": 328,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 328,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10482,
                                              "end": 10489,
                                              "loc": {
                                                "start": {
                                                  "line": 328,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 328,
                                                  "column": 34
                                                },
                                                "identifierName": "factory"
                                              },
                                              "name": "factory"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10490,
                                              "end": 10500,
                                              "loc": {
                                                "start": {
                                                  "line": 328,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 328,
                                                  "column": 45
                                                },
                                                "identifierName": "attributes"
                                              },
                                              "name": "attributes"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10501,
                                            "end": 10505,
                                            "loc": {
                                              "start": {
                                                "line": 328,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 328,
                                                "column": 50
                                              },
                                              "identifierName": "name"
                                            },
                                            "name": "name"
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 10516,
                                    "end": 10600,
                                    "loc": {
                                      "start": {
                                        "line": 329,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "LogicalExpression",
                                      "start": 10520,
                                      "end": 10558,
                                      "loc": {
                                        "start": {
                                          "line": 329,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 329,
                                          "column": 50
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 10520,
                                        "end": 10530,
                                        "loc": {
                                          "start": {
                                            "line": 329,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 329,
                                            "column": 22
                                          },
                                          "identifierName": "definition"
                                        },
                                        "name": "definition"
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 10534,
                                        "end": 10558,
                                        "loc": {
                                          "start": {
                                            "line": 329,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 329,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10534,
                                          "end": 10544,
                                          "loc": {
                                            "start": {
                                              "line": 329,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 329,
                                              "column": 36
                                            },
                                            "identifierName": "definition"
                                          },
                                          "name": "definition"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10545,
                                          "end": 10558,
                                          "loc": {
                                            "start": {
                                              "line": 329,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 329,
                                              "column": 50
                                            },
                                            "identifierName": "autoIncrement"
                                          },
                                          "name": "autoIncrement"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 10560,
                                      "end": 10600,
                                      "loc": {
                                        "start": {
                                          "line": 329,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 10572,
                                          "end": 10590,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 28
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 10572,
                                            "end": 10589,
                                            "loc": {
                                              "start": {
                                                "line": 330,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 330,
                                                "column": 27
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10572,
                                              "end": 10583,
                                              "loc": {
                                                "start": {
                                                  "line": 330,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 330,
                                                  "column": 21
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 10572,
                                                "end": 10578,
                                                "loc": {
                                                  "start": {
                                                    "line": 330,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 330,
                                                    "column": 16
                                                  },
                                                  "identifierName": "fields"
                                                },
                                                "name": "fields"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10579,
                                                "end": 10583,
                                                "loc": {
                                                  "start": {
                                                    "line": 330,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 330,
                                                    "column": 21
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10584,
                                                "end": 10588,
                                                "loc": {
                                                  "start": {
                                                    "line": 330,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 330,
                                                    "column": 26
                                                  },
                                                  "identifierName": "name"
                                                },
                                                "name": "name"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 10620,
                        "end": 10634,
                        "loc": {
                          "start": {
                            "line": 335,
                            "column": 4
                          },
                          "end": {
                            "line": 335,
                            "column": 18
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 10627,
                          "end": 10633,
                          "loc": {
                            "start": {
                              "line": 335,
                              "column": 11
                            },
                            "end": {
                              "line": 335,
                              "column": 17
                            },
                            "identifierName": "fields"
                          },
                          "name": "fields"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 10643,
                  "end": 10739,
                  "loc": {
                    "start": {
                      "line": 338,
                      "column": 2
                    },
                    "end": {
                      "line": 340,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 10643,
                    "end": 10659,
                    "loc": {
                      "start": {
                        "line": 338,
                        "column": 2
                      },
                      "end": {
                        "line": 338,
                        "column": 18
                      },
                      "identifierName": "showIndexesQuery"
                    },
                    "name": "showIndexesQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 10660,
                      "end": 10669,
                      "loc": {
                        "start": {
                          "line": 338,
                          "column": 19
                        },
                        "end": {
                          "line": 338,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 10671,
                    "end": 10739,
                    "loc": {
                      "start": {
                        "line": 338,
                        "column": 30
                      },
                      "end": {
                        "line": 340,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 10677,
                        "end": 10735,
                        "loc": {
                          "start": {
                            "line": 339,
                            "column": 4
                          },
                          "end": {
                            "line": 339,
                            "column": 62
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 10684,
                          "end": 10734,
                          "loc": {
                            "start": {
                              "line": 339,
                              "column": 11
                            },
                            "end": {
                              "line": 339,
                              "column": 61
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 10705,
                              "end": 10731,
                              "loc": {
                                "start": {
                                  "line": 339,
                                  "column": 32
                                },
                                "end": {
                                  "line": 339,
                                  "column": 58
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10705,
                                "end": 10720,
                                "loc": {
                                  "start": {
                                    "line": 339,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 339,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 10705,
                                  "end": 10709,
                                  "loc": {
                                    "start": {
                                      "line": 339,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 339,
                                      "column": 36
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10710,
                                  "end": 10720,
                                  "loc": {
                                    "start": {
                                      "line": 339,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 339,
                                      "column": 47
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 10721,
                                  "end": 10730,
                                  "loc": {
                                    "start": {
                                      "line": 339,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 339,
                                      "column": 57
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 10685,
                              "end": 10703,
                              "loc": {
                                "start": {
                                  "line": 339,
                                  "column": 12
                                },
                                "end": {
                                  "line": 339,
                                  "column": 30
                                }
                              },
                              "value": {
                                "raw": "PRAGMA INDEX_LIST(",
                                "cooked": "PRAGMA INDEX_LIST("
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 10732,
                              "end": 10733,
                              "loc": {
                                "start": {
                                  "line": 339,
                                  "column": 59
                                },
                                "end": {
                                  "line": 339,
                                  "column": 60
                                }
                              },
                              "value": {
                                "raw": ")",
                                "cooked": ")"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 10744,
                  "end": 11049,
                  "loc": {
                    "start": {
                      "line": 342,
                      "column": 2
                    },
                    "end": {
                      "line": 350,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 10744,
                    "end": 10760,
                    "loc": {
                      "start": {
                        "line": 342,
                        "column": 2
                      },
                      "end": {
                        "line": 342,
                        "column": 18
                      },
                      "identifierName": "removeIndexQuery"
                    },
                    "name": "removeIndexQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 10761,
                      "end": 10770,
                      "loc": {
                        "start": {
                          "line": 342,
                          "column": 19
                        },
                        "end": {
                          "line": 342,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 10772,
                      "end": 10793,
                      "loc": {
                        "start": {
                          "line": 342,
                          "column": 30
                        },
                        "end": {
                          "line": 342,
                          "column": 51
                        },
                        "identifierName": "indexNameOrAttributes"
                      },
                      "name": "indexNameOrAttributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 10795,
                    "end": 11049,
                    "loc": {
                      "start": {
                        "line": 342,
                        "column": 53
                      },
                      "end": {
                        "line": 350,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 10801,
                        "end": 10839,
                        "loc": {
                          "start": {
                            "line": 343,
                            "column": 4
                          },
                          "end": {
                            "line": 343,
                            "column": 42
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 10805,
                            "end": 10838,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 8
                              },
                              "end": {
                                "line": 343,
                                "column": 41
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 10805,
                              "end": 10814,
                              "loc": {
                                "start": {
                                  "line": 343,
                                  "column": 8
                                },
                                "end": {
                                  "line": 343,
                                  "column": 17
                                },
                                "identifierName": "indexName"
                              },
                              "name": "indexName"
                            },
                            "init": {
                              "type": "Identifier",
                              "start": 10817,
                              "end": 10838,
                              "loc": {
                                "start": {
                                  "line": 343,
                                  "column": 20
                                },
                                "end": {
                                  "line": 343,
                                  "column": 41
                                },
                                "identifierName": "indexNameOrAttributes"
                              },
                              "name": "indexNameOrAttributes"
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 10845,
                        "end": 10974,
                        "loc": {
                          "start": {
                            "line": 345,
                            "column": 4
                          },
                          "end": {
                            "line": 347,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 10849,
                          "end": 10878,
                          "loc": {
                            "start": {
                              "line": 345,
                              "column": 8
                            },
                            "end": {
                              "line": 345,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 10849,
                            "end": 10865,
                            "loc": {
                              "start": {
                                "line": 345,
                                "column": 8
                              },
                              "end": {
                                "line": 345,
                                "column": 24
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 10856,
                              "end": 10865,
                              "loc": {
                                "start": {
                                  "line": 345,
                                  "column": 15
                                },
                                "end": {
                                  "line": 345,
                                  "column": 24
                                },
                                "identifierName": "indexName"
                              },
                              "name": "indexName"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "!==",
                          "right": {
                            "type": "StringLiteral",
                            "start": 10870,
                            "end": 10878,
                            "loc": {
                              "start": {
                                "line": 345,
                                "column": 29
                              },
                              "end": {
                                "line": 345,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "string",
                              "raw": "'string'"
                            },
                            "value": "string"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 10880,
                          "end": 10974,
                          "loc": {
                            "start": {
                              "line": 345,
                              "column": 39
                            },
                            "end": {
                              "line": 347,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 10888,
                              "end": 10968,
                              "loc": {
                                "start": {
                                  "line": 346,
                                  "column": 6
                                },
                                "end": {
                                  "line": 346,
                                  "column": 86
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 10888,
                                "end": 10967,
                                "loc": {
                                  "start": {
                                    "line": 346,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 346,
                                    "column": 85
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 10888,
                                  "end": 10897,
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 15
                                    },
                                    "identifierName": "indexName"
                                  },
                                  "name": "indexName"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 10900,
                                  "end": 10967,
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 85
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10900,
                                    "end": 10916,
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10900,
                                      "end": 10905,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 23
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10906,
                                      "end": 10916,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 34
                                        },
                                        "identifierName": "underscore"
                                      },
                                      "name": "underscore"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "start": 10917,
                                      "end": 10966,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 84
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 10917,
                                        "end": 10932,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 50
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 10917,
                                          "end": 10926,
                                          "loc": {
                                            "start": {
                                              "line": 346,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 346,
                                              "column": 44
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 10929,
                                          "end": 10932,
                                          "loc": {
                                            "start": {
                                              "line": 346,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 346,
                                              "column": 50
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "_",
                                            "raw": "'_'"
                                          },
                                          "value": "_"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 10935,
                                        "end": 10966,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 84
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10935,
                                          "end": 10961,
                                          "loc": {
                                            "start": {
                                              "line": 346,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 346,
                                              "column": 79
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 10935,
                                            "end": 10956,
                                            "loc": {
                                              "start": {
                                                "line": 346,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 346,
                                                "column": 74
                                              },
                                              "identifierName": "indexNameOrAttributes"
                                            },
                                            "name": "indexNameOrAttributes"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10957,
                                            "end": 10961,
                                            "loc": {
                                              "start": {
                                                "line": 346,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 346,
                                                "column": 79
                                              },
                                              "identifierName": "join"
                                            },
                                            "name": "join"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 10962,
                                            "end": 10965,
                                            "loc": {
                                              "start": {
                                                "line": 346,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 346,
                                                "column": 83
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "_",
                                              "raw": "'_'"
                                            },
                                            "value": "_"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 10980,
                        "end": 11045,
                        "loc": {
                          "start": {
                            "line": 349,
                            "column": 4
                          },
                          "end": {
                            "line": 349,
                            "column": 69
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 10987,
                          "end": 11044,
                          "loc": {
                            "start": {
                              "line": 349,
                              "column": 11
                            },
                            "end": {
                              "line": 349,
                              "column": 68
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 11011,
                              "end": 11042,
                              "loc": {
                                "start": {
                                  "line": 349,
                                  "column": 35
                                },
                                "end": {
                                  "line": 349,
                                  "column": 66
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11011,
                                "end": 11031,
                                "loc": {
                                  "start": {
                                    "line": 349,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 349,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11011,
                                  "end": 11015,
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 39
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11016,
                                  "end": 11031,
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 55
                                    },
                                    "identifierName": "quoteIdentifier"
                                  },
                                  "name": "quoteIdentifier"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 11032,
                                  "end": 11041,
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 65
                                    },
                                    "identifierName": "indexName"
                                  },
                                  "name": "indexName"
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 10988,
                              "end": 11009,
                              "loc": {
                                "start": {
                                  "line": 349,
                                  "column": 12
                                },
                                "end": {
                                  "line": 349,
                                  "column": 33
                                }
                              },
                              "value": {
                                "raw": "DROP INDEX IF EXISTS ",
                                "cooked": "DROP INDEX IF EXISTS "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 11043,
                              "end": 11043,
                              "loc": {
                                "start": {
                                  "line": 349,
                                  "column": 67
                                },
                                "end": {
                                  "line": 349,
                                  "column": 67
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 11054,
                  "end": 11297,
                  "loc": {
                    "start": {
                      "line": 352,
                      "column": 2
                    },
                    "end": {
                      "line": 359,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 11054,
                    "end": 11072,
                    "loc": {
                      "start": {
                        "line": 352,
                        "column": 2
                      },
                      "end": {
                        "line": 352,
                        "column": 20
                      },
                      "identifierName": "describeTableQuery"
                    },
                    "name": "describeTableQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 11073,
                      "end": 11082,
                      "loc": {
                        "start": {
                          "line": 352,
                          "column": 21
                        },
                        "end": {
                          "line": 352,
                          "column": 30
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 11084,
                      "end": 11090,
                      "loc": {
                        "start": {
                          "line": 352,
                          "column": 32
                        },
                        "end": {
                          "line": 352,
                          "column": 38
                        },
                        "identifierName": "schema"
                      },
                      "name": "schema"
                    },
                    {
                      "type": "Identifier",
                      "start": 11092,
                      "end": 11107,
                      "loc": {
                        "start": {
                          "line": 352,
                          "column": 40
                        },
                        "end": {
                          "line": 352,
                          "column": 55
                        },
                        "identifierName": "schemaDelimiter"
                      },
                      "name": "schemaDelimiter"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 11109,
                    "end": 11297,
                    "loc": {
                      "start": {
                        "line": 352,
                        "column": 57
                      },
                      "end": {
                        "line": 359,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 11115,
                        "end": 11217,
                        "loc": {
                          "start": {
                            "line": 353,
                            "column": 4
                          },
                          "end": {
                            "line": 357,
                            "column": 6
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11121,
                            "end": 11216,
                            "loc": {
                              "start": {
                                "line": 353,
                                "column": 10
                              },
                              "end": {
                                "line": 357,
                                "column": 5
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11121,
                              "end": 11126,
                              "loc": {
                                "start": {
                                  "line": 353,
                                  "column": 10
                                },
                                "end": {
                                  "line": 353,
                                  "column": 15
                                },
                                "identifierName": "table"
                              },
                              "name": "table"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 11129,
                              "end": 11216,
                              "loc": {
                                "start": {
                                  "line": 353,
                                  "column": 18
                                },
                                "end": {
                                  "line": 357,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 11137,
                                  "end": 11152,
                                  "loc": {
                                    "start": {
                                      "line": 354,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 354,
                                      "column": 21
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 11137,
                                    "end": 11144,
                                    "loc": {
                                      "start": {
                                        "line": 354,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 354,
                                        "column": 13
                                      },
                                      "identifierName": "_schema"
                                    },
                                    "name": "_schema"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 11146,
                                    "end": 11152,
                                    "loc": {
                                      "start": {
                                        "line": 354,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 354,
                                        "column": 21
                                      },
                                      "identifierName": "schema"
                                    },
                                    "name": "schema"
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 11160,
                                  "end": 11193,
                                  "loc": {
                                    "start": {
                                      "line": 355,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 355,
                                      "column": 39
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 11160,
                                    "end": 11176,
                                    "loc": {
                                      "start": {
                                        "line": 355,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 22
                                      },
                                      "identifierName": "_schemaDelimiter"
                                    },
                                    "name": "_schemaDelimiter"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 11178,
                                    "end": 11193,
                                    "loc": {
                                      "start": {
                                        "line": 355,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 39
                                      },
                                      "identifierName": "schemaDelimiter"
                                    },
                                    "name": "schemaDelimiter"
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 11201,
                                  "end": 11210,
                                  "loc": {
                                    "start": {
                                      "line": 356,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 356,
                                      "column": 15
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 11201,
                                    "end": 11210,
                                    "loc": {
                                      "start": {
                                        "line": 356,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 356,
                                        "column": 15
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 11201,
                                    "end": 11210,
                                    "loc": {
                                      "start": {
                                        "line": 356,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 356,
                                        "column": 15
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 11222,
                        "end": 11293,
                        "loc": {
                          "start": {
                            "line": 358,
                            "column": 4
                          },
                          "end": {
                            "line": 358,
                            "column": 75
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 11229,
                          "end": 11292,
                          "loc": {
                            "start": {
                              "line": 358,
                              "column": 11
                            },
                            "end": {
                              "line": 358,
                              "column": 74
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 11250,
                              "end": 11288,
                              "loc": {
                                "start": {
                                  "line": 358,
                                  "column": 32
                                },
                                "end": {
                                  "line": 358,
                                  "column": 70
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11250,
                                "end": 11265,
                                "loc": {
                                  "start": {
                                    "line": 358,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 358,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11250,
                                  "end": 11254,
                                  "loc": {
                                    "start": {
                                      "line": 358,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 358,
                                      "column": 36
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11255,
                                  "end": 11265,
                                  "loc": {
                                    "start": {
                                      "line": 358,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 358,
                                      "column": 47
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 11266,
                                  "end": 11287,
                                  "loc": {
                                    "start": {
                                      "line": 358,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 358,
                                      "column": 69
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 11266,
                                    "end": 11280,
                                    "loc": {
                                      "start": {
                                        "line": 358,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 358,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 11266,
                                      "end": 11270,
                                      "loc": {
                                        "start": {
                                          "line": 358,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 358,
                                          "column": 52
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11271,
                                      "end": 11280,
                                      "loc": {
                                        "start": {
                                          "line": 358,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 358,
                                          "column": 62
                                        },
                                        "identifierName": "addSchema"
                                      },
                                      "name": "addSchema"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 11281,
                                      "end": 11286,
                                      "loc": {
                                        "start": {
                                          "line": 358,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 358,
                                          "column": 68
                                        },
                                        "identifierName": "table"
                                      },
                                      "name": "table"
                                    }
                                  ]
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 11230,
                              "end": 11248,
                              "loc": {
                                "start": {
                                  "line": 358,
                                  "column": 12
                                },
                                "end": {
                                  "line": 358,
                                  "column": 30
                                }
                              },
                              "value": {
                                "raw": "PRAGMA TABLE_INFO(",
                                "cooked": "PRAGMA TABLE_INFO("
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 11289,
                              "end": 11291,
                              "loc": {
                                "start": {
                                  "line": 358,
                                  "column": 71
                                },
                                "end": {
                                  "line": 358,
                                  "column": 73
                                }
                              },
                              "value": {
                                "raw": ");",
                                "cooked": ");"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 11302,
                  "end": 12290,
                  "loc": {
                    "start": {
                      "line": 361,
                      "column": 2
                    },
                    "end": {
                      "line": 385,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 11302,
                    "end": 11319,
                    "loc": {
                      "start": {
                        "line": 361,
                        "column": 2
                      },
                      "end": {
                        "line": 361,
                        "column": 19
                      },
                      "identifierName": "removeColumnQuery"
                    },
                    "name": "removeColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 11320,
                      "end": 11329,
                      "loc": {
                        "start": {
                          "line": 361,
                          "column": 20
                        },
                        "end": {
                          "line": 361,
                          "column": 29
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 11331,
                      "end": 11341,
                      "loc": {
                        "start": {
                          "line": 361,
                          "column": 31
                        },
                        "end": {
                          "line": 361,
                          "column": 41
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 11343,
                    "end": 12290,
                    "loc": {
                      "start": {
                        "line": 361,
                        "column": 43
                      },
                      "end": {
                        "line": 385,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 11350,
                        "end": 11396,
                        "loc": {
                          "start": {
                            "line": 363,
                            "column": 4
                          },
                          "end": {
                            "line": 363,
                            "column": 50
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 11350,
                          "end": 11395,
                          "loc": {
                            "start": {
                              "line": 363,
                              "column": 4
                            },
                            "end": {
                              "line": 363,
                              "column": 49
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 11350,
                            "end": 11360,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 4
                              },
                              "end": {
                                "line": 363,
                                "column": 14
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 11363,
                            "end": 11395,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 17
                              },
                              "end": {
                                "line": 363,
                                "column": 49
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11363,
                              "end": 11383,
                              "loc": {
                                "start": {
                                  "line": 363,
                                  "column": 17
                                },
                                "end": {
                                  "line": 363,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 11363,
                                "end": 11367,
                                "loc": {
                                  "start": {
                                    "line": 363,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 363,
                                    "column": 21
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11368,
                                "end": 11383,
                                "loc": {
                                  "start": {
                                    "line": 363,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 363,
                                    "column": 37
                                  },
                                  "identifierName": "attributesToSQL"
                                },
                                "name": "attributesToSQL"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 11384,
                                "end": 11394,
                                "loc": {
                                  "start": {
                                    "line": 363,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 363,
                                    "column": 48
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11402,
                        "end": 11422,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 4
                          },
                          "end": {
                            "line": 365,
                            "column": 24
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11406,
                            "end": 11421,
                            "loc": {
                              "start": {
                                "line": 365,
                                "column": 8
                              },
                              "end": {
                                "line": 365,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11406,
                              "end": 11421,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 8
                                },
                                "end": {
                                  "line": 365,
                                  "column": 23
                                },
                                "identifierName": "backupTableName"
                              },
                              "name": "backupTableName"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 11427,
                        "end": 11649,
                        "loc": {
                          "start": {
                            "line": 366,
                            "column": 4
                          },
                          "end": {
                            "line": 373,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 11431,
                          "end": 11460,
                          "loc": {
                            "start": {
                              "line": 366,
                              "column": 8
                            },
                            "end": {
                              "line": 366,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 11431,
                            "end": 11447,
                            "loc": {
                              "start": {
                                "line": 366,
                                "column": 8
                              },
                              "end": {
                                "line": 366,
                                "column": 24
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 11438,
                              "end": 11447,
                              "loc": {
                                "start": {
                                  "line": 366,
                                  "column": 15
                                },
                                "end": {
                                  "line": 366,
                                  "column": 24
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 11452,
                            "end": 11460,
                            "loc": {
                              "start": {
                                "line": 366,
                                "column": 29
                              },
                              "end": {
                                "line": 366,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "object",
                              "raw": "'object'"
                            },
                            "value": "object"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 11462,
                          "end": 11589,
                          "loc": {
                            "start": {
                              "line": 366,
                              "column": 39
                            },
                            "end": {
                              "line": 371,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 11470,
                              "end": 11583,
                              "loc": {
                                "start": {
                                  "line": 367,
                                  "column": 6
                                },
                                "end": {
                                  "line": 370,
                                  "column": 8
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 11470,
                                "end": 11582,
                                "loc": {
                                  "start": {
                                    "line": 367,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 370,
                                    "column": 7
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 11470,
                                  "end": 11485,
                                  "loc": {
                                    "start": {
                                      "line": 367,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 367,
                                      "column": 21
                                    },
                                    "identifierName": "backupTableName"
                                  },
                                  "name": "backupTableName"
                                },
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 11488,
                                  "end": 11582,
                                  "loc": {
                                    "start": {
                                      "line": 367,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 370,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11498,
                                      "end": 11540,
                                      "loc": {
                                        "start": {
                                          "line": 368,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 368,
                                          "column": 50
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11498,
                                        "end": 11507,
                                        "loc": {
                                          "start": {
                                            "line": 368,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 368,
                                            "column": 17
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      },
                                      "value": {
                                        "type": "BinaryExpression",
                                        "start": 11509,
                                        "end": 11540,
                                        "loc": {
                                          "start": {
                                            "line": 368,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 368,
                                            "column": 50
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 11509,
                                          "end": 11528,
                                          "loc": {
                                            "start": {
                                              "line": 368,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 368,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 11509,
                                            "end": 11518,
                                            "loc": {
                                              "start": {
                                                "line": 368,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 368,
                                                "column": 28
                                              },
                                              "identifierName": "tableName"
                                            },
                                            "name": "tableName"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11519,
                                            "end": 11528,
                                            "loc": {
                                              "start": {
                                                "line": 368,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 368,
                                                "column": 38
                                              },
                                              "identifierName": "tableName"
                                            },
                                            "name": "tableName"
                                          },
                                          "computed": false
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 11531,
                                          "end": 11540,
                                          "loc": {
                                            "start": {
                                              "line": 368,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 368,
                                              "column": 50
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "_backup",
                                            "raw": "'_backup'"
                                          },
                                          "value": "_backup"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11550,
                                      "end": 11574,
                                      "loc": {
                                        "start": {
                                          "line": 369,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 369,
                                          "column": 32
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11550,
                                        "end": 11556,
                                        "loc": {
                                          "start": {
                                            "line": 369,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 369,
                                            "column": 14
                                          },
                                          "identifierName": "schema"
                                        },
                                        "name": "schema"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 11558,
                                        "end": 11574,
                                        "loc": {
                                          "start": {
                                            "line": 369,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 369,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11558,
                                          "end": 11567,
                                          "loc": {
                                            "start": {
                                              "line": 369,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 369,
                                              "column": 25
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11568,
                                          "end": 11574,
                                          "loc": {
                                            "start": {
                                              "line": 369,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 369,
                                              "column": 32
                                            },
                                            "identifierName": "schema"
                                          },
                                          "name": "schema"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "BlockStatement",
                          "start": 11595,
                          "end": 11649,
                          "loc": {
                            "start": {
                              "line": 371,
                              "column": 11
                            },
                            "end": {
                              "line": 373,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 11603,
                              "end": 11643,
                              "loc": {
                                "start": {
                                  "line": 372,
                                  "column": 6
                                },
                                "end": {
                                  "line": 372,
                                  "column": 46
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 11603,
                                "end": 11642,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 45
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 11603,
                                  "end": 11618,
                                  "loc": {
                                    "start": {
                                      "line": 372,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 372,
                                      "column": 21
                                    },
                                    "identifierName": "backupTableName"
                                  },
                                  "name": "backupTableName"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 11621,
                                  "end": 11642,
                                  "loc": {
                                    "start": {
                                      "line": 372,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 372,
                                      "column": 45
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 11621,
                                    "end": 11630,
                                    "loc": {
                                      "start": {
                                        "line": 372,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 372,
                                        "column": 33
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 11633,
                                    "end": 11642,
                                    "loc": {
                                      "start": {
                                        "line": 372,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 372,
                                        "column": 45
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "_backup",
                                      "raw": "'_backup'"
                                    },
                                    "value": "_backup"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11655,
                        "end": 11706,
                        "loc": {
                          "start": {
                            "line": 375,
                            "column": 4
                          },
                          "end": {
                            "line": 375,
                            "column": 55
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11661,
                            "end": 11705,
                            "loc": {
                              "start": {
                                "line": 375,
                                "column": 10
                              },
                              "end": {
                                "line": 375,
                                "column": 54
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11661,
                              "end": 11676,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 10
                                },
                                "end": {
                                  "line": 375,
                                  "column": 25
                                },
                                "identifierName": "quotedTableName"
                              },
                              "name": "quotedTableName"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 11679,
                              "end": 11705,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 28
                                },
                                "end": {
                                  "line": 375,
                                  "column": 54
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11679,
                                "end": 11694,
                                "loc": {
                                  "start": {
                                    "line": 375,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 375,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11679,
                                  "end": 11683,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 32
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11684,
                                  "end": 11694,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 43
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 11695,
                                  "end": 11704,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 53
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11711,
                        "end": 11774,
                        "loc": {
                          "start": {
                            "line": 376,
                            "column": 4
                          },
                          "end": {
                            "line": 376,
                            "column": 67
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11717,
                            "end": 11773,
                            "loc": {
                              "start": {
                                "line": 376,
                                "column": 10
                              },
                              "end": {
                                "line": 376,
                                "column": 66
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11717,
                              "end": 11738,
                              "loc": {
                                "start": {
                                  "line": 376,
                                  "column": 10
                                },
                                "end": {
                                  "line": 376,
                                  "column": 31
                                },
                                "identifierName": "quotedBackupTableName"
                              },
                              "name": "quotedBackupTableName"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 11741,
                              "end": 11773,
                              "loc": {
                                "start": {
                                  "line": 376,
                                  "column": 34
                                },
                                "end": {
                                  "line": 376,
                                  "column": 66
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11741,
                                "end": 11756,
                                "loc": {
                                  "start": {
                                    "line": 376,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 376,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11741,
                                  "end": 11745,
                                  "loc": {
                                    "start": {
                                      "line": 376,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 376,
                                      "column": 38
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11746,
                                  "end": 11756,
                                  "loc": {
                                    "start": {
                                      "line": 376,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 376,
                                      "column": 49
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 11757,
                                  "end": 11772,
                                  "loc": {
                                    "start": {
                                      "line": 376,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 376,
                                      "column": 65
                                    },
                                    "identifierName": "backupTableName"
                                  },
                                  "name": "backupTableName"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 11779,
                        "end": 11837,
                        "loc": {
                          "start": {
                            "line": 377,
                            "column": 4
                          },
                          "end": {
                            "line": 377,
                            "column": 62
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 11785,
                            "end": 11836,
                            "loc": {
                              "start": {
                                "line": 377,
                                "column": 10
                              },
                              "end": {
                                "line": 377,
                                "column": 61
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 11785,
                              "end": 11799,
                              "loc": {
                                "start": {
                                  "line": 377,
                                  "column": 10
                                },
                                "end": {
                                  "line": 377,
                                  "column": 24
                                },
                                "identifierName": "attributeNames"
                              },
                              "name": "attributeNames"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 11802,
                              "end": 11836,
                              "loc": {
                                "start": {
                                  "line": 377,
                                  "column": 27
                                },
                                "end": {
                                  "line": 377,
                                  "column": 61
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11802,
                                "end": 11830,
                                "loc": {
                                  "start": {
                                    "line": 377,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 377,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 11802,
                                  "end": 11825,
                                  "loc": {
                                    "start": {
                                      "line": 377,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 377,
                                      "column": 50
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 11802,
                                    "end": 11813,
                                    "loc": {
                                      "start": {
                                        "line": 377,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 377,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 11802,
                                      "end": 11808,
                                      "loc": {
                                        "start": {
                                          "line": 377,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 377,
                                          "column": 33
                                        },
                                        "identifierName": "Object"
                                      },
                                      "name": "Object"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11809,
                                      "end": 11813,
                                      "loc": {
                                        "start": {
                                          "line": 377,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 377,
                                          "column": 38
                                        },
                                        "identifierName": "keys"
                                      },
                                      "name": "keys"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 11814,
                                      "end": 11824,
                                      "loc": {
                                        "start": {
                                          "line": 377,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 377,
                                          "column": 49
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11826,
                                  "end": 11830,
                                  "loc": {
                                    "start": {
                                      "line": 377,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 377,
                                      "column": 55
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 11831,
                                  "end": 11835,
                                  "loc": {
                                    "start": {
                                      "line": 377,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 377,
                                      "column": 60
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 11843,
                        "end": 12286,
                        "loc": {
                          "start": {
                            "line": 379,
                            "column": 4
                          },
                          "end": {
                            "line": 384,
                            "column": 47
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 11850,
                          "end": 12285,
                          "loc": {
                            "start": {
                              "line": 379,
                              "column": 11
                            },
                            "end": {
                              "line": 384,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 11850,
                            "end": 12238,
                            "loc": {
                              "start": {
                                "line": 379,
                                "column": 11
                              },
                              "end": {
                                "line": 383,
                                "column": 96
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 11850,
                              "end": 12141,
                              "loc": {
                                "start": {
                                  "line": 379,
                                  "column": 11
                                },
                                "end": {
                                  "line": 382,
                                  "column": 52
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 11850,
                                "end": 12088,
                                "loc": {
                                  "start": {
                                    "line": 379,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 381,
                                    "column": 40
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 11850,
                                  "end": 12047,
                                  "loc": {
                                    "start": {
                                      "line": 379,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 380,
                                      "column": 96
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 11850,
                                    "end": 11950,
                                    "loc": {
                                      "start": {
                                        "line": 379,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 379,
                                        "column": 111
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 11850,
                                      "end": 11908,
                                      "loc": {
                                        "start": {
                                          "line": 379,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 379,
                                          "column": 69
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 11850,
                                        "end": 11900,
                                        "loc": {
                                          "start": {
                                            "line": 379,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 379,
                                            "column": 61
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 11850,
                                          "end": 11871,
                                          "loc": {
                                            "start": {
                                              "line": 379,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 379,
                                              "column": 32
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 11850,
                                            "end": 11854,
                                            "loc": {
                                              "start": {
                                                "line": 379,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 379,
                                                "column": 15
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11855,
                                            "end": 11871,
                                            "loc": {
                                              "start": {
                                                "line": 379,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 379,
                                                "column": 32
                                              },
                                              "identifierName": "createTableQuery"
                                            },
                                            "name": "createTableQuery"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 11872,
                                            "end": 11887,
                                            "loc": {
                                              "start": {
                                                "line": 379,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 379,
                                                "column": 48
                                              },
                                              "identifierName": "backupTableName"
                                            },
                                            "name": "backupTableName"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 11889,
                                            "end": 11899,
                                            "loc": {
                                              "start": {
                                                "line": 379,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 379,
                                                "column": 60
                                              },
                                              "identifierName": "attributes"
                                            },
                                            "name": "attributes"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11901,
                                        "end": 11908,
                                        "loc": {
                                          "start": {
                                            "line": 379,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 379,
                                            "column": 69
                                          },
                                          "identifierName": "replace"
                                        },
                                        "name": "replace"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 11909,
                                        "end": 11923,
                                        "loc": {
                                          "start": {
                                            "line": 379,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 379,
                                            "column": 84
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "CREATE TABLE",
                                          "raw": "'CREATE TABLE'"
                                        },
                                        "value": "CREATE TABLE"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 11925,
                                        "end": 11949,
                                        "loc": {
                                          "start": {
                                            "line": 379,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 379,
                                            "column": 110
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "CREATE TEMPORARY TABLE",
                                          "raw": "'CREATE TEMPORARY TABLE'"
                                        },
                                        "value": "CREATE TEMPORARY TABLE"
                                      }
                                    ]
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "TemplateLiteral",
                                    "start": 11959,
                                    "end": 12047,
                                    "loc": {
                                      "start": {
                                        "line": 380,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 380,
                                        "column": 96
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "Identifier",
                                        "start": 11974,
                                        "end": 11995,
                                        "loc": {
                                          "start": {
                                            "line": 380,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 380,
                                            "column": 44
                                          },
                                          "identifierName": "quotedBackupTableName"
                                        },
                                        "name": "quotedBackupTableName"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 12006,
                                        "end": 12020,
                                        "loc": {
                                          "start": {
                                            "line": 380,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 380,
                                            "column": 69
                                          },
                                          "identifierName": "attributeNames"
                                        },
                                        "name": "attributeNames"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 12029,
                                        "end": 12044,
                                        "loc": {
                                          "start": {
                                            "line": 380,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 380,
                                            "column": 93
                                          },
                                          "identifierName": "quotedTableName"
                                        },
                                        "name": "quotedTableName"
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 11960,
                                        "end": 11972,
                                        "loc": {
                                          "start": {
                                            "line": 380,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 380,
                                            "column": 21
                                          }
                                        },
                                        "value": {
                                          "raw": "INSERT INTO ",
                                          "cooked": "INSERT INTO "
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 11996,
                                        "end": 12004,
                                        "loc": {
                                          "start": {
                                            "line": 380,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 380,
                                            "column": 53
                                          }
                                        },
                                        "value": {
                                          "raw": " SELECT ",
                                          "cooked": " SELECT "
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 12021,
                                        "end": 12027,
                                        "loc": {
                                          "start": {
                                            "line": 380,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 380,
                                            "column": 76
                                          }
                                        },
                                        "value": {
                                          "raw": " FROM ",
                                          "cooked": " FROM "
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 12045,
                                        "end": 12046,
                                        "loc": {
                                          "start": {
                                            "line": 380,
                                            "column": 94
                                          },
                                          "end": {
                                            "line": 380,
                                            "column": 95
                                          }
                                        },
                                        "value": {
                                          "raw": ";",
                                          "cooked": ";"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "TemplateLiteral",
                                  "start": 12056,
                                  "end": 12088,
                                  "loc": {
                                    "start": {
                                      "line": 381,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 381,
                                      "column": 40
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "start": 12070,
                                      "end": 12085,
                                      "loc": {
                                        "start": {
                                          "line": 381,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 381,
                                          "column": 37
                                        },
                                        "identifierName": "quotedTableName"
                                      },
                                      "name": "quotedTableName"
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 12057,
                                      "end": 12068,
                                      "loc": {
                                        "start": {
                                          "line": 381,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 381,
                                          "column": 20
                                        }
                                      },
                                      "value": {
                                        "raw": "DROP TABLE ",
                                        "cooked": "DROP TABLE "
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 12086,
                                      "end": 12087,
                                      "loc": {
                                        "start": {
                                          "line": 381,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 381,
                                          "column": 39
                                        }
                                      },
                                      "value": {
                                        "raw": ";",
                                        "cooked": ";"
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "CallExpression",
                                "start": 12097,
                                "end": 12141,
                                "loc": {
                                  "start": {
                                    "line": 382,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 382,
                                    "column": 52
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 12097,
                                  "end": 12118,
                                  "loc": {
                                    "start": {
                                      "line": 382,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 382,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 12097,
                                    "end": 12101,
                                    "loc": {
                                      "start": {
                                        "line": 382,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 382,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12102,
                                    "end": 12118,
                                    "loc": {
                                      "start": {
                                        "line": 382,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 382,
                                        "column": 29
                                      },
                                      "identifierName": "createTableQuery"
                                    },
                                    "name": "createTableQuery"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 12119,
                                    "end": 12128,
                                    "loc": {
                                      "start": {
                                        "line": 382,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 382,
                                        "column": 39
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 12130,
                                    "end": 12140,
                                    "loc": {
                                      "start": {
                                        "line": 382,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 382,
                                        "column": 51
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  }
                                ]
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "TemplateLiteral",
                              "start": 12150,
                              "end": 12238,
                              "loc": {
                                "start": {
                                  "line": 383,
                                  "column": 8
                                },
                                "end": {
                                  "line": 383,
                                  "column": 96
                                }
                              },
                              "expressions": [
                                {
                                  "type": "Identifier",
                                  "start": 12165,
                                  "end": 12180,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 38
                                    },
                                    "identifierName": "quotedTableName"
                                  },
                                  "name": "quotedTableName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12191,
                                  "end": 12205,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 63
                                    },
                                    "identifierName": "attributeNames"
                                  },
                                  "name": "attributeNames"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12214,
                                  "end": 12235,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 93
                                    },
                                    "identifierName": "quotedBackupTableName"
                                  },
                                  "name": "quotedBackupTableName"
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 12151,
                                  "end": 12163,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 21
                                    }
                                  },
                                  "value": {
                                    "raw": "INSERT INTO ",
                                    "cooked": "INSERT INTO "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 12181,
                                  "end": 12189,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 47
                                    }
                                  },
                                  "value": {
                                    "raw": " SELECT ",
                                    "cooked": " SELECT "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 12206,
                                  "end": 12212,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 70
                                    }
                                  },
                                  "value": {
                                    "raw": " FROM ",
                                    "cooked": " FROM "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 12236,
                                  "end": 12237,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 94
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 95
                                    }
                                  },
                                  "value": {
                                    "raw": ";",
                                    "cooked": ";"
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "TemplateLiteral",
                            "start": 12247,
                            "end": 12285,
                            "loc": {
                              "start": {
                                "line": 384,
                                "column": 8
                              },
                              "end": {
                                "line": 384,
                                "column": 46
                              }
                            },
                            "expressions": [
                              {
                                "type": "Identifier",
                                "start": 12261,
                                "end": 12282,
                                "loc": {
                                  "start": {
                                    "line": 384,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 384,
                                    "column": 43
                                  },
                                  "identifierName": "quotedBackupTableName"
                                },
                                "name": "quotedBackupTableName"
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 12248,
                                "end": 12259,
                                "loc": {
                                  "start": {
                                    "line": 384,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 384,
                                    "column": 20
                                  }
                                },
                                "value": {
                                  "raw": "DROP TABLE ",
                                  "cooked": "DROP TABLE "
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 12283,
                                "end": 12284,
                                "loc": {
                                  "start": {
                                    "line": 384,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 384,
                                    "column": 45
                                  }
                                },
                                "value": {
                                  "raw": ";",
                                  "cooked": ";"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 12295,
                  "end": 13597,
                  "loc": {
                    "start": {
                      "line": 387,
                      "column": 2
                    },
                    "end": {
                      "line": 415,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 12295,
                    "end": 12312,
                    "loc": {
                      "start": {
                        "line": 387,
                        "column": 2
                      },
                      "end": {
                        "line": 387,
                        "column": 19
                      },
                      "identifierName": "renameColumnQuery"
                    },
                    "name": "renameColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 12313,
                      "end": 12322,
                      "loc": {
                        "start": {
                          "line": 387,
                          "column": 20
                        },
                        "end": {
                          "line": 387,
                          "column": 29
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 12324,
                      "end": 12338,
                      "loc": {
                        "start": {
                          "line": 387,
                          "column": 31
                        },
                        "end": {
                          "line": 387,
                          "column": 45
                        },
                        "identifierName": "attrNameBefore"
                      },
                      "name": "attrNameBefore"
                    },
                    {
                      "type": "Identifier",
                      "start": 12340,
                      "end": 12353,
                      "loc": {
                        "start": {
                          "line": 387,
                          "column": 47
                        },
                        "end": {
                          "line": 387,
                          "column": 60
                        },
                        "identifierName": "attrNameAfter"
                      },
                      "name": "attrNameAfter"
                    },
                    {
                      "type": "Identifier",
                      "start": 12355,
                      "end": 12365,
                      "loc": {
                        "start": {
                          "line": 387,
                          "column": 62
                        },
                        "end": {
                          "line": 387,
                          "column": 72
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 12367,
                    "end": 13597,
                    "loc": {
                      "start": {
                        "line": 387,
                        "column": 74
                      },
                      "end": {
                        "line": 415,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 12374,
                        "end": 12394,
                        "loc": {
                          "start": {
                            "line": 389,
                            "column": 4
                          },
                          "end": {
                            "line": 389,
                            "column": 24
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12378,
                            "end": 12393,
                            "loc": {
                              "start": {
                                "line": 389,
                                "column": 8
                              },
                              "end": {
                                "line": 389,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12378,
                              "end": 12393,
                              "loc": {
                                "start": {
                                  "line": 389,
                                  "column": 8
                                },
                                "end": {
                                  "line": 389,
                                  "column": 23
                                },
                                "identifierName": "backupTableName"
                              },
                              "name": "backupTableName"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 12400,
                        "end": 12446,
                        "loc": {
                          "start": {
                            "line": 391,
                            "column": 4
                          },
                          "end": {
                            "line": 391,
                            "column": 50
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 12400,
                          "end": 12445,
                          "loc": {
                            "start": {
                              "line": 391,
                              "column": 4
                            },
                            "end": {
                              "line": 391,
                              "column": 49
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 12400,
                            "end": 12410,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 4
                              },
                              "end": {
                                "line": 391,
                                "column": 14
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 12413,
                            "end": 12445,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 17
                              },
                              "end": {
                                "line": 391,
                                "column": 49
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12413,
                              "end": 12433,
                              "loc": {
                                "start": {
                                  "line": 391,
                                  "column": 17
                                },
                                "end": {
                                  "line": 391,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12413,
                                "end": 12417,
                                "loc": {
                                  "start": {
                                    "line": 391,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 391,
                                    "column": 21
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12418,
                                "end": 12433,
                                "loc": {
                                  "start": {
                                    "line": 391,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 391,
                                    "column": 37
                                  },
                                  "identifierName": "attributesToSQL"
                                },
                                "name": "attributesToSQL"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12434,
                                "end": 12444,
                                "loc": {
                                  "start": {
                                    "line": 391,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 391,
                                    "column": 48
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "IfStatement",
                        "start": 12452,
                        "end": 12674,
                        "loc": {
                          "start": {
                            "line": 393,
                            "column": 4
                          },
                          "end": {
                            "line": 400,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 12456,
                          "end": 12485,
                          "loc": {
                            "start": {
                              "line": 393,
                              "column": 8
                            },
                            "end": {
                              "line": 393,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 12456,
                            "end": 12472,
                            "loc": {
                              "start": {
                                "line": 393,
                                "column": 8
                              },
                              "end": {
                                "line": 393,
                                "column": 24
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 12463,
                              "end": 12472,
                              "loc": {
                                "start": {
                                  "line": 393,
                                  "column": 15
                                },
                                "end": {
                                  "line": 393,
                                  "column": 24
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 12477,
                            "end": 12485,
                            "loc": {
                              "start": {
                                "line": 393,
                                "column": 29
                              },
                              "end": {
                                "line": 393,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "object",
                              "raw": "'object'"
                            },
                            "value": "object"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 12487,
                          "end": 12614,
                          "loc": {
                            "start": {
                              "line": 393,
                              "column": 39
                            },
                            "end": {
                              "line": 398,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 12495,
                              "end": 12608,
                              "loc": {
                                "start": {
                                  "line": 394,
                                  "column": 6
                                },
                                "end": {
                                  "line": 397,
                                  "column": 8
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 12495,
                                "end": 12607,
                                "loc": {
                                  "start": {
                                    "line": 394,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 397,
                                    "column": 7
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 12495,
                                  "end": 12510,
                                  "loc": {
                                    "start": {
                                      "line": 394,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 394,
                                      "column": 21
                                    },
                                    "identifierName": "backupTableName"
                                  },
                                  "name": "backupTableName"
                                },
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 12513,
                                  "end": 12607,
                                  "loc": {
                                    "start": {
                                      "line": 394,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 397,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 12523,
                                      "end": 12565,
                                      "loc": {
                                        "start": {
                                          "line": 395,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 395,
                                          "column": 50
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 12523,
                                        "end": 12532,
                                        "loc": {
                                          "start": {
                                            "line": 395,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 395,
                                            "column": 17
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      },
                                      "value": {
                                        "type": "BinaryExpression",
                                        "start": 12534,
                                        "end": 12565,
                                        "loc": {
                                          "start": {
                                            "line": 395,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 395,
                                            "column": 50
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 12534,
                                          "end": 12553,
                                          "loc": {
                                            "start": {
                                              "line": 395,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 395,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 12534,
                                            "end": 12543,
                                            "loc": {
                                              "start": {
                                                "line": 395,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 395,
                                                "column": 28
                                              },
                                              "identifierName": "tableName"
                                            },
                                            "name": "tableName"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12544,
                                            "end": 12553,
                                            "loc": {
                                              "start": {
                                                "line": 395,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 395,
                                                "column": 38
                                              },
                                              "identifierName": "tableName"
                                            },
                                            "name": "tableName"
                                          },
                                          "computed": false
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 12556,
                                          "end": 12565,
                                          "loc": {
                                            "start": {
                                              "line": 395,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 395,
                                              "column": 50
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "_backup",
                                            "raw": "'_backup'"
                                          },
                                          "value": "_backup"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 12575,
                                      "end": 12599,
                                      "loc": {
                                        "start": {
                                          "line": 396,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 396,
                                          "column": 32
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 12575,
                                        "end": 12581,
                                        "loc": {
                                          "start": {
                                            "line": 396,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 396,
                                            "column": 14
                                          },
                                          "identifierName": "schema"
                                        },
                                        "name": "schema"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 12583,
                                        "end": 12599,
                                        "loc": {
                                          "start": {
                                            "line": 396,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 396,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12583,
                                          "end": 12592,
                                          "loc": {
                                            "start": {
                                              "line": 396,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 396,
                                              "column": 25
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12593,
                                          "end": 12599,
                                          "loc": {
                                            "start": {
                                              "line": 396,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 396,
                                              "column": 32
                                            },
                                            "identifierName": "schema"
                                          },
                                          "name": "schema"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "BlockStatement",
                          "start": 12620,
                          "end": 12674,
                          "loc": {
                            "start": {
                              "line": 398,
                              "column": 11
                            },
                            "end": {
                              "line": 400,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 12628,
                              "end": 12668,
                              "loc": {
                                "start": {
                                  "line": 399,
                                  "column": 6
                                },
                                "end": {
                                  "line": 399,
                                  "column": 46
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 12628,
                                "end": 12667,
                                "loc": {
                                  "start": {
                                    "line": 399,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 399,
                                    "column": 45
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 12628,
                                  "end": 12643,
                                  "loc": {
                                    "start": {
                                      "line": 399,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 399,
                                      "column": 21
                                    },
                                    "identifierName": "backupTableName"
                                  },
                                  "name": "backupTableName"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 12646,
                                  "end": 12667,
                                  "loc": {
                                    "start": {
                                      "line": 399,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 399,
                                      "column": 45
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 12646,
                                    "end": 12655,
                                    "loc": {
                                      "start": {
                                        "line": 399,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 399,
                                        "column": 33
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 12658,
                                    "end": 12667,
                                    "loc": {
                                      "start": {
                                        "line": 399,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 399,
                                        "column": 45
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "_backup",
                                      "raw": "'_backup'"
                                    },
                                    "value": "_backup"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 12680,
                        "end": 12731,
                        "loc": {
                          "start": {
                            "line": 402,
                            "column": 4
                          },
                          "end": {
                            "line": 402,
                            "column": 55
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12686,
                            "end": 12730,
                            "loc": {
                              "start": {
                                "line": 402,
                                "column": 10
                              },
                              "end": {
                                "line": 402,
                                "column": 54
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12686,
                              "end": 12701,
                              "loc": {
                                "start": {
                                  "line": 402,
                                  "column": 10
                                },
                                "end": {
                                  "line": 402,
                                  "column": 25
                                },
                                "identifierName": "quotedTableName"
                              },
                              "name": "quotedTableName"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 12704,
                              "end": 12730,
                              "loc": {
                                "start": {
                                  "line": 402,
                                  "column": 28
                                },
                                "end": {
                                  "line": 402,
                                  "column": 54
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12704,
                                "end": 12719,
                                "loc": {
                                  "start": {
                                    "line": 402,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 402,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12704,
                                  "end": 12708,
                                  "loc": {
                                    "start": {
                                      "line": 402,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 402,
                                      "column": 32
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12709,
                                  "end": 12719,
                                  "loc": {
                                    "start": {
                                      "line": 402,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 402,
                                      "column": 43
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 12720,
                                  "end": 12729,
                                  "loc": {
                                    "start": {
                                      "line": 402,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 402,
                                      "column": 53
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 12736,
                        "end": 12799,
                        "loc": {
                          "start": {
                            "line": 403,
                            "column": 4
                          },
                          "end": {
                            "line": 403,
                            "column": 67
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12742,
                            "end": 12798,
                            "loc": {
                              "start": {
                                "line": 403,
                                "column": 10
                              },
                              "end": {
                                "line": 403,
                                "column": 66
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12742,
                              "end": 12763,
                              "loc": {
                                "start": {
                                  "line": 403,
                                  "column": 10
                                },
                                "end": {
                                  "line": 403,
                                  "column": 31
                                },
                                "identifierName": "quotedBackupTableName"
                              },
                              "name": "quotedBackupTableName"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 12766,
                              "end": 12798,
                              "loc": {
                                "start": {
                                  "line": 403,
                                  "column": 34
                                },
                                "end": {
                                  "line": 403,
                                  "column": 66
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12766,
                                "end": 12781,
                                "loc": {
                                  "start": {
                                    "line": 403,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 403,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12766,
                                  "end": 12770,
                                  "loc": {
                                    "start": {
                                      "line": 403,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 403,
                                      "column": 38
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12771,
                                  "end": 12781,
                                  "loc": {
                                    "start": {
                                      "line": 403,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 403,
                                      "column": 49
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 12782,
                                  "end": 12797,
                                  "loc": {
                                    "start": {
                                      "line": 403,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 403,
                                      "column": 65
                                    },
                                    "identifierName": "backupTableName"
                                  },
                                  "name": "backupTableName"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 12804,
                        "end": 13023,
                        "loc": {
                          "start": {
                            "line": 404,
                            "column": 4
                          },
                          "end": {
                            "line": 406,
                            "column": 17
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12810,
                            "end": 13022,
                            "loc": {
                              "start": {
                                "line": 404,
                                "column": 10
                              },
                              "end": {
                                "line": 406,
                                "column": 16
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12810,
                              "end": 12830,
                              "loc": {
                                "start": {
                                  "line": 404,
                                  "column": 10
                                },
                                "end": {
                                  "line": 404,
                                  "column": 30
                                },
                                "identifierName": "attributeNamesImport"
                              },
                              "name": "attributeNamesImport"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 12833,
                              "end": 13022,
                              "loc": {
                                "start": {
                                  "line": 404,
                                  "column": 33
                                },
                                "end": {
                                  "line": 406,
                                  "column": 16
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12833,
                                "end": 13016,
                                "loc": {
                                  "start": {
                                    "line": 404,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 406,
                                    "column": 10
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 12833,
                                  "end": 13011,
                                  "loc": {
                                    "start": {
                                      "line": 404,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 5
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12833,
                                    "end": 12860,
                                    "loc": {
                                      "start": {
                                        "line": 404,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 404,
                                        "column": 60
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 12833,
                                      "end": 12856,
                                      "loc": {
                                        "start": {
                                          "line": 404,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 404,
                                          "column": 56
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 12833,
                                        "end": 12844,
                                        "loc": {
                                          "start": {
                                            "line": 404,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 404,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12833,
                                          "end": 12839,
                                          "loc": {
                                            "start": {
                                              "line": 404,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 404,
                                              "column": 39
                                            },
                                            "identifierName": "Object"
                                          },
                                          "name": "Object"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12840,
                                          "end": 12844,
                                          "loc": {
                                            "start": {
                                              "line": 404,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 404,
                                              "column": 44
                                            },
                                            "identifierName": "keys"
                                          },
                                          "name": "keys"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 12845,
                                          "end": 12855,
                                          "loc": {
                                            "start": {
                                              "line": 404,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 404,
                                              "column": 55
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12857,
                                      "end": 12860,
                                      "loc": {
                                        "start": {
                                          "line": 404,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 404,
                                          "column": 60
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 12861,
                                      "end": 13005,
                                      "loc": {
                                        "start": {
                                          "line": 404,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 405,
                                          "column": 136
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 12861,
                                          "end": 12865,
                                          "loc": {
                                            "start": {
                                              "line": 404,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 404,
                                              "column": 65
                                            },
                                            "identifierName": "attr"
                                          },
                                          "name": "attr"
                                        }
                                      ],
                                      "body": {
                                        "type": "ConditionalExpression",
                                        "start": 12875,
                                        "end": 13005,
                                        "loc": {
                                          "start": {
                                            "line": 405,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 405,
                                            "column": 136
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 12876,
                                          "end": 12898,
                                          "loc": {
                                            "start": {
                                              "line": 405,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 405,
                                              "column": 29
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 12876,
                                            "end": 12889,
                                            "loc": {
                                              "start": {
                                                "line": 405,
                                                "column": 7
                                              },
                                              "end": {
                                                "line": 405,
                                                "column": 20
                                              },
                                              "identifierName": "attrNameAfter"
                                            },
                                            "name": "attrNameAfter"
                                          },
                                          "operator": "===",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 12894,
                                            "end": 12898,
                                            "loc": {
                                              "start": {
                                                "line": 405,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 405,
                                                "column": 29
                                              },
                                              "identifierName": "attr"
                                            },
                                            "name": "attr"
                                          },
                                          "extra": {
                                            "parenthesized": true,
                                            "parenStart": 12875
                                          }
                                        },
                                        "consequent": {
                                          "type": "BinaryExpression",
                                          "start": 12902,
                                          "end": 12976,
                                          "loc": {
                                            "start": {
                                              "line": 405,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 405,
                                              "column": 107
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 12902,
                                            "end": 12947,
                                            "loc": {
                                              "start": {
                                                "line": 405,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 405,
                                                "column": 78
                                              }
                                            },
                                            "left": {
                                              "type": "CallExpression",
                                              "start": 12902,
                                              "end": 12938,
                                              "loc": {
                                                "start": {
                                                  "line": 405,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 405,
                                                  "column": 69
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 12902,
                                                "end": 12922,
                                                "loc": {
                                                  "start": {
                                                    "line": 405,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 405,
                                                    "column": 53
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 12902,
                                                  "end": 12906,
                                                  "loc": {
                                                    "start": {
                                                      "line": 405,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 405,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12907,
                                                  "end": 12922,
                                                  "loc": {
                                                    "start": {
                                                      "line": 405,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 405,
                                                      "column": 53
                                                    },
                                                    "identifierName": "quoteIdentifier"
                                                  },
                                                  "name": "quoteIdentifier"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 12923,
                                                  "end": 12937,
                                                  "loc": {
                                                    "start": {
                                                      "line": 405,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 405,
                                                      "column": 68
                                                    },
                                                    "identifierName": "attrNameBefore"
                                                  },
                                                  "name": "attrNameBefore"
                                                }
                                              ]
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 12941,
                                              "end": 12947,
                                              "loc": {
                                                "start": {
                                                  "line": 405,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 405,
                                                  "column": 78
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " AS ",
                                                "raw": "' AS '"
                                              },
                                              "value": " AS "
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 12950,
                                            "end": 12976,
                                            "loc": {
                                              "start": {
                                                "line": 405,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 405,
                                                "column": 107
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 12950,
                                              "end": 12970,
                                              "loc": {
                                                "start": {
                                                  "line": 405,
                                                  "column": 81
                                                },
                                                "end": {
                                                  "line": 405,
                                                  "column": 101
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 12950,
                                                "end": 12954,
                                                "loc": {
                                                  "start": {
                                                    "line": 405,
                                                    "column": 81
                                                  },
                                                  "end": {
                                                    "line": 405,
                                                    "column": 85
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 12955,
                                                "end": 12970,
                                                "loc": {
                                                  "start": {
                                                    "line": 405,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 405,
                                                    "column": 101
                                                  },
                                                  "identifierName": "quoteIdentifier"
                                                },
                                                "name": "quoteIdentifier"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 12971,
                                                "end": 12975,
                                                "loc": {
                                                  "start": {
                                                    "line": 405,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 405,
                                                    "column": 106
                                                  },
                                                  "identifierName": "attr"
                                                },
                                                "name": "attr"
                                              }
                                            ]
                                          }
                                        },
                                        "alternate": {
                                          "type": "CallExpression",
                                          "start": 12979,
                                          "end": 13005,
                                          "loc": {
                                            "start": {
                                              "line": 405,
                                              "column": 110
                                            },
                                            "end": {
                                              "line": 405,
                                              "column": 136
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 12979,
                                            "end": 12999,
                                            "loc": {
                                              "start": {
                                                "line": 405,
                                                "column": 110
                                              },
                                              "end": {
                                                "line": 405,
                                                "column": 130
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 12979,
                                              "end": 12983,
                                              "loc": {
                                                "start": {
                                                  "line": 405,
                                                  "column": 110
                                                },
                                                "end": {
                                                  "line": 405,
                                                  "column": 114
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 12984,
                                              "end": 12999,
                                              "loc": {
                                                "start": {
                                                  "line": 405,
                                                  "column": 115
                                                },
                                                "end": {
                                                  "line": 405,
                                                  "column": 130
                                                },
                                                "identifierName": "quoteIdentifier"
                                              },
                                              "name": "quoteIdentifier"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 13000,
                                              "end": 13004,
                                              "loc": {
                                                "start": {
                                                  "line": 405,
                                                  "column": 131
                                                },
                                                "end": {
                                                  "line": 405,
                                                  "column": 135
                                                },
                                                "identifierName": "attr"
                                              },
                                              "name": "attr"
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13012,
                                  "end": 13016,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 10
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 13017,
                                  "end": 13021,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 15
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 13028,
                        "end": 13132,
                        "loc": {
                          "start": {
                            "line": 407,
                            "column": 4
                          },
                          "end": {
                            "line": 407,
                            "column": 108
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 13034,
                            "end": 13131,
                            "loc": {
                              "start": {
                                "line": 407,
                                "column": 10
                              },
                              "end": {
                                "line": 407,
                                "column": 107
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 13034,
                              "end": 13054,
                              "loc": {
                                "start": {
                                  "line": 407,
                                  "column": 10
                                },
                                "end": {
                                  "line": 407,
                                  "column": 30
                                },
                                "identifierName": "attributeNamesExport"
                              },
                              "name": "attributeNamesExport"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 13057,
                              "end": 13131,
                              "loc": {
                                "start": {
                                  "line": 407,
                                  "column": 33
                                },
                                "end": {
                                  "line": 407,
                                  "column": 107
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13057,
                                "end": 13125,
                                "loc": {
                                  "start": {
                                    "line": 407,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 407,
                                    "column": 101
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 13057,
                                  "end": 13120,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 96
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 13057,
                                    "end": 13084,
                                    "loc": {
                                      "start": {
                                        "line": 407,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 407,
                                        "column": 60
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 13057,
                                      "end": 13080,
                                      "loc": {
                                        "start": {
                                          "line": 407,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 407,
                                          "column": 56
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 13057,
                                        "end": 13068,
                                        "loc": {
                                          "start": {
                                            "line": 407,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 407,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 13057,
                                          "end": 13063,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 39
                                            },
                                            "identifierName": "Object"
                                          },
                                          "name": "Object"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13064,
                                          "end": 13068,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 44
                                            },
                                            "identifierName": "keys"
                                          },
                                          "name": "keys"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 13069,
                                          "end": 13079,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 55
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13081,
                                      "end": 13084,
                                      "loc": {
                                        "start": {
                                          "line": 407,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 407,
                                          "column": 60
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 13085,
                                      "end": 13119,
                                      "loc": {
                                        "start": {
                                          "line": 407,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 407,
                                          "column": 95
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 13085,
                                          "end": 13089,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 65
                                            },
                                            "identifierName": "attr"
                                          },
                                          "name": "attr"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 13093,
                                        "end": 13119,
                                        "loc": {
                                          "start": {
                                            "line": 407,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 407,
                                            "column": 95
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 13093,
                                          "end": 13113,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 89
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 13093,
                                            "end": 13097,
                                            "loc": {
                                              "start": {
                                                "line": 407,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 407,
                                                "column": 73
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13098,
                                            "end": 13113,
                                            "loc": {
                                              "start": {
                                                "line": 407,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 407,
                                                "column": 89
                                              },
                                              "identifierName": "quoteIdentifier"
                                            },
                                            "name": "quoteIdentifier"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 13114,
                                            "end": 13118,
                                            "loc": {
                                              "start": {
                                                "line": 407,
                                                "column": 90
                                              },
                                              "end": {
                                                "line": 407,
                                                "column": 94
                                              },
                                              "identifierName": "attr"
                                            },
                                            "name": "attr"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13121,
                                  "end": 13125,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 97
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 101
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 13126,
                                  "end": 13130,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 102
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 106
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 13138,
                        "end": 13593,
                        "loc": {
                          "start": {
                            "line": 409,
                            "column": 4
                          },
                          "end": {
                            "line": 414,
                            "column": 47
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 13145,
                          "end": 13592,
                          "loc": {
                            "start": {
                              "line": 409,
                              "column": 11
                            },
                            "end": {
                              "line": 414,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 13145,
                            "end": 13545,
                            "loc": {
                              "start": {
                                "line": 409,
                                "column": 11
                              },
                              "end": {
                                "line": 413,
                                "column": 102
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 13145,
                              "end": 13442,
                              "loc": {
                                "start": {
                                  "line": 409,
                                  "column": 11
                                },
                                "end": {
                                  "line": 412,
                                  "column": 52
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 13145,
                                "end": 13389,
                                "loc": {
                                  "start": {
                                    "line": 409,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 411,
                                    "column": 40
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 13145,
                                  "end": 13348,
                                  "loc": {
                                    "start": {
                                      "line": 409,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 410,
                                      "column": 102
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 13145,
                                    "end": 13245,
                                    "loc": {
                                      "start": {
                                        "line": 409,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 409,
                                        "column": 111
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 13145,
                                      "end": 13203,
                                      "loc": {
                                        "start": {
                                          "line": 409,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 409,
                                          "column": 69
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 13145,
                                        "end": 13195,
                                        "loc": {
                                          "start": {
                                            "line": 409,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 409,
                                            "column": 61
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 13145,
                                          "end": 13166,
                                          "loc": {
                                            "start": {
                                              "line": 409,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 409,
                                              "column": 32
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 13145,
                                            "end": 13149,
                                            "loc": {
                                              "start": {
                                                "line": 409,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 409,
                                                "column": 15
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13150,
                                            "end": 13166,
                                            "loc": {
                                              "start": {
                                                "line": 409,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 409,
                                                "column": 32
                                              },
                                              "identifierName": "createTableQuery"
                                            },
                                            "name": "createTableQuery"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 13167,
                                            "end": 13182,
                                            "loc": {
                                              "start": {
                                                "line": 409,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 409,
                                                "column": 48
                                              },
                                              "identifierName": "backupTableName"
                                            },
                                            "name": "backupTableName"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 13184,
                                            "end": 13194,
                                            "loc": {
                                              "start": {
                                                "line": 409,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 409,
                                                "column": 60
                                              },
                                              "identifierName": "attributes"
                                            },
                                            "name": "attributes"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13196,
                                        "end": 13203,
                                        "loc": {
                                          "start": {
                                            "line": 409,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 409,
                                            "column": 69
                                          },
                                          "identifierName": "replace"
                                        },
                                        "name": "replace"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 13204,
                                        "end": 13218,
                                        "loc": {
                                          "start": {
                                            "line": 409,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 409,
                                            "column": 84
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "CREATE TABLE",
                                          "raw": "'CREATE TABLE'"
                                        },
                                        "value": "CREATE TABLE"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 13220,
                                        "end": 13244,
                                        "loc": {
                                          "start": {
                                            "line": 409,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 409,
                                            "column": 110
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "CREATE TEMPORARY TABLE",
                                          "raw": "'CREATE TEMPORARY TABLE'"
                                        },
                                        "value": "CREATE TEMPORARY TABLE"
                                      }
                                    ]
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "TemplateLiteral",
                                    "start": 13254,
                                    "end": 13348,
                                    "loc": {
                                      "start": {
                                        "line": 410,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 410,
                                        "column": 102
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "Identifier",
                                        "start": 13269,
                                        "end": 13290,
                                        "loc": {
                                          "start": {
                                            "line": 410,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 410,
                                            "column": 44
                                          },
                                          "identifierName": "quotedBackupTableName"
                                        },
                                        "name": "quotedBackupTableName"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 13301,
                                        "end": 13321,
                                        "loc": {
                                          "start": {
                                            "line": 410,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 410,
                                            "column": 75
                                          },
                                          "identifierName": "attributeNamesImport"
                                        },
                                        "name": "attributeNamesImport"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 13330,
                                        "end": 13345,
                                        "loc": {
                                          "start": {
                                            "line": 410,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 410,
                                            "column": 99
                                          },
                                          "identifierName": "quotedTableName"
                                        },
                                        "name": "quotedTableName"
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 13255,
                                        "end": 13267,
                                        "loc": {
                                          "start": {
                                            "line": 410,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 410,
                                            "column": 21
                                          }
                                        },
                                        "value": {
                                          "raw": "INSERT INTO ",
                                          "cooked": "INSERT INTO "
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 13291,
                                        "end": 13299,
                                        "loc": {
                                          "start": {
                                            "line": 410,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 410,
                                            "column": 53
                                          }
                                        },
                                        "value": {
                                          "raw": " SELECT ",
                                          "cooked": " SELECT "
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 13322,
                                        "end": 13328,
                                        "loc": {
                                          "start": {
                                            "line": 410,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 410,
                                            "column": 82
                                          }
                                        },
                                        "value": {
                                          "raw": " FROM ",
                                          "cooked": " FROM "
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 13346,
                                        "end": 13347,
                                        "loc": {
                                          "start": {
                                            "line": 410,
                                            "column": 100
                                          },
                                          "end": {
                                            "line": 410,
                                            "column": 101
                                          }
                                        },
                                        "value": {
                                          "raw": ";",
                                          "cooked": ";"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "TemplateLiteral",
                                  "start": 13357,
                                  "end": 13389,
                                  "loc": {
                                    "start": {
                                      "line": 411,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 411,
                                      "column": 40
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "start": 13371,
                                      "end": 13386,
                                      "loc": {
                                        "start": {
                                          "line": 411,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 411,
                                          "column": 37
                                        },
                                        "identifierName": "quotedTableName"
                                      },
                                      "name": "quotedTableName"
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 13358,
                                      "end": 13369,
                                      "loc": {
                                        "start": {
                                          "line": 411,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 411,
                                          "column": 20
                                        }
                                      },
                                      "value": {
                                        "raw": "DROP TABLE ",
                                        "cooked": "DROP TABLE "
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 13387,
                                      "end": 13388,
                                      "loc": {
                                        "start": {
                                          "line": 411,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 411,
                                          "column": 39
                                        }
                                      },
                                      "value": {
                                        "raw": ";",
                                        "cooked": ";"
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "CallExpression",
                                "start": 13398,
                                "end": 13442,
                                "loc": {
                                  "start": {
                                    "line": 412,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 412,
                                    "column": 52
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13398,
                                  "end": 13419,
                                  "loc": {
                                    "start": {
                                      "line": 412,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 412,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 13398,
                                    "end": 13402,
                                    "loc": {
                                      "start": {
                                        "line": 412,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 412,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13403,
                                    "end": 13419,
                                    "loc": {
                                      "start": {
                                        "line": 412,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 412,
                                        "column": 29
                                      },
                                      "identifierName": "createTableQuery"
                                    },
                                    "name": "createTableQuery"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 13420,
                                    "end": 13429,
                                    "loc": {
                                      "start": {
                                        "line": 412,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 412,
                                        "column": 39
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 13431,
                                    "end": 13441,
                                    "loc": {
                                      "start": {
                                        "line": 412,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 412,
                                        "column": 51
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  }
                                ]
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "TemplateLiteral",
                              "start": 13451,
                              "end": 13545,
                              "loc": {
                                "start": {
                                  "line": 413,
                                  "column": 8
                                },
                                "end": {
                                  "line": 413,
                                  "column": 102
                                }
                              },
                              "expressions": [
                                {
                                  "type": "Identifier",
                                  "start": 13466,
                                  "end": 13481,
                                  "loc": {
                                    "start": {
                                      "line": 413,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 413,
                                      "column": 38
                                    },
                                    "identifierName": "quotedTableName"
                                  },
                                  "name": "quotedTableName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 13492,
                                  "end": 13512,
                                  "loc": {
                                    "start": {
                                      "line": 413,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 413,
                                      "column": 69
                                    },
                                    "identifierName": "attributeNamesExport"
                                  },
                                  "name": "attributeNamesExport"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 13521,
                                  "end": 13542,
                                  "loc": {
                                    "start": {
                                      "line": 413,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 413,
                                      "column": 99
                                    },
                                    "identifierName": "quotedBackupTableName"
                                  },
                                  "name": "quotedBackupTableName"
                                }
                              ],
                              "quasis": [
                                {
                                  "type": "TemplateElement",
                                  "start": 13452,
                                  "end": 13464,
                                  "loc": {
                                    "start": {
                                      "line": 413,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 413,
                                      "column": 21
                                    }
                                  },
                                  "value": {
                                    "raw": "INSERT INTO ",
                                    "cooked": "INSERT INTO "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 13482,
                                  "end": 13490,
                                  "loc": {
                                    "start": {
                                      "line": 413,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 413,
                                      "column": 47
                                    }
                                  },
                                  "value": {
                                    "raw": " SELECT ",
                                    "cooked": " SELECT "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 13513,
                                  "end": 13519,
                                  "loc": {
                                    "start": {
                                      "line": 413,
                                      "column": 70
                                    },
                                    "end": {
                                      "line": 413,
                                      "column": 76
                                    }
                                  },
                                  "value": {
                                    "raw": " FROM ",
                                    "cooked": " FROM "
                                  },
                                  "tail": false
                                },
                                {
                                  "type": "TemplateElement",
                                  "start": 13543,
                                  "end": 13544,
                                  "loc": {
                                    "start": {
                                      "line": 413,
                                      "column": 100
                                    },
                                    "end": {
                                      "line": 413,
                                      "column": 101
                                    }
                                  },
                                  "value": {
                                    "raw": ";",
                                    "cooked": ";"
                                  },
                                  "tail": true
                                }
                              ]
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "TemplateLiteral",
                            "start": 13554,
                            "end": 13592,
                            "loc": {
                              "start": {
                                "line": 414,
                                "column": 8
                              },
                              "end": {
                                "line": 414,
                                "column": 46
                              }
                            },
                            "expressions": [
                              {
                                "type": "Identifier",
                                "start": 13568,
                                "end": 13589,
                                "loc": {
                                  "start": {
                                    "line": 414,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 414,
                                    "column": 43
                                  },
                                  "identifierName": "quotedBackupTableName"
                                },
                                "name": "quotedBackupTableName"
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 13555,
                                "end": 13566,
                                "loc": {
                                  "start": {
                                    "line": 414,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 414,
                                    "column": 20
                                  }
                                },
                                "value": {
                                  "raw": "DROP TABLE ",
                                  "cooked": "DROP TABLE "
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 13590,
                                "end": 13591,
                                "loc": {
                                  "start": {
                                    "line": 414,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 414,
                                    "column": 45
                                  }
                                },
                                "value": {
                                  "raw": ";",
                                  "cooked": ";"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 13602,
                  "end": 13828,
                  "loc": {
                    "start": {
                      "line": 417,
                      "column": 2
                    },
                    "end": {
                      "line": 423,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 13602,
                    "end": 13623,
                    "loc": {
                      "start": {
                        "line": 417,
                        "column": 2
                      },
                      "end": {
                        "line": 417,
                        "column": 23
                      },
                      "identifierName": "startTransactionQuery"
                    },
                    "name": "startTransactionQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 13624,
                      "end": 13635,
                      "loc": {
                        "start": {
                          "line": 417,
                          "column": 24
                        },
                        "end": {
                          "line": 417,
                          "column": 35
                        },
                        "identifierName": "transaction"
                      },
                      "name": "transaction"
                    },
                    {
                      "type": "Identifier",
                      "start": 13637,
                      "end": 13644,
                      "loc": {
                        "start": {
                          "line": 417,
                          "column": 37
                        },
                        "end": {
                          "line": 417,
                          "column": 44
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 13646,
                    "end": 13828,
                    "loc": {
                      "start": {
                        "line": 417,
                        "column": 46
                      },
                      "end": {
                        "line": 423,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 13652,
                        "end": 13757,
                        "loc": {
                          "start": {
                            "line": 418,
                            "column": 4
                          },
                          "end": {
                            "line": 420,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 13656,
                          "end": 13674,
                          "loc": {
                            "start": {
                              "line": 418,
                              "column": 8
                            },
                            "end": {
                              "line": 418,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 13656,
                            "end": 13667,
                            "loc": {
                              "start": {
                                "line": 418,
                                "column": 8
                              },
                              "end": {
                                "line": 418,
                                "column": 19
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13668,
                            "end": 13674,
                            "loc": {
                              "start": {
                                "line": 418,
                                "column": 20
                              },
                              "end": {
                                "line": 418,
                                "column": 26
                              },
                              "identifierName": "parent"
                            },
                            "name": "parent"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 13676,
                          "end": 13757,
                          "loc": {
                            "start": {
                              "line": 418,
                              "column": 28
                            },
                            "end": {
                              "line": 420,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 13684,
                              "end": 13751,
                              "loc": {
                                "start": {
                                  "line": 419,
                                  "column": 6
                                },
                                "end": {
                                  "line": 419,
                                  "column": 73
                                }
                              },
                              "argument": {
                                "type": "BinaryExpression",
                                "start": 13691,
                                "end": 13750,
                                "loc": {
                                  "start": {
                                    "line": 419,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 419,
                                    "column": 72
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 13691,
                                  "end": 13744,
                                  "loc": {
                                    "start": {
                                      "line": 419,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 419,
                                      "column": 66
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 13691,
                                    "end": 13703,
                                    "loc": {
                                      "start": {
                                        "line": 419,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 419,
                                        "column": 25
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "SAVEPOINT ",
                                      "raw": "'SAVEPOINT '"
                                    },
                                    "value": "SAVEPOINT "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 13706,
                                    "end": 13744,
                                    "loc": {
                                      "start": {
                                        "line": 419,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 419,
                                        "column": 66
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 13706,
                                      "end": 13726,
                                      "loc": {
                                        "start": {
                                          "line": 419,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 419,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 13706,
                                        "end": 13710,
                                        "loc": {
                                          "start": {
                                            "line": 419,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 419,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13711,
                                        "end": 13726,
                                        "loc": {
                                          "start": {
                                            "line": 419,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 419,
                                            "column": 48
                                          },
                                          "identifierName": "quoteIdentifier"
                                        },
                                        "name": "quoteIdentifier"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 13727,
                                        "end": 13743,
                                        "loc": {
                                          "start": {
                                            "line": 419,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 419,
                                            "column": 65
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 13727,
                                          "end": 13738,
                                          "loc": {
                                            "start": {
                                              "line": 419,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 419,
                                              "column": 60
                                            },
                                            "identifierName": "transaction"
                                          },
                                          "name": "transaction"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13739,
                                          "end": 13743,
                                          "loc": {
                                            "start": {
                                              "line": 419,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 419,
                                              "column": 65
                                            },
                                            "identifierName": "name"
                                          },
                                          "name": "name"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 13747,
                                  "end": 13750,
                                  "loc": {
                                    "start": {
                                      "line": 419,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 419,
                                      "column": 72
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ";",
                                    "raw": "';'"
                                  },
                                  "value": ";"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 13763,
                        "end": 13824,
                        "loc": {
                          "start": {
                            "line": 422,
                            "column": 4
                          },
                          "end": {
                            "line": 422,
                            "column": 65
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 13770,
                          "end": 13823,
                          "loc": {
                            "start": {
                              "line": 422,
                              "column": 11
                            },
                            "end": {
                              "line": 422,
                              "column": 64
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 13770,
                            "end": 13805,
                            "loc": {
                              "start": {
                                "line": 422,
                                "column": 11
                              },
                              "end": {
                                "line": 422,
                                "column": 46
                              }
                            },
                            "left": {
                              "type": "StringLiteral",
                              "start": 13770,
                              "end": 13778,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 11
                                },
                                "end": {
                                  "line": 422,
                                  "column": 19
                                }
                              },
                              "extra": {
                                "rawValue": "BEGIN ",
                                "raw": "'BEGIN '"
                              },
                              "value": "BEGIN "
                            },
                            "operator": "+",
                            "right": {
                              "type": "MemberExpression",
                              "start": 13781,
                              "end": 13805,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 22
                                },
                                "end": {
                                  "line": 422,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 13781,
                                "end": 13800,
                                "loc": {
                                  "start": {
                                    "line": 422,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 422,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13781,
                                  "end": 13792,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 33
                                    },
                                    "identifierName": "transaction"
                                  },
                                  "name": "transaction"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13793,
                                  "end": 13800,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 41
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13801,
                                "end": 13805,
                                "loc": {
                                  "start": {
                                    "line": 422,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 422,
                                    "column": 46
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "computed": false
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 13808,
                            "end": 13823,
                            "loc": {
                              "start": {
                                "line": 422,
                                "column": 49
                              },
                              "end": {
                                "line": 422,
                                "column": 64
                              }
                            },
                            "extra": {
                              "rawValue": " TRANSACTION;",
                              "raw": "' TRANSACTION;'"
                            },
                            "value": " TRANSACTION;"
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 13833,
                  "end": 13922,
                  "loc": {
                    "start": {
                      "line": 425,
                      "column": 2
                    },
                    "end": {
                      "line": 428,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 13833,
                    "end": 13851,
                    "loc": {
                      "start": {
                        "line": 425,
                        "column": 2
                      },
                      "end": {
                        "line": 425,
                        "column": 20
                      },
                      "identifierName": "setAutocommitQuery"
                    },
                    "name": "setAutocommitQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 13854,
                    "end": 13922,
                    "loc": {
                      "start": {
                        "line": 425,
                        "column": 23
                      },
                      "end": {
                        "line": 428,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 13906,
                        "end": 13918,
                        "loc": {
                          "start": {
                            "line": 427,
                            "column": 4
                          },
                          "end": {
                            "line": 427,
                            "column": 16
                          }
                        },
                        "argument": {
                          "type": "NullLiteral",
                          "start": 13913,
                          "end": 13917,
                          "loc": {
                            "start": {
                              "line": 427,
                              "column": 11
                            },
                            "end": {
                              "line": 427,
                              "column": 15
                            }
                          },
                          "leadingComments": null
                        },
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " SQLite does not support SET autocommit",
                            "start": 13860,
                            "end": 13901,
                            "loc": {
                              "start": {
                                "line": 426,
                                "column": 4
                              },
                              "end": {
                                "line": 426,
                                "column": 45
                              }
                            }
                          }
                        ]
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 13927,
                  "end": 14561,
                  "loc": {
                    "start": {
                      "line": 430,
                      "column": 2
                    },
                    "end": {
                      "line": 443,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 13927,
                    "end": 13949,
                    "loc": {
                      "start": {
                        "line": 430,
                        "column": 2
                      },
                      "end": {
                        "line": 430,
                        "column": 24
                      },
                      "identifierName": "setIsolationLevelQuery"
                    },
                    "name": "setIsolationLevelQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 13950,
                      "end": 13955,
                      "loc": {
                        "start": {
                          "line": 430,
                          "column": 25
                        },
                        "end": {
                          "line": 430,
                          "column": 30
                        },
                        "identifierName": "value"
                      },
                      "name": "value"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 13957,
                    "end": 14561,
                    "loc": {
                      "start": {
                        "line": 430,
                        "column": 32
                      },
                      "end": {
                        "line": 443,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "SwitchStatement",
                        "start": 13963,
                        "end": 14557,
                        "loc": {
                          "start": {
                            "line": 431,
                            "column": 4
                          },
                          "end": {
                            "line": 442,
                            "column": 5
                          }
                        },
                        "discriminant": {
                          "type": "Identifier",
                          "start": 13971,
                          "end": 13976,
                          "loc": {
                            "start": {
                              "line": 431,
                              "column": 12
                            },
                            "end": {
                              "line": 431,
                              "column": 17
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "cases": [
                          {
                            "type": "SwitchCase",
                            "start": 13986,
                            "end": 14123,
                            "loc": {
                              "start": {
                                "line": 432,
                                "column": 6
                              },
                              "end": {
                                "line": 433,
                                "column": 86
                              }
                            },
                            "consequent": [
                              {
                                "type": "ReturnStatement",
                                "start": 14045,
                                "end": 14123,
                                "loc": {
                                  "start": {
                                    "line": 433,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 433,
                                    "column": 86
                                  }
                                },
                                "argument": {
                                  "type": "StringLiteral",
                                  "start": 14052,
                                  "end": 14122,
                                  "loc": {
                                    "start": {
                                      "line": 433,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 433,
                                      "column": 85
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "-- SQLite is not able to choose the isolation level REPEATABLE READ.",
                                    "raw": "'-- SQLite is not able to choose the isolation level REPEATABLE READ.'"
                                  },
                                  "value": "-- SQLite is not able to choose the isolation level REPEATABLE READ."
                                }
                              }
                            ],
                            "test": {
                              "type": "MemberExpression",
                              "start": 13991,
                              "end": 14035,
                              "loc": {
                                "start": {
                                  "line": 432,
                                  "column": 11
                                },
                                "end": {
                                  "line": 432,
                                  "column": 55
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 13991,
                                "end": 14019,
                                "loc": {
                                  "start": {
                                    "line": 432,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 432,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13991,
                                  "end": 14002,
                                  "loc": {
                                    "start": {
                                      "line": 432,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 432,
                                      "column": 22
                                    },
                                    "identifierName": "Transaction"
                                  },
                                  "name": "Transaction"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14003,
                                  "end": 14019,
                                  "loc": {
                                    "start": {
                                      "line": 432,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 432,
                                      "column": 39
                                    },
                                    "identifierName": "ISOLATION_LEVELS"
                                  },
                                  "name": "ISOLATION_LEVELS"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14020,
                                "end": 14035,
                                "loc": {
                                  "start": {
                                    "line": 432,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 432,
                                    "column": 55
                                  },
                                  "identifierName": "REPEATABLE_READ"
                                },
                                "name": "REPEATABLE_READ"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "SwitchCase",
                            "start": 14130,
                            "end": 14229,
                            "loc": {
                              "start": {
                                "line": 434,
                                "column": 6
                              },
                              "end": {
                                "line": 435,
                                "column": 47
                              }
                            },
                            "consequent": [
                              {
                                "type": "ReturnStatement",
                                "start": 14190,
                                "end": 14229,
                                "loc": {
                                  "start": {
                                    "line": 435,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 435,
                                    "column": 47
                                  }
                                },
                                "argument": {
                                  "type": "StringLiteral",
                                  "start": 14197,
                                  "end": 14228,
                                  "loc": {
                                    "start": {
                                      "line": 435,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 435,
                                      "column": 46
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "PRAGMA read_uncommitted = ON;",
                                    "raw": "'PRAGMA read_uncommitted = ON;'"
                                  },
                                  "value": "PRAGMA read_uncommitted = ON;"
                                }
                              }
                            ],
                            "test": {
                              "type": "MemberExpression",
                              "start": 14135,
                              "end": 14180,
                              "loc": {
                                "start": {
                                  "line": 434,
                                  "column": 11
                                },
                                "end": {
                                  "line": 434,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 14135,
                                "end": 14163,
                                "loc": {
                                  "start": {
                                    "line": 434,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 434,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14135,
                                  "end": 14146,
                                  "loc": {
                                    "start": {
                                      "line": 434,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 434,
                                      "column": 22
                                    },
                                    "identifierName": "Transaction"
                                  },
                                  "name": "Transaction"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14147,
                                  "end": 14163,
                                  "loc": {
                                    "start": {
                                      "line": 434,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 434,
                                      "column": 39
                                    },
                                    "identifierName": "ISOLATION_LEVELS"
                                  },
                                  "name": "ISOLATION_LEVELS"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14164,
                                "end": 14180,
                                "loc": {
                                  "start": {
                                    "line": 434,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 434,
                                    "column": 56
                                  },
                                  "identifierName": "READ_UNCOMMITTED"
                                },
                                "name": "READ_UNCOMMITTED"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "SwitchCase",
                            "start": 14236,
                            "end": 14334,
                            "loc": {
                              "start": {
                                "line": 436,
                                "column": 6
                              },
                              "end": {
                                "line": 437,
                                "column": 48
                              }
                            },
                            "consequent": [
                              {
                                "type": "ReturnStatement",
                                "start": 14294,
                                "end": 14334,
                                "loc": {
                                  "start": {
                                    "line": 437,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 437,
                                    "column": 48
                                  }
                                },
                                "argument": {
                                  "type": "StringLiteral",
                                  "start": 14301,
                                  "end": 14333,
                                  "loc": {
                                    "start": {
                                      "line": 437,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 437,
                                      "column": 47
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "PRAGMA read_uncommitted = OFF;",
                                    "raw": "'PRAGMA read_uncommitted = OFF;'"
                                  },
                                  "value": "PRAGMA read_uncommitted = OFF;"
                                }
                              }
                            ],
                            "test": {
                              "type": "MemberExpression",
                              "start": 14241,
                              "end": 14284,
                              "loc": {
                                "start": {
                                  "line": 436,
                                  "column": 11
                                },
                                "end": {
                                  "line": 436,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 14241,
                                "end": 14269,
                                "loc": {
                                  "start": {
                                    "line": 436,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 436,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14241,
                                  "end": 14252,
                                  "loc": {
                                    "start": {
                                      "line": 436,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 436,
                                      "column": 22
                                    },
                                    "identifierName": "Transaction"
                                  },
                                  "name": "Transaction"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14253,
                                  "end": 14269,
                                  "loc": {
                                    "start": {
                                      "line": 436,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 436,
                                      "column": 39
                                    },
                                    "identifierName": "ISOLATION_LEVELS"
                                  },
                                  "name": "ISOLATION_LEVELS"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14270,
                                "end": 14284,
                                "loc": {
                                  "start": {
                                    "line": 436,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 436,
                                    "column": 54
                                  },
                                  "identifierName": "READ_COMMITTED"
                                },
                                "name": "READ_COMMITTED"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "SwitchCase",
                            "start": 14341,
                            "end": 14474,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 6
                              },
                              "end": {
                                "line": 439,
                                "column": 85
                              }
                            },
                            "consequent": [
                              {
                                "type": "ReturnStatement",
                                "start": 14397,
                                "end": 14474,
                                "loc": {
                                  "start": {
                                    "line": 439,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 439,
                                    "column": 85
                                  }
                                },
                                "argument": {
                                  "type": "StringLiteral",
                                  "start": 14404,
                                  "end": 14473,
                                  "loc": {
                                    "start": {
                                      "line": 439,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 439,
                                      "column": 84
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "-- SQLite's default isolation level is SERIALIZABLE. Nothing to do.",
                                    "raw": "\"-- SQLite's default isolation level is SERIALIZABLE. Nothing to do.\""
                                  },
                                  "value": "-- SQLite's default isolation level is SERIALIZABLE. Nothing to do."
                                }
                              }
                            ],
                            "test": {
                              "type": "MemberExpression",
                              "start": 14346,
                              "end": 14387,
                              "loc": {
                                "start": {
                                  "line": 438,
                                  "column": 11
                                },
                                "end": {
                                  "line": 438,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 14346,
                                "end": 14374,
                                "loc": {
                                  "start": {
                                    "line": 438,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 438,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14346,
                                  "end": 14357,
                                  "loc": {
                                    "start": {
                                      "line": 438,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 438,
                                      "column": 22
                                    },
                                    "identifierName": "Transaction"
                                  },
                                  "name": "Transaction"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14358,
                                  "end": 14374,
                                  "loc": {
                                    "start": {
                                      "line": 438,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 438,
                                      "column": 39
                                    },
                                    "identifierName": "ISOLATION_LEVELS"
                                  },
                                  "name": "ISOLATION_LEVELS"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14375,
                                "end": 14387,
                                "loc": {
                                  "start": {
                                    "line": 438,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 438,
                                    "column": 52
                                  },
                                  "identifierName": "SERIALIZABLE"
                                },
                                "name": "SERIALIZABLE"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "SwitchCase",
                            "start": 14481,
                            "end": 14551,
                            "loc": {
                              "start": {
                                "line": 440,
                                "column": 6
                              },
                              "end": {
                                "line": 441,
                                "column": 61
                              }
                            },
                            "consequent": [
                              {
                                "type": "ThrowStatement",
                                "start": 14498,
                                "end": 14551,
                                "loc": {
                                  "start": {
                                    "line": 441,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 441,
                                    "column": 61
                                  }
                                },
                                "argument": {
                                  "type": "NewExpression",
                                  "start": 14504,
                                  "end": 14550,
                                  "loc": {
                                    "start": {
                                      "line": 441,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 441,
                                      "column": 60
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 14508,
                                    "end": 14513,
                                    "loc": {
                                      "start": {
                                        "line": 441,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 441,
                                        "column": 23
                                      },
                                      "identifierName": "Error"
                                    },
                                    "name": "Error"
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "start": 14514,
                                      "end": 14549,
                                      "loc": {
                                        "start": {
                                          "line": 441,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 441,
                                          "column": 59
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 14514,
                                        "end": 14541,
                                        "loc": {
                                          "start": {
                                            "line": 441,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 441,
                                            "column": 51
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "Unknown isolation level: ",
                                          "raw": "'Unknown isolation level: '"
                                        },
                                        "value": "Unknown isolation level: "
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 14544,
                                        "end": 14549,
                                        "loc": {
                                          "start": {
                                            "line": 441,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 441,
                                            "column": 59
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "test": null
                          }
                        ]
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 14566,
                  "end": 14700,
                  "loc": {
                    "start": {
                      "line": 445,
                      "column": 2
                    },
                    "end": {
                      "line": 447,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 14566,
                    "end": 14588,
                    "loc": {
                      "start": {
                        "line": 445,
                        "column": 2
                      },
                      "end": {
                        "line": 445,
                        "column": 24
                      },
                      "identifierName": "replaceBooleanDefaults"
                    },
                    "name": "replaceBooleanDefaults"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 14589,
                      "end": 14592,
                      "loc": {
                        "start": {
                          "line": 445,
                          "column": 25
                        },
                        "end": {
                          "line": 445,
                          "column": 28
                        },
                        "identifierName": "sql"
                      },
                      "name": "sql"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 14594,
                    "end": 14700,
                    "loc": {
                      "start": {
                        "line": 445,
                        "column": 30
                      },
                      "end": {
                        "line": 447,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 14600,
                        "end": 14696,
                        "loc": {
                          "start": {
                            "line": 446,
                            "column": 4
                          },
                          "end": {
                            "line": 446,
                            "column": 100
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 14607,
                          "end": 14695,
                          "loc": {
                            "start": {
                              "line": 446,
                              "column": 11
                            },
                            "end": {
                              "line": 446,
                              "column": 99
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 14607,
                            "end": 14661,
                            "loc": {
                              "start": {
                                "line": 446,
                                "column": 11
                              },
                              "end": {
                                "line": 446,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 14607,
                              "end": 14653,
                              "loc": {
                                "start": {
                                  "line": 446,
                                  "column": 11
                                },
                                "end": {
                                  "line": 446,
                                  "column": 57
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 14607,
                                "end": 14618,
                                "loc": {
                                  "start": {
                                    "line": 446,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 446,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14607,
                                  "end": 14610,
                                  "loc": {
                                    "start": {
                                      "line": 446,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 446,
                                      "column": 14
                                    },
                                    "identifierName": "sql"
                                  },
                                  "name": "sql"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14611,
                                  "end": 14618,
                                  "loc": {
                                    "start": {
                                      "line": 446,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 446,
                                      "column": 22
                                    },
                                    "identifierName": "replace"
                                  },
                                  "name": "replace"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "RegExpLiteral",
                                  "start": 14619,
                                  "end": 14639,
                                  "loc": {
                                    "start": {
                                      "line": 446,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 446,
                                      "column": 43
                                    }
                                  },
                                  "extra": {
                                    "raw": "/DEFAULT '?false'?/g"
                                  },
                                  "pattern": "DEFAULT '?false'?",
                                  "flags": "g"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 14641,
                                  "end": 14652,
                                  "loc": {
                                    "start": {
                                      "line": 446,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 446,
                                      "column": 56
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "DEFAULT 0",
                                    "raw": "'DEFAULT 0'"
                                  },
                                  "value": "DEFAULT 0"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14654,
                              "end": 14661,
                              "loc": {
                                "start": {
                                  "line": 446,
                                  "column": 58
                                },
                                "end": {
                                  "line": 446,
                                  "column": 65
                                },
                                "identifierName": "replace"
                              },
                              "name": "replace"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "RegExpLiteral",
                              "start": 14662,
                              "end": 14681,
                              "loc": {
                                "start": {
                                  "line": 446,
                                  "column": 66
                                },
                                "end": {
                                  "line": 446,
                                  "column": 85
                                }
                              },
                              "extra": {
                                "raw": "/DEFAULT '?true'?/g"
                              },
                              "pattern": "DEFAULT '?true'?",
                              "flags": "g"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 14683,
                              "end": 14694,
                              "loc": {
                                "start": {
                                  "line": 446,
                                  "column": 87
                                },
                                "end": {
                                  "line": 446,
                                  "column": 98
                                }
                              },
                              "extra": {
                                "rawValue": "DEFAULT 1",
                                "raw": "'DEFAULT 1'"
                              },
                              "value": "DEFAULT 1"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 14705,
                  "end": 14853,
                  "loc": {
                    "start": {
                      "line": 449,
                      "column": 2
                    },
                    "end": {
                      "line": 452,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 14705,
                    "end": 14720,
                    "loc": {
                      "start": {
                        "line": 449,
                        "column": 2
                      },
                      "end": {
                        "line": 449,
                        "column": 17
                      },
                      "identifierName": "quoteIdentifier"
                    },
                    "name": "quoteIdentifier"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 14721,
                      "end": 14731,
                      "loc": {
                        "start": {
                          "line": 449,
                          "column": 18
                        },
                        "end": {
                          "line": 449,
                          "column": 28
                        },
                        "identifierName": "identifier"
                      },
                      "name": "identifier"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 14733,
                    "end": 14853,
                    "loc": {
                      "start": {
                        "line": 449,
                        "column": 30
                      },
                      "end": {
                        "line": 452,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 14739,
                        "end": 14781,
                        "loc": {
                          "start": {
                            "line": 450,
                            "column": 4
                          },
                          "end": {
                            "line": 450,
                            "column": 46
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 14743,
                          "end": 14761,
                          "loc": {
                            "start": {
                              "line": 450,
                              "column": 8
                            },
                            "end": {
                              "line": 450,
                              "column": 26
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 14743,
                            "end": 14753,
                            "loc": {
                              "start": {
                                "line": 450,
                                "column": 8
                              },
                              "end": {
                                "line": 450,
                                "column": 18
                              },
                              "identifierName": "identifier"
                            },
                            "name": "identifier"
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 14758,
                            "end": 14761,
                            "loc": {
                              "start": {
                                "line": 450,
                                "column": 23
                              },
                              "end": {
                                "line": 450,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": "*",
                              "raw": "'*'"
                            },
                            "value": "*"
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 14763,
                          "end": 14781,
                          "loc": {
                            "start": {
                              "line": 450,
                              "column": 28
                            },
                            "end": {
                              "line": 450,
                              "column": 46
                            }
                          },
                          "argument": {
                            "type": "Identifier",
                            "start": 14770,
                            "end": 14780,
                            "loc": {
                              "start": {
                                "line": 450,
                                "column": 35
                              },
                              "end": {
                                "line": 450,
                                "column": 45
                              },
                              "identifierName": "identifier"
                            },
                            "name": "identifier"
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 14786,
                        "end": 14849,
                        "loc": {
                          "start": {
                            "line": 451,
                            "column": 4
                          },
                          "end": {
                            "line": 451,
                            "column": 67
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 14793,
                          "end": 14848,
                          "loc": {
                            "start": {
                              "line": 451,
                              "column": 11
                            },
                            "end": {
                              "line": 451,
                              "column": 66
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 14793,
                            "end": 14807,
                            "loc": {
                              "start": {
                                "line": 451,
                                "column": 11
                              },
                              "end": {
                                "line": 451,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 14793,
                              "end": 14798,
                              "loc": {
                                "start": {
                                  "line": 451,
                                  "column": 11
                                },
                                "end": {
                                  "line": 451,
                                  "column": 16
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14799,
                              "end": 14807,
                              "loc": {
                                "start": {
                                  "line": 451,
                                  "column": 17
                                },
                                "end": {
                                  "line": 451,
                                  "column": 25
                                },
                                "identifierName": "addTicks"
                              },
                              "name": "addTicks"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 14808,
                              "end": 14842,
                              "loc": {
                                "start": {
                                  "line": 451,
                                  "column": 26
                                },
                                "end": {
                                  "line": 451,
                                  "column": 60
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 14808,
                                "end": 14825,
                                "loc": {
                                  "start": {
                                    "line": 451,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 451,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14808,
                                  "end": 14813,
                                  "loc": {
                                    "start": {
                                      "line": 451,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 451,
                                      "column": 31
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14814,
                                  "end": 14825,
                                  "loc": {
                                    "start": {
                                      "line": 451,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 451,
                                      "column": 43
                                    },
                                    "identifierName": "removeTicks"
                                  },
                                  "name": "removeTicks"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 14826,
                                  "end": 14836,
                                  "loc": {
                                    "start": {
                                      "line": 451,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 451,
                                      "column": 54
                                    },
                                    "identifierName": "identifier"
                                  },
                                  "name": "identifier"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 14838,
                                  "end": 14841,
                                  "loc": {
                                    "start": {
                                      "line": 451,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 451,
                                      "column": 59
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "`",
                                    "raw": "'`'"
                                  },
                                  "value": "`"
                                }
                              ]
                            },
                            {
                              "type": "StringLiteral",
                              "start": 14844,
                              "end": 14847,
                              "loc": {
                                "start": {
                                  "line": 451,
                                  "column": 62
                                },
                                "end": {
                                  "line": 451,
                                  "column": 65
                                }
                              },
                              "extra": {
                                "rawValue": "`",
                                "raw": "'`'"
                              },
                              "value": "`"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 15130,
                  "end": 15230,
                  "loc": {
                    "start": {
                      "line": 462,
                      "column": 2
                    },
                    "end": {
                      "line": 464,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 15130,
                    "end": 15149,
                    "loc": {
                      "start": {
                        "line": 462,
                        "column": 2
                      },
                      "end": {
                        "line": 462,
                        "column": 21
                      },
                      "identifierName": "getForeignKeysQuery"
                    },
                    "name": "getForeignKeysQuery",
                    "leadingComments": null
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 15150,
                      "end": 15159,
                      "loc": {
                        "start": {
                          "line": 462,
                          "column": 22
                        },
                        "end": {
                          "line": 462,
                          "column": 31
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 15161,
                      "end": 15171,
                      "loc": {
                        "start": {
                          "line": 462,
                          "column": 33
                        },
                        "end": {
                          "line": 462,
                          "column": 43
                        },
                        "identifierName": "schemaName"
                      },
                      "name": "schemaName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 15173,
                    "end": 15230,
                    "loc": {
                      "start": {
                        "line": 462,
                        "column": 45
                      },
                      "end": {
                        "line": 464,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 15179,
                        "end": 15226,
                        "loc": {
                          "start": {
                            "line": 463,
                            "column": 4
                          },
                          "end": {
                            "line": 463,
                            "column": 51
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 15186,
                          "end": 15225,
                          "loc": {
                            "start": {
                              "line": 463,
                              "column": 11
                            },
                            "end": {
                              "line": 463,
                              "column": 50
                            }
                          },
                          "expressions": [
                            {
                              "type": "Identifier",
                              "start": 15213,
                              "end": 15222,
                              "loc": {
                                "start": {
                                  "line": 463,
                                  "column": 38
                                },
                                "end": {
                                  "line": 463,
                                  "column": 47
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 15187,
                              "end": 15211,
                              "loc": {
                                "start": {
                                  "line": 463,
                                  "column": 12
                                },
                                "end": {
                                  "line": 463,
                                  "column": 36
                                }
                              },
                              "value": {
                                "raw": "PRAGMA foreign_key_list(",
                                "cooked": "PRAGMA foreign_key_list("
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 15223,
                              "end": 15224,
                              "loc": {
                                "start": {
                                  "line": 463,
                                  "column": 48
                                },
                                "end": {
                                  "line": 463,
                                  "column": 49
                                }
                              },
                              "value": {
                                "raw": ")",
                                "cooked": ")"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": "*\n   * Generates an SQL query that returns all foreign keys of a table.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} schemaName The name of the schema.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
                      "start": 14858,
                      "end": 15127,
                      "loc": {
                        "start": {
                          "line": 454,
                          "column": 2
                        },
                        "end": {
                          "line": 461,
                          "column": 5
                        }
                      }
                    }
                  ]
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "ExpressionStatement",
        "start": 15235,
        "end": 15267,
        "loc": {
          "start": {
            "line": 467,
            "column": 0
          },
          "end": {
            "line": 467,
            "column": 32
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 15235,
          "end": 15266,
          "loc": {
            "start": {
              "line": 467,
              "column": 0
            },
            "end": {
              "line": 467,
              "column": 31
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 15235,
            "end": 15249,
            "loc": {
              "start": {
                "line": 467,
                "column": 0
              },
              "end": {
                "line": 467,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 15235,
              "end": 15241,
              "loc": {
                "start": {
                  "line": 467,
                  "column": 0
                },
                "end": {
                  "line": 467,
                  "column": 6
                },
                "identifierName": "module"
              },
              "name": "module"
            },
            "property": {
              "type": "Identifier",
              "start": 15242,
              "end": 15249,
              "loc": {
                "start": {
                  "line": 467,
                  "column": 7
                },
                "end": {
                  "line": 467,
                  "column": 14
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 15252,
            "end": 15266,
            "loc": {
              "start": {
                "line": 467,
                "column": 17
              },
              "end": {
                "line": 467,
                "column": 31
              },
              "identifierName": "QueryGenerator"
            },
            "name": "QueryGenerator"
          }
        }
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 13,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 13
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          },
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": " jshint -W110 ",
            "start": 15,
            "end": 33,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 18
              }
            }
          }
        ]
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": " jshint -W110 ",
      "start": 15,
      "end": 33,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint proto:true ",
      "start": 345,
      "end": 368,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Only INTEGER is allowed for primary key, see https://github.com/sequelize/sequelize/issues/969 (no lenght, unsigned etc)",
      "start": 1502,
      "end": 1625,
      "loc": {
        "start": {
          "line": 47,
          "column": 55
        },
        "end": {
          "line": 47,
          "column": 178
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If it's a single field its handled in column def, not as an index",
      "start": 2305,
      "end": 2373,
      "loc": {
        "start": {
          "line": 66,
          "column": 36
        },
        "end": {
          "line": 66,
          "column": 104
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Check whether the statmement is json function or simple path\n   *\n   * @param   {String}  stmt  The statement to validate\n   * @returns {Boolean}       true if the given statement is json function\n   * @throws  {Error}         throw if the statement looks like json function but has invalid token\n   ",
      "start": 2783,
      "end": 3094,
      "loc": {
        "start": {
          "line": 84,
          "column": 2
        },
        "end": {
          "line": 90,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " https://sqlite.org/json1.html",
      "start": 3189,
      "end": 3221,
      "loc": {
        "start": {
          "line": 96,
          "column": 4
        },
        "end": {
          "line": 96,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check invalid json statement",
      "start": 4307,
      "end": 4338,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 35
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " return true if the statement has valid json function",
      "start": 4514,
      "end": 4569,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "column": 59
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Generates an SQL query that extract JSON property of given path.\n   *\n   * @param   {String}               column  The JSON column\n   * @param   {String|Array<String>} [path]  The path to extract (optional)\n   * @returns {String}                       The generated sql query\n   * @private\n   ",
      "start": 4606,
      "end": 4910,
      "loc": {
        "start": {
          "line": 143,
          "column": 2
        },
        "end": {
          "line": 150,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Parse nested object",
      "start": 5396,
      "end": 5418,
      "loc": {
        "start": {
          "line": 164,
          "column": 6
        },
        "end": {
          "line": 164,
          "column": 28
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Allow specifying conditions using the sqlite json functions",
      "start": 5760,
      "end": 5822,
      "loc": {
        "start": {
          "line": 174,
          "column": 8
        },
        "end": {
          "line": 174,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Also support json property accessors",
      "start": 5932,
      "end": 5971,
      "loc": {
        "start": {
          "line": 178,
          "column": 10
        },
        "end": {
          "line": 178,
          "column": 49
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO thoroughly check that DataTypes.NOW will properly",
      "start": 8995,
      "end": 9052,
      "loc": {
        "start": {
          "line": 274,
          "column": 10
        },
        "end": {
          "line": 274,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " get populated on all databases as DEFAULT value",
      "start": 9063,
      "end": 9113,
      "loc": {
        "start": {
          "line": 275,
          "column": 10
        },
        "end": {
          "line": 275,
          "column": 60
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " i.e. mysql requires: DEFAULT CURRENT_TIMESTAMP",
      "start": 9124,
      "end": 9173,
      "loc": {
        "start": {
          "line": 276,
          "column": 10
        },
        "end": {
          "line": 276,
          "column": 59
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " SQLite does not support SET autocommit",
      "start": 13860,
      "end": 13901,
      "loc": {
        "start": {
          "line": 426,
          "column": 4
        },
        "end": {
          "line": 426,
          "column": 45
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Generates an SQL query that returns all foreign keys of a table.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} schemaName The name of the schema.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
      "start": 14858,
      "end": 15127,
      "loc": {
        "start": {
          "line": 454,
          "column": 2
        },
        "end": {
          "line": 461,
          "column": 5
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint -W110 ",
      "start": 15,
      "end": 33,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 34,
      "end": 39,
      "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": "Utils",
      "start": 40,
      "end": 45,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 46,
      "end": 47,
      "loc": {
        "start": {
          "line": 4,
          "column": 12
        },
        "end": {
          "line": 4,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 48,
      "end": 55,
      "loc": {
        "start": {
          "line": 4,
          "column": 14
        },
        "end": {
          "line": 4,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 55,
      "end": 56,
      "loc": {
        "start": {
          "line": 4,
          "column": 21
        },
        "end": {
          "line": 4,
          "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": 56,
      "end": 69,
      "loc": {
        "start": {
          "line": 4,
          "column": 22
        },
        "end": {
          "line": 4,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 69,
      "end": 70,
      "loc": {
        "start": {
          "line": 4,
          "column": 35
        },
        "end": {
          "line": 4,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 70,
      "end": 71,
      "loc": {
        "start": {
          "line": 4,
          "column": 36
        },
        "end": {
          "line": 4,
          "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": 72,
      "end": 77,
      "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": "util",
      "start": 78,
      "end": 82,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 5,
          "column": 11
        },
        "end": {
          "line": 5,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 85,
      "end": 92,
      "loc": {
        "start": {
          "line": 5,
          "column": 13
        },
        "end": {
          "line": 5,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 92,
      "end": 93,
      "loc": {
        "start": {
          "line": 5,
          "column": 20
        },
        "end": {
          "line": 5,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "util",
      "start": 93,
      "end": 99,
      "loc": {
        "start": {
          "line": 5,
          "column": 21
        },
        "end": {
          "line": 5,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 99,
      "end": 100,
      "loc": {
        "start": {
          "line": 5,
          "column": 27
        },
        "end": {
          "line": 5,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 100,
      "end": 101,
      "loc": {
        "start": {
          "line": 5,
          "column": 28
        },
        "end": {
          "line": 5,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 102,
      "end": 107,
      "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": "Transaction",
      "start": 108,
      "end": 119,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 120,
      "end": 121,
      "loc": {
        "start": {
          "line": 6,
          "column": 18
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 122,
      "end": 129,
      "loc": {
        "start": {
          "line": 6,
          "column": 20
        },
        "end": {
          "line": 6,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 129,
      "end": 130,
      "loc": {
        "start": {
          "line": 6,
          "column": 27
        },
        "end": {
          "line": 6,
          "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": 130,
      "end": 149,
      "loc": {
        "start": {
          "line": 6,
          "column": 28
        },
        "end": {
          "line": 6,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 149,
      "end": 150,
      "loc": {
        "start": {
          "line": 6,
          "column": 47
        },
        "end": {
          "line": 6,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 150,
      "end": 151,
      "loc": {
        "start": {
          "line": 6,
          "column": 48
        },
        "end": {
          "line": 6,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 152,
      "end": 157,
      "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": "_",
      "start": 158,
      "end": 159,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 160,
      "end": 161,
      "loc": {
        "start": {
          "line": 7,
          "column": 8
        },
        "end": {
          "line": 7,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 162,
      "end": 169,
      "loc": {
        "start": {
          "line": 7,
          "column": 10
        },
        "end": {
          "line": 7,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 169,
      "end": 170,
      "loc": {
        "start": {
          "line": 7,
          "column": 17
        },
        "end": {
          "line": 7,
          "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": 170,
      "end": 178,
      "loc": {
        "start": {
          "line": 7,
          "column": 18
        },
        "end": {
          "line": 7,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 178,
      "end": 179,
      "loc": {
        "start": {
          "line": 7,
          "column": 26
        },
        "end": {
          "line": 7,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 179,
      "end": 180,
      "loc": {
        "start": {
          "line": 7,
          "column": 27
        },
        "end": {
          "line": 7,
          "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": 181,
      "end": 186,
      "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": "MySqlQueryGenerator",
      "start": 187,
      "end": 206,
      "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": 207,
      "end": 208,
      "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": 209,
      "end": 216,
      "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": 216,
      "end": 217,
      "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": "../mysql/query-generator",
      "start": 217,
      "end": 243,
      "loc": {
        "start": {
          "line": 8,
          "column": 36
        },
        "end": {
          "line": 8,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 243,
      "end": 244,
      "loc": {
        "start": {
          "line": 8,
          "column": 62
        },
        "end": {
          "line": 8,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 244,
      "end": 245,
      "loc": {
        "start": {
          "line": 8,
          "column": 63
        },
        "end": {
          "line": 8,
          "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": 246,
      "end": 251,
      "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": "AbstractQueryGenerator",
      "start": 252,
      "end": 274,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 275,
      "end": 276,
      "loc": {
        "start": {
          "line": 9,
          "column": 29
        },
        "end": {
          "line": 9,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 277,
      "end": 284,
      "loc": {
        "start": {
          "line": 9,
          "column": 31
        },
        "end": {
          "line": 9,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 284,
      "end": 285,
      "loc": {
        "start": {
          "line": 9,
          "column": 38
        },
        "end": {
          "line": 9,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../abstract/query-generator",
      "start": 285,
      "end": 314,
      "loc": {
        "start": {
          "line": 9,
          "column": 39
        },
        "end": {
          "line": 9,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 314,
      "end": 315,
      "loc": {
        "start": {
          "line": 9,
          "column": 68
        },
        "end": {
          "line": 9,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 315,
      "end": 316,
      "loc": {
        "start": {
          "line": 9,
          "column": 69
        },
        "end": {
          "line": 9,
          "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": 318,
      "end": 323,
      "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": "QueryGenerator",
      "start": 324,
      "end": 338,
      "loc": {
        "start": {
          "line": 11,
          "column": 6
        },
        "end": {
          "line": 11,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 339,
      "end": 340,
      "loc": {
        "start": {
          "line": 11,
          "column": 21
        },
        "end": {
          "line": 11,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 341,
      "end": 342,
      "loc": {
        "start": {
          "line": 11,
          "column": 23
        },
        "end": {
          "line": 11,
          "column": 24
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint proto:true ",
      "start": 345,
      "end": 368,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__proto__",
      "start": 371,
      "end": 380,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 380,
      "end": 381,
      "loc": {
        "start": {
          "line": 13,
          "column": 11
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MySqlQueryGenerator",
      "start": 382,
      "end": 401,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 401,
      "end": 402,
      "loc": {
        "start": {
          "line": 13,
          "column": 32
        },
        "end": {
          "line": 13,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 405,
      "end": 412,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 412,
      "end": 413,
      "loc": {
        "start": {
          "line": 14,
          "column": 9
        },
        "end": {
          "line": 14,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 414,
      "end": 415,
      "loc": {
        "start": {
          "line": 14,
          "column": 11
        },
        "end": {
          "line": 14,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 415,
      "end": 416,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 416,
      "end": 417,
      "loc": {
        "start": {
          "line": 14,
          "column": 13
        },
        "end": {
          "line": 14,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 420,
      "end": 427,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 427,
      "end": 428,
      "loc": {
        "start": {
          "line": 15,
          "column": 9
        },
        "end": {
          "line": 15,
          "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": 429,
      "end": 437,
      "loc": {
        "start": {
          "line": 15,
          "column": 11
        },
        "end": {
          "line": 15,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 437,
      "end": 438,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createSchema",
      "start": 442,
      "end": 454,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 17,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 454,
      "end": 455,
      "loc": {
        "start": {
          "line": 17,
          "column": 14
        },
        "end": {
          "line": 17,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 455,
      "end": 456,
      "loc": {
        "start": {
          "line": 17,
          "column": 15
        },
        "end": {
          "line": 17,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 457,
      "end": 458,
      "loc": {
        "start": {
          "line": 17,
          "column": 17
        },
        "end": {
          "line": 17,
          "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": 463,
      "end": 469,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';",
      "start": 470,
      "end": 552,
      "loc": {
        "start": {
          "line": 18,
          "column": 11
        },
        "end": {
          "line": 18,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 552,
      "end": 553,
      "loc": {
        "start": {
          "line": 18,
          "column": 93
        },
        "end": {
          "line": 18,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 556,
      "end": 557,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 557,
      "end": 558,
      "loc": {
        "start": {
          "line": 19,
          "column": 3
        },
        "end": {
          "line": 19,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showSchemasQuery",
      "start": 562,
      "end": 578,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 578,
      "end": 579,
      "loc": {
        "start": {
          "line": 21,
          "column": 18
        },
        "end": {
          "line": 21,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 579,
      "end": 580,
      "loc": {
        "start": {
          "line": 21,
          "column": 19
        },
        "end": {
          "line": 21,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 581,
      "end": 582,
      "loc": {
        "start": {
          "line": 21,
          "column": 21
        },
        "end": {
          "line": 21,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 587,
      "end": 593,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';",
      "start": 594,
      "end": 676,
      "loc": {
        "start": {
          "line": 22,
          "column": 11
        },
        "end": {
          "line": 22,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 676,
      "end": 677,
      "loc": {
        "start": {
          "line": 22,
          "column": 93
        },
        "end": {
          "line": 22,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 680,
      "end": 681,
      "loc": {
        "start": {
          "line": 23,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 681,
      "end": 682,
      "loc": {
        "start": {
          "line": 23,
          "column": 3
        },
        "end": {
          "line": 23,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "versionQuery",
      "start": 686,
      "end": 698,
      "loc": {
        "start": {
          "line": 25,
          "column": 2
        },
        "end": {
          "line": 25,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 698,
      "end": 699,
      "loc": {
        "start": {
          "line": 25,
          "column": 14
        },
        "end": {
          "line": 25,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 699,
      "end": 700,
      "loc": {
        "start": {
          "line": 25,
          "column": 15
        },
        "end": {
          "line": 25,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 701,
      "end": 702,
      "loc": {
        "start": {
          "line": 25,
          "column": 17
        },
        "end": {
          "line": 25,
          "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": 707,
      "end": 713,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT sqlite_version() as `version`",
      "start": 714,
      "end": 752,
      "loc": {
        "start": {
          "line": 26,
          "column": 11
        },
        "end": {
          "line": 26,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 752,
      "end": 753,
      "loc": {
        "start": {
          "line": 26,
          "column": 49
        },
        "end": {
          "line": 26,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 756,
      "end": 757,
      "loc": {
        "start": {
          "line": 27,
          "column": 2
        },
        "end": {
          "line": 27,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 757,
      "end": 758,
      "loc": {
        "start": {
          "line": 27,
          "column": 3
        },
        "end": {
          "line": 27,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTableQuery",
      "start": 762,
      "end": 778,
      "loc": {
        "start": {
          "line": 29,
          "column": 2
        },
        "end": {
          "line": 29,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 778,
      "end": 779,
      "loc": {
        "start": {
          "line": 29,
          "column": 18
        },
        "end": {
          "line": 29,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 779,
      "end": 788,
      "loc": {
        "start": {
          "line": 29,
          "column": 19
        },
        "end": {
          "line": 29,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 788,
      "end": 789,
      "loc": {
        "start": {
          "line": 29,
          "column": 28
        },
        "end": {
          "line": 29,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 790,
      "end": 800,
      "loc": {
        "start": {
          "line": 29,
          "column": 30
        },
        "end": {
          "line": 29,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 29,
          "column": 40
        },
        "end": {
          "line": 29,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 802,
      "end": 809,
      "loc": {
        "start": {
          "line": 29,
          "column": 42
        },
        "end": {
          "line": 29,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 809,
      "end": 810,
      "loc": {
        "start": {
          "line": 29,
          "column": 49
        },
        "end": {
          "line": 29,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 811,
      "end": 812,
      "loc": {
        "start": {
          "line": 29,
          "column": 51
        },
        "end": {
          "line": 29,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 817,
      "end": 824,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 825,
      "end": 826,
      "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": "options",
      "start": 827,
      "end": 834,
      "loc": {
        "start": {
          "line": 30,
          "column": 14
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 835,
      "end": 837,
      "loc": {
        "start": {
          "line": 30,
          "column": 22
        },
        "end": {
          "line": 30,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 838,
      "end": 839,
      "loc": {
        "start": {
          "line": 30,
          "column": 25
        },
        "end": {
          "line": 30,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 839,
      "end": 840,
      "loc": {
        "start": {
          "line": 30,
          "column": 26
        },
        "end": {
          "line": 30,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 840,
      "end": 841,
      "loc": {
        "start": {
          "line": 30,
          "column": 27
        },
        "end": {
          "line": 30,
          "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": 847,
      "end": 852,
      "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": "primaryKeys",
      "start": 853,
      "end": 864,
      "loc": {
        "start": {
          "line": 32,
          "column": 10
        },
        "end": {
          "line": 32,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 865,
      "end": 866,
      "loc": {
        "start": {
          "line": 32,
          "column": 22
        },
        "end": {
          "line": 32,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 867,
      "end": 868,
      "loc": {
        "start": {
          "line": 32,
          "column": 24
        },
        "end": {
          "line": 32,
          "column": 25
        }
      }
    },
    {
      "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": 32,
          "column": 25
        },
        "end": {
          "line": 32,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 869,
      "end": 870,
      "loc": {
        "start": {
          "line": 32,
          "column": 26
        },
        "end": {
          "line": 32,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 875,
      "end": 880,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "needsMultiplePrimaryKeys",
      "start": 881,
      "end": 905,
      "loc": {
        "start": {
          "line": 33,
          "column": 10
        },
        "end": {
          "line": 33,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 906,
      "end": 907,
      "loc": {
        "start": {
          "line": 33,
          "column": 35
        },
        "end": {
          "line": 33,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 33,
          "column": 37
        },
        "end": {
          "line": 33,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 909,
      "end": 914,
      "loc": {
        "start": {
          "line": 33,
          "column": 38
        },
        "end": {
          "line": 33,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 33,
          "column": 43
        },
        "end": {
          "line": 33,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 915,
      "end": 916,
      "loc": {
        "start": {
          "line": 33,
          "column": 44
        },
        "end": {
          "line": 33,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 916,
      "end": 917,
      "loc": {
        "start": {
          "line": 33,
          "column": 45
        },
        "end": {
          "line": 33,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 917,
      "end": 923,
      "loc": {
        "start": {
          "line": 33,
          "column": 46
        },
        "end": {
          "line": 33,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 923,
      "end": 924,
      "loc": {
        "start": {
          "line": 33,
          "column": 52
        },
        "end": {
          "line": 33,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 924,
      "end": 934,
      "loc": {
        "start": {
          "line": 33,
          "column": 53
        },
        "end": {
          "line": 33,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 934,
      "end": 935,
      "loc": {
        "start": {
          "line": 33,
          "column": 63
        },
        "end": {
          "line": 33,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 935,
      "end": 936,
      "loc": {
        "start": {
          "line": 33,
          "column": 64
        },
        "end": {
          "line": 33,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 936,
      "end": 942,
      "loc": {
        "start": {
          "line": 33,
          "column": 65
        },
        "end": {
          "line": 33,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 942,
      "end": 943,
      "loc": {
        "start": {
          "line": 33,
          "column": 71
        },
        "end": {
          "line": 33,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 943,
      "end": 953,
      "loc": {
        "start": {
          "line": 33,
          "column": 72
        },
        "end": {
          "line": 33,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 954,
      "end": 956,
      "loc": {
        "start": {
          "line": 33,
          "column": 83
        },
        "end": {
          "line": 33,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 957,
      "end": 958,
      "loc": {
        "start": {
          "line": 33,
          "column": 86
        },
        "end": {
          "line": 33,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 958,
      "end": 959,
      "loc": {
        "start": {
          "line": 33,
          "column": 87
        },
        "end": {
          "line": 33,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 959,
      "end": 967,
      "loc": {
        "start": {
          "line": 33,
          "column": 88
        },
        "end": {
          "line": 33,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 967,
      "end": 968,
      "loc": {
        "start": {
          "line": 33,
          "column": 96
        },
        "end": {
          "line": 33,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 968,
      "end": 978,
      "loc": {
        "start": {
          "line": 33,
          "column": 97
        },
        "end": {
          "line": 33,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 978,
      "end": 979,
      "loc": {
        "start": {
          "line": 33,
          "column": 107
        },
        "end": {
          "line": 33,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRIMARY KEY",
      "start": 980,
      "end": 993,
      "loc": {
        "start": {
          "line": 33,
          "column": 109
        },
        "end": {
          "line": 33,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 993,
      "end": 994,
      "loc": {
        "start": {
          "line": 33,
          "column": 122
        },
        "end": {
          "line": 33,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 994,
      "end": 995,
      "loc": {
        "start": {
          "line": 33,
          "column": 123
        },
        "end": {
          "line": 33,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 995,
      "end": 996,
      "loc": {
        "start": {
          "line": 33,
          "column": 124
        },
        "end": {
          "line": 33,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 996,
      "end": 1002,
      "loc": {
        "start": {
          "line": 33,
          "column": 125
        },
        "end": {
          "line": 33,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1003,
      "end": 1004,
      "loc": {
        "start": {
          "line": 33,
          "column": 132
        },
        "end": {
          "line": 33,
          "column": 133
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1005,
      "end": 1006,
      "loc": {
        "start": {
          "line": 33,
          "column": 134
        },
        "end": {
          "line": 33,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1006,
      "end": 1007,
      "loc": {
        "start": {
          "line": 33,
          "column": 135
        },
        "end": {
          "line": 33,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1007,
      "end": 1008,
      "loc": {
        "start": {
          "line": 33,
          "column": 136
        },
        "end": {
          "line": 33,
          "column": 137
        }
      }
    },
    {
      "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": 1013,
      "end": 1018,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrArray",
      "start": 1019,
      "end": 1028,
      "loc": {
        "start": {
          "line": 34,
          "column": 10
        },
        "end": {
          "line": 34,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1029,
      "end": 1030,
      "loc": {
        "start": {
          "line": 34,
          "column": 20
        },
        "end": {
          "line": 34,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1031,
      "end": 1032,
      "loc": {
        "start": {
          "line": 34,
          "column": 22
        },
        "end": {
          "line": 34,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1032,
      "end": 1033,
      "loc": {
        "start": {
          "line": 34,
          "column": 23
        },
        "end": {
          "line": 34,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1033,
      "end": 1034,
      "loc": {
        "start": {
          "line": 34,
          "column": 24
        },
        "end": {
          "line": 34,
          "column": 25
        }
      }
    },
    {
      "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": 1040,
      "end": 1043,
      "loc": {
        "start": {
          "line": 36,
          "column": 4
        },
        "end": {
          "line": 36,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1044,
      "end": 1045,
      "loc": {
        "start": {
          "line": 36,
          "column": 8
        },
        "end": {
          "line": 36,
          "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": 1045,
      "end": 1050,
      "loc": {
        "start": {
          "line": 36,
          "column": 9
        },
        "end": {
          "line": 36,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1051,
      "end": 1055,
      "loc": {
        "start": {
          "line": 36,
          "column": 15
        },
        "end": {
          "line": 36,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 1056,
      "end": 1058,
      "loc": {
        "start": {
          "line": 36,
          "column": 20
        },
        "end": {
          "line": 36,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 1059,
      "end": 1069,
      "loc": {
        "start": {
          "line": 36,
          "column": 23
        },
        "end": {
          "line": 36,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1069,
      "end": 1070,
      "loc": {
        "start": {
          "line": 36,
          "column": 33
        },
        "end": {
          "line": 36,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1071,
      "end": 1072,
      "loc": {
        "start": {
          "line": 36,
          "column": 35
        },
        "end": {
          "line": 36,
          "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": 1079,
      "end": 1081,
      "loc": {
        "start": {
          "line": 37,
          "column": 6
        },
        "end": {
          "line": 37,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1082,
      "end": 1083,
      "loc": {
        "start": {
          "line": 37,
          "column": 9
        },
        "end": {
          "line": 37,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 1083,
      "end": 1093,
      "loc": {
        "start": {
          "line": 37,
          "column": 10
        },
        "end": {
          "line": 37,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1093,
      "end": 1094,
      "loc": {
        "start": {
          "line": 37,
          "column": 20
        },
        "end": {
          "line": 37,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 1094,
      "end": 1108,
      "loc": {
        "start": {
          "line": 37,
          "column": 21
        },
        "end": {
          "line": 37,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1108,
      "end": 1109,
      "loc": {
        "start": {
          "line": 37,
          "column": 35
        },
        "end": {
          "line": 37,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1109,
      "end": 1113,
      "loc": {
        "start": {
          "line": 37,
          "column": 36
        },
        "end": {
          "line": 37,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1113,
      "end": 1114,
      "loc": {
        "start": {
          "line": 37,
          "column": 40
        },
        "end": {
          "line": 37,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1114,
      "end": 1115,
      "loc": {
        "start": {
          "line": 37,
          "column": 41
        },
        "end": {
          "line": 37,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1116,
      "end": 1117,
      "loc": {
        "start": {
          "line": 37,
          "column": 43
        },
        "end": {
          "line": 37,
          "column": 44
        }
      }
    },
    {
      "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": 1126,
      "end": 1129,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1130,
      "end": 1138,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1139,
      "end": 1140,
      "loc": {
        "start": {
          "line": 38,
          "column": 21
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 1141,
      "end": 1151,
      "loc": {
        "start": {
          "line": 38,
          "column": 23
        },
        "end": {
          "line": 38,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1151,
      "end": 1152,
      "loc": {
        "start": {
          "line": 38,
          "column": 33
        },
        "end": {
          "line": 38,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1152,
      "end": 1156,
      "loc": {
        "start": {
          "line": 38,
          "column": 34
        },
        "end": {
          "line": 38,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1156,
      "end": 1157,
      "loc": {
        "start": {
          "line": 38,
          "column": 38
        },
        "end": {
          "line": 38,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1157,
      "end": 1158,
      "loc": {
        "start": {
          "line": 38,
          "column": 39
        },
        "end": {
          "line": 38,
          "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": 1167,
      "end": 1172,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "containsAutoIncrement",
      "start": 1173,
      "end": 1194,
      "loc": {
        "start": {
          "line": 39,
          "column": 14
        },
        "end": {
          "line": 39,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1195,
      "end": 1196,
      "loc": {
        "start": {
          "line": 39,
          "column": 36
        },
        "end": {
          "line": 39,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1197,
      "end": 1202,
      "loc": {
        "start": {
          "line": 39,
          "column": 38
        },
        "end": {
          "line": 39,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1202,
      "end": 1203,
      "loc": {
        "start": {
          "line": 39,
          "column": 43
        },
        "end": {
          "line": 39,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1203,
      "end": 1204,
      "loc": {
        "start": {
          "line": 39,
          "column": 44
        },
        "end": {
          "line": 39,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1204,
      "end": 1205,
      "loc": {
        "start": {
          "line": 39,
          "column": 45
        },
        "end": {
          "line": 39,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1205,
      "end": 1213,
      "loc": {
        "start": {
          "line": 39,
          "column": 46
        },
        "end": {
          "line": 39,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1213,
      "end": 1214,
      "loc": {
        "start": {
          "line": 39,
          "column": 54
        },
        "end": {
          "line": 39,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1214,
      "end": 1222,
      "loc": {
        "start": {
          "line": 39,
          "column": 55
        },
        "end": {
          "line": 39,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1222,
      "end": 1223,
      "loc": {
        "start": {
          "line": 39,
          "column": 63
        },
        "end": {
          "line": 39,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "AUTOINCREMENT",
      "start": 1224,
      "end": 1239,
      "loc": {
        "start": {
          "line": 39,
          "column": 65
        },
        "end": {
          "line": 39,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1239,
      "end": 1240,
      "loc": {
        "start": {
          "line": 39,
          "column": 80
        },
        "end": {
          "line": 39,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1240,
      "end": 1241,
      "loc": {
        "start": {
          "line": 39,
          "column": 81
        },
        "end": {
          "line": 39,
          "column": 82
        }
      }
    },
    {
      "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": 1251,
      "end": 1253,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1254,
      "end": 1255,
      "loc": {
        "start": {
          "line": 41,
          "column": 11
        },
        "end": {
          "line": 41,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "containsAutoIncrement",
      "start": 1255,
      "end": 1276,
      "loc": {
        "start": {
          "line": 41,
          "column": 12
        },
        "end": {
          "line": 41,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1276,
      "end": 1277,
      "loc": {
        "start": {
          "line": 41,
          "column": 33
        },
        "end": {
          "line": 41,
          "column": 34
        }
      }
    },
    {
      "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": 41,
          "column": 35
        },
        "end": {
          "line": 41,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1290,
      "end": 1298,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1299,
      "end": 1300,
      "loc": {
        "start": {
          "line": 42,
          "column": 19
        },
        "end": {
          "line": 42,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1301,
      "end": 1309,
      "loc": {
        "start": {
          "line": 42,
          "column": 21
        },
        "end": {
          "line": 42,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 42,
          "column": 29
        },
        "end": {
          "line": 42,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 1310,
      "end": 1317,
      "loc": {
        "start": {
          "line": 42,
          "column": 30
        },
        "end": {
          "line": 42,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1317,
      "end": 1318,
      "loc": {
        "start": {
          "line": 42,
          "column": 37
        },
        "end": {
          "line": 42,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "BIGINT",
        "flags": ""
      },
      "start": 1318,
      "end": 1326,
      "loc": {
        "start": {
          "line": 42,
          "column": 38
        },
        "end": {
          "line": 42,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1326,
      "end": 1327,
      "loc": {
        "start": {
          "line": 42,
          "column": 46
        },
        "end": {
          "line": 42,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INTEGER",
      "start": 1328,
      "end": 1337,
      "loc": {
        "start": {
          "line": 42,
          "column": 48
        },
        "end": {
          "line": 42,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1337,
      "end": 1338,
      "loc": {
        "start": {
          "line": 42,
          "column": 57
        },
        "end": {
          "line": 42,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1338,
      "end": 1339,
      "loc": {
        "start": {
          "line": 42,
          "column": 58
        },
        "end": {
          "line": 42,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1348,
      "end": 1349,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 9
        }
      }
    },
    {
      "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": 1359,
      "end": 1362,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataTypeString",
      "start": 1363,
      "end": 1377,
      "loc": {
        "start": {
          "line": 45,
          "column": 12
        },
        "end": {
          "line": 45,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 45,
          "column": 27
        },
        "end": {
          "line": 45,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1380,
      "end": 1388,
      "loc": {
        "start": {
          "line": 45,
          "column": 29
        },
        "end": {
          "line": 45,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1388,
      "end": 1389,
      "loc": {
        "start": {
          "line": 45,
          "column": 37
        },
        "end": {
          "line": 45,
          "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": 1398,
      "end": 1400,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1401,
      "end": 1402,
      "loc": {
        "start": {
          "line": 46,
          "column": 11
        },
        "end": {
          "line": 46,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1402,
      "end": 1407,
      "loc": {
        "start": {
          "line": 46,
          "column": 12
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1407,
      "end": 1408,
      "loc": {
        "start": {
          "line": 46,
          "column": 17
        },
        "end": {
          "line": 46,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1408,
      "end": 1409,
      "loc": {
        "start": {
          "line": 46,
          "column": 18
        },
        "end": {
          "line": 46,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1409,
      "end": 1410,
      "loc": {
        "start": {
          "line": 46,
          "column": 19
        },
        "end": {
          "line": 46,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1410,
      "end": 1418,
      "loc": {
        "start": {
          "line": 46,
          "column": 20
        },
        "end": {
          "line": 46,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1418,
      "end": 1419,
      "loc": {
        "start": {
          "line": 46,
          "column": 28
        },
        "end": {
          "line": 46,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1419,
      "end": 1427,
      "loc": {
        "start": {
          "line": 46,
          "column": 29
        },
        "end": {
          "line": 46,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1427,
      "end": 1428,
      "loc": {
        "start": {
          "line": 46,
          "column": 37
        },
        "end": {
          "line": 46,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRIMARY KEY",
      "start": 1429,
      "end": 1442,
      "loc": {
        "start": {
          "line": 46,
          "column": 39
        },
        "end": {
          "line": 46,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1442,
      "end": 1443,
      "loc": {
        "start": {
          "line": 46,
          "column": 52
        },
        "end": {
          "line": 46,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1443,
      "end": 1444,
      "loc": {
        "start": {
          "line": 46,
          "column": 53
        },
        "end": {
          "line": 46,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1445,
      "end": 1446,
      "loc": {
        "start": {
          "line": 46,
          "column": 55
        },
        "end": {
          "line": 46,
          "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": 1457,
      "end": 1459,
      "loc": {
        "start": {
          "line": 47,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1460,
      "end": 1461,
      "loc": {
        "start": {
          "line": 47,
          "column": 13
        },
        "end": {
          "line": 47,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1461,
      "end": 1466,
      "loc": {
        "start": {
          "line": 47,
          "column": 14
        },
        "end": {
          "line": 47,
          "column": 19
        }
      }
    },
    {
      "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": 47,
          "column": 19
        },
        "end": {
          "line": 47,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1467,
      "end": 1468,
      "loc": {
        "start": {
          "line": 47,
          "column": 20
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1468,
      "end": 1469,
      "loc": {
        "start": {
          "line": 47,
          "column": 21
        },
        "end": {
          "line": 47,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1469,
      "end": 1477,
      "loc": {
        "start": {
          "line": 47,
          "column": 22
        },
        "end": {
          "line": 47,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1477,
      "end": 1478,
      "loc": {
        "start": {
          "line": 47,
          "column": 30
        },
        "end": {
          "line": 47,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1478,
      "end": 1486,
      "loc": {
        "start": {
          "line": 47,
          "column": 31
        },
        "end": {
          "line": 47,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1486,
      "end": 1487,
      "loc": {
        "start": {
          "line": 47,
          "column": 39
        },
        "end": {
          "line": 47,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INTEGER",
      "start": 1488,
      "end": 1497,
      "loc": {
        "start": {
          "line": 47,
          "column": 41
        },
        "end": {
          "line": 47,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1497,
      "end": 1498,
      "loc": {
        "start": {
          "line": 47,
          "column": 50
        },
        "end": {
          "line": 47,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1498,
      "end": 1499,
      "loc": {
        "start": {
          "line": 47,
          "column": 51
        },
        "end": {
          "line": 47,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1500,
      "end": 1501,
      "loc": {
        "start": {
          "line": 47,
          "column": 53
        },
        "end": {
          "line": 47,
          "column": 54
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Only INTEGER is allowed for primary key, see https://github.com/sequelize/sequelize/issues/969 (no lenght, unsigned etc)",
      "start": 1502,
      "end": 1625,
      "loc": {
        "start": {
          "line": 47,
          "column": 55
        },
        "end": {
          "line": 47,
          "column": 178
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataTypeString",
      "start": 1638,
      "end": 1652,
      "loc": {
        "start": {
          "line": 48,
          "column": 12
        },
        "end": {
          "line": 48,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1653,
      "end": 1654,
      "loc": {
        "start": {
          "line": 48,
          "column": 27
        },
        "end": {
          "line": 48,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "containsAutoIncrement",
      "start": 1655,
      "end": 1676,
      "loc": {
        "start": {
          "line": 48,
          "column": 29
        },
        "end": {
          "line": 48,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1677,
      "end": 1678,
      "loc": {
        "start": {
          "line": 48,
          "column": 51
        },
        "end": {
          "line": 48,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INTEGER PRIMARY KEY AUTOINCREMENT",
      "start": 1679,
      "end": 1714,
      "loc": {
        "start": {
          "line": 48,
          "column": 53
        },
        "end": {
          "line": 48,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1715,
      "end": 1716,
      "loc": {
        "start": {
          "line": 48,
          "column": 89
        },
        "end": {
          "line": 48,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INTEGER PRIMARY KEY",
      "start": 1717,
      "end": 1738,
      "loc": {
        "start": {
          "line": 48,
          "column": 91
        },
        "end": {
          "line": 48,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1738,
      "end": 1739,
      "loc": {
        "start": {
          "line": 48,
          "column": 112
        },
        "end": {
          "line": 48,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 49,
          "column": 10
        },
        "end": {
          "line": 49,
          "column": 11
        }
      }
    },
    {
      "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": 1763,
      "end": 1765,
      "loc": {
        "start": {
          "line": 51,
          "column": 10
        },
        "end": {
          "line": 51,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1766,
      "end": 1767,
      "loc": {
        "start": {
          "line": 51,
          "column": 13
        },
        "end": {
          "line": 51,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "needsMultiplePrimaryKeys",
      "start": 1767,
      "end": 1791,
      "loc": {
        "start": {
          "line": 51,
          "column": 14
        },
        "end": {
          "line": 51,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1791,
      "end": 1792,
      "loc": {
        "start": {
          "line": 51,
          "column": 38
        },
        "end": {
          "line": 51,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1793,
      "end": 1794,
      "loc": {
        "start": {
          "line": 51,
          "column": 40
        },
        "end": {
          "line": 51,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 1807,
      "end": 1818,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1818,
      "end": 1819,
      "loc": {
        "start": {
          "line": 52,
          "column": 23
        },
        "end": {
          "line": 52,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1819,
      "end": 1823,
      "loc": {
        "start": {
          "line": 52,
          "column": 24
        },
        "end": {
          "line": 52,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1823,
      "end": 1824,
      "loc": {
        "start": {
          "line": 52,
          "column": 28
        },
        "end": {
          "line": 52,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1824,
      "end": 1828,
      "loc": {
        "start": {
          "line": 52,
          "column": 29
        },
        "end": {
          "line": 52,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1828,
      "end": 1829,
      "loc": {
        "start": {
          "line": 52,
          "column": 33
        },
        "end": {
          "line": 52,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1829,
      "end": 1830,
      "loc": {
        "start": {
          "line": 52,
          "column": 34
        },
        "end": {
          "line": 52,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataTypeString",
      "start": 1843,
      "end": 1857,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1858,
      "end": 1859,
      "loc": {
        "start": {
          "line": 53,
          "column": 27
        },
        "end": {
          "line": 53,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1860,
      "end": 1868,
      "loc": {
        "start": {
          "line": 53,
          "column": 29
        },
        "end": {
          "line": 53,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1868,
      "end": 1869,
      "loc": {
        "start": {
          "line": 53,
          "column": 37
        },
        "end": {
          "line": 53,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 1869,
      "end": 1876,
      "loc": {
        "start": {
          "line": 53,
          "column": 38
        },
        "end": {
          "line": 53,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1876,
      "end": 1877,
      "loc": {
        "start": {
          "line": 53,
          "column": 45
        },
        "end": {
          "line": 53,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "PRIMARY KEY",
        "flags": ""
      },
      "start": 1877,
      "end": 1890,
      "loc": {
        "start": {
          "line": 53,
          "column": 46
        },
        "end": {
          "line": 53,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1890,
      "end": 1891,
      "loc": {
        "start": {
          "line": 53,
          "column": 59
        },
        "end": {
          "line": 53,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "NOT NULL",
      "start": 1892,
      "end": 1902,
      "loc": {
        "start": {
          "line": 53,
          "column": 61
        },
        "end": {
          "line": 53,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1902,
      "end": 1903,
      "loc": {
        "start": {
          "line": 53,
          "column": 71
        },
        "end": {
          "line": 53,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1903,
      "end": 1904,
      "loc": {
        "start": {
          "line": 53,
          "column": 72
        },
        "end": {
          "line": 53,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1915,
      "end": 1916,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1925,
      "end": 1926,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrArray",
      "start": 1935,
      "end": 1944,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1944,
      "end": 1945,
      "loc": {
        "start": {
          "line": 56,
          "column": 17
        },
        "end": {
          "line": 56,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1945,
      "end": 1949,
      "loc": {
        "start": {
          "line": 56,
          "column": 18
        },
        "end": {
          "line": 56,
          "column": 22
        }
      }
    },
    {
      "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": 56,
          "column": 22
        },
        "end": {
          "line": 56,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1950,
      "end": 1954,
      "loc": {
        "start": {
          "line": 56,
          "column": 23
        },
        "end": {
          "line": 56,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1954,
      "end": 1955,
      "loc": {
        "start": {
          "line": 56,
          "column": 27
        },
        "end": {
          "line": 56,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 1955,
      "end": 1970,
      "loc": {
        "start": {
          "line": 56,
          "column": 28
        },
        "end": {
          "line": 56,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1970,
      "end": 1971,
      "loc": {
        "start": {
          "line": 56,
          "column": 43
        },
        "end": {
          "line": 56,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1971,
      "end": 1975,
      "loc": {
        "start": {
          "line": 56,
          "column": 44
        },
        "end": {
          "line": 56,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1975,
      "end": 1976,
      "loc": {
        "start": {
          "line": 56,
          "column": 48
        },
        "end": {
          "line": 56,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1977,
      "end": 1978,
      "loc": {
        "start": {
          "line": 56,
          "column": 50
        },
        "end": {
          "line": 56,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 1979,
      "end": 1982,
      "loc": {
        "start": {
          "line": 56,
          "column": 52
        },
        "end": {
          "line": 56,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1983,
      "end": 1984,
      "loc": {
        "start": {
          "line": 56,
          "column": 56
        },
        "end": {
          "line": 56,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataTypeString",
      "start": 1985,
      "end": 1999,
      "loc": {
        "start": {
          "line": 56,
          "column": 58
        },
        "end": {
          "line": 56,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1999,
      "end": 2000,
      "loc": {
        "start": {
          "line": 56,
          "column": 72
        },
        "end": {
          "line": 56,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2000,
      "end": 2001,
      "loc": {
        "start": {
          "line": 56,
          "column": 73
        },
        "end": {
          "line": 56,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2008,
      "end": 2009,
      "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": 2014,
      "end": 2015,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "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": 2021,
      "end": 2026,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 2027,
      "end": 2032,
      "loc": {
        "start": {
          "line": 60,
          "column": 10
        },
        "end": {
          "line": 60,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2033,
      "end": 2034,
      "loc": {
        "start": {
          "line": 60,
          "column": 16
        },
        "end": {
          "line": 60,
          "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": 2035,
      "end": 2039,
      "loc": {
        "start": {
          "line": 60,
          "column": 18
        },
        "end": {
          "line": 60,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2039,
      "end": 2040,
      "loc": {
        "start": {
          "line": 60,
          "column": 22
        },
        "end": {
          "line": 60,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 2040,
      "end": 2050,
      "loc": {
        "start": {
          "line": 60,
          "column": 23
        },
        "end": {
          "line": 60,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2050,
      "end": 2051,
      "loc": {
        "start": {
          "line": 60,
          "column": 33
        },
        "end": {
          "line": 60,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 2051,
      "end": 2060,
      "loc": {
        "start": {
          "line": 60,
          "column": 34
        },
        "end": {
          "line": 60,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2060,
      "end": 2061,
      "loc": {
        "start": {
          "line": 60,
          "column": 43
        },
        "end": {
          "line": 60,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2061,
      "end": 2062,
      "loc": {
        "start": {
          "line": 60,
          "column": 44
        },
        "end": {
          "line": 60,
          "column": 45
        }
      }
    },
    {
      "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": 2067,
      "end": 2070,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2071,
      "end": 2078,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2079,
      "end": 2080,
      "loc": {
        "start": {
          "line": 61,
          "column": 16
        },
        "end": {
          "line": 61,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrArray",
      "start": 2081,
      "end": 2090,
      "loc": {
        "start": {
          "line": 61,
          "column": 18
        },
        "end": {
          "line": 61,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2090,
      "end": 2091,
      "loc": {
        "start": {
          "line": 61,
          "column": 27
        },
        "end": {
          "line": 61,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 2091,
      "end": 2095,
      "loc": {
        "start": {
          "line": 61,
          "column": 28
        },
        "end": {
          "line": 61,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2095,
      "end": 2096,
      "loc": {
        "start": {
          "line": 61,
          "column": 32
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 2096,
      "end": 2100,
      "loc": {
        "start": {
          "line": 61,
          "column": 33
        },
        "end": {
          "line": 61,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2100,
      "end": 2101,
      "loc": {
        "start": {
          "line": 61,
          "column": 37
        },
        "end": {
          "line": 61,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2101,
      "end": 2102,
      "loc": {
        "start": {
          "line": 61,
          "column": 38
        },
        "end": {
          "line": 61,
          "column": 39
        }
      }
    },
    {
      "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": 2107,
      "end": 2112,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 2113,
      "end": 2121,
      "loc": {
        "start": {
          "line": 62,
          "column": 10
        },
        "end": {
          "line": 62,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2122,
      "end": 2123,
      "loc": {
        "start": {
          "line": 62,
          "column": 19
        },
        "end": {
          "line": 62,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 2124,
      "end": 2135,
      "loc": {
        "start": {
          "line": 62,
          "column": 21
        },
        "end": {
          "line": 62,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2135,
      "end": 2136,
      "loc": {
        "start": {
          "line": 62,
          "column": 32
        },
        "end": {
          "line": 62,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 2136,
      "end": 2139,
      "loc": {
        "start": {
          "line": 62,
          "column": 33
        },
        "end": {
          "line": 62,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2139,
      "end": 2140,
      "loc": {
        "start": {
          "line": 62,
          "column": 36
        },
        "end": {
          "line": 62,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pk",
      "start": 2140,
      "end": 2142,
      "loc": {
        "start": {
          "line": 62,
          "column": 37
        },
        "end": {
          "line": 62,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2143,
      "end": 2145,
      "loc": {
        "start": {
          "line": 62,
          "column": 40
        },
        "end": {
          "line": 62,
          "column": 42
        }
      }
    },
    {
      "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": 2146,
      "end": 2150,
      "loc": {
        "start": {
          "line": 62,
          "column": 43
        },
        "end": {
          "line": 62,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2150,
      "end": 2151,
      "loc": {
        "start": {
          "line": 62,
          "column": 47
        },
        "end": {
          "line": 62,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 2151,
      "end": 2166,
      "loc": {
        "start": {
          "line": 62,
          "column": 48
        },
        "end": {
          "line": 62,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2166,
      "end": 2167,
      "loc": {
        "start": {
          "line": 62,
          "column": 63
        },
        "end": {
          "line": 62,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pk",
      "start": 2167,
      "end": 2169,
      "loc": {
        "start": {
          "line": 62,
          "column": 64
        },
        "end": {
          "line": 62,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2169,
      "end": 2170,
      "loc": {
        "start": {
          "line": 62,
          "column": 66
        },
        "end": {
          "line": 62,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2170,
      "end": 2171,
      "loc": {
        "start": {
          "line": 62,
          "column": 67
        },
        "end": {
          "line": 62,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2171,
      "end": 2172,
      "loc": {
        "start": {
          "line": 62,
          "column": 68
        },
        "end": {
          "line": 62,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 2172,
      "end": 2176,
      "loc": {
        "start": {
          "line": 62,
          "column": 69
        },
        "end": {
          "line": 62,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2176,
      "end": 2177,
      "loc": {
        "start": {
          "line": 62,
          "column": 73
        },
        "end": {
          "line": 62,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 2177,
      "end": 2181,
      "loc": {
        "start": {
          "line": 62,
          "column": 74
        },
        "end": {
          "line": 62,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2181,
      "end": 2182,
      "loc": {
        "start": {
          "line": 62,
          "column": 78
        },
        "end": {
          "line": 62,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2182,
      "end": 2183,
      "loc": {
        "start": {
          "line": 62,
          "column": 79
        },
        "end": {
          "line": 62,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2189,
      "end": 2191,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2192,
      "end": 2193,
      "loc": {
        "start": {
          "line": 64,
          "column": 7
        },
        "end": {
          "line": 64,
          "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": 2193,
      "end": 2194,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "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": 2194,
      "end": 2195,
      "loc": {
        "start": {
          "line": 64,
          "column": 9
        },
        "end": {
          "line": 64,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2195,
      "end": 2202,
      "loc": {
        "start": {
          "line": 64,
          "column": 10
        },
        "end": {
          "line": 64,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2202,
      "end": 2203,
      "loc": {
        "start": {
          "line": 64,
          "column": 17
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 2203,
      "end": 2213,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2213,
      "end": 2214,
      "loc": {
        "start": {
          "line": 64,
          "column": 28
        },
        "end": {
          "line": 64,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2215,
      "end": 2216,
      "loc": {
        "start": {
          "line": 64,
          "column": 30
        },
        "end": {
          "line": 64,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 2223,
      "end": 2228,
      "loc": {
        "start": {
          "line": 65,
          "column": 6
        },
        "end": {
          "line": 65,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2228,
      "end": 2229,
      "loc": {
        "start": {
          "line": 65,
          "column": 11
        },
        "end": {
          "line": 65,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2229,
      "end": 2230,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2230,
      "end": 2231,
      "loc": {
        "start": {
          "line": 65,
          "column": 13
        },
        "end": {
          "line": 65,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 2231,
      "end": 2235,
      "loc": {
        "start": {
          "line": 65,
          "column": 14
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2235,
      "end": 2236,
      "loc": {
        "start": {
          "line": 65,
          "column": 18
        },
        "end": {
          "line": 65,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2236,
      "end": 2243,
      "loc": {
        "start": {
          "line": 65,
          "column": 19
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2243,
      "end": 2244,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 2244,
      "end": 2254,
      "loc": {
        "start": {
          "line": 65,
          "column": 27
        },
        "end": {
          "line": 65,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2254,
      "end": 2255,
      "loc": {
        "start": {
          "line": 65,
          "column": 37
        },
        "end": {
          "line": 65,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 2256,
      "end": 2263,
      "loc": {
        "start": {
          "line": 65,
          "column": 39
        },
        "end": {
          "line": 65,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2264,
      "end": 2266,
      "loc": {
        "start": {
          "line": 65,
          "column": 47
        },
        "end": {
          "line": 65,
          "column": 49
        }
      }
    },
    {
      "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": 65,
          "column": 50
        },
        "end": {
          "line": 65,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2277,
      "end": 2279,
      "loc": {
        "start": {
          "line": 66,
          "column": 8
        },
        "end": {
          "line": 66,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2280,
      "end": 2281,
      "loc": {
        "start": {
          "line": 66,
          "column": 11
        },
        "end": {
          "line": 66,
          "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": 2281,
      "end": 2282,
      "loc": {
        "start": {
          "line": 66,
          "column": 12
        },
        "end": {
          "line": 66,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 2282,
      "end": 2289,
      "loc": {
        "start": {
          "line": 66,
          "column": 13
        },
        "end": {
          "line": 66,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2289,
      "end": 2290,
      "loc": {
        "start": {
          "line": 66,
          "column": 20
        },
        "end": {
          "line": 66,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "singleField",
      "start": 2290,
      "end": 2301,
      "loc": {
        "start": {
          "line": 66,
          "column": 21
        },
        "end": {
          "line": 66,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2301,
      "end": 2302,
      "loc": {
        "start": {
          "line": 66,
          "column": 32
        },
        "end": {
          "line": 66,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2303,
      "end": 2304,
      "loc": {
        "start": {
          "line": 66,
          "column": 34
        },
        "end": {
          "line": 66,
          "column": 35
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If it's a single field its handled in column def, not as an index",
      "start": 2305,
      "end": 2373,
      "loc": {
        "start": {
          "line": 66,
          "column": 36
        },
        "end": {
          "line": 66,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2384,
      "end": 2391,
      "loc": {
        "start": {
          "line": 67,
          "column": 10
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 2392,
      "end": 2394,
      "loc": {
        "start": {
          "line": 67,
          "column": 18
        },
        "end": {
          "line": 67,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", UNIQUE (",
      "start": 2395,
      "end": 2407,
      "loc": {
        "start": {
          "line": 67,
          "column": 21
        },
        "end": {
          "line": 67,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2408,
      "end": 2409,
      "loc": {
        "start": {
          "line": 67,
          "column": 34
        },
        "end": {
          "line": 67,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 2410,
      "end": 2417,
      "loc": {
        "start": {
          "line": 67,
          "column": 36
        },
        "end": {
          "line": 67,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2417,
      "end": 2418,
      "loc": {
        "start": {
          "line": 67,
          "column": 43
        },
        "end": {
          "line": 67,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 2418,
      "end": 2424,
      "loc": {
        "start": {
          "line": 67,
          "column": 44
        },
        "end": {
          "line": 67,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2424,
      "end": 2425,
      "loc": {
        "start": {
          "line": 67,
          "column": 50
        },
        "end": {
          "line": 67,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 2425,
      "end": 2428,
      "loc": {
        "start": {
          "line": 67,
          "column": 51
        },
        "end": {
          "line": 67,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2428,
      "end": 2429,
      "loc": {
        "start": {
          "line": 67,
          "column": 54
        },
        "end": {
          "line": 67,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2429,
      "end": 2434,
      "loc": {
        "start": {
          "line": 67,
          "column": 55
        },
        "end": {
          "line": 67,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2435,
      "end": 2437,
      "loc": {
        "start": {
          "line": 67,
          "column": 61
        },
        "end": {
          "line": 67,
          "column": 63
        }
      }
    },
    {
      "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": 2438,
      "end": 2442,
      "loc": {
        "start": {
          "line": 67,
          "column": 64
        },
        "end": {
          "line": 67,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2442,
      "end": 2443,
      "loc": {
        "start": {
          "line": 67,
          "column": 68
        },
        "end": {
          "line": 67,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 2443,
      "end": 2458,
      "loc": {
        "start": {
          "line": 67,
          "column": 69
        },
        "end": {
          "line": 67,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2458,
      "end": 2459,
      "loc": {
        "start": {
          "line": 67,
          "column": 84
        },
        "end": {
          "line": 67,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2459,
      "end": 2464,
      "loc": {
        "start": {
          "line": 67,
          "column": 85
        },
        "end": {
          "line": 67,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2464,
      "end": 2465,
      "loc": {
        "start": {
          "line": 67,
          "column": 90
        },
        "end": {
          "line": 67,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2465,
      "end": 2466,
      "loc": {
        "start": {
          "line": 67,
          "column": 91
        },
        "end": {
          "line": 67,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2466,
      "end": 2467,
      "loc": {
        "start": {
          "line": 67,
          "column": 92
        },
        "end": {
          "line": 67,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 2467,
      "end": 2471,
      "loc": {
        "start": {
          "line": 67,
          "column": 93
        },
        "end": {
          "line": 67,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2471,
      "end": 2472,
      "loc": {
        "start": {
          "line": 67,
          "column": 97
        },
        "end": {
          "line": 67,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 2472,
      "end": 2476,
      "loc": {
        "start": {
          "line": 67,
          "column": 98
        },
        "end": {
          "line": 67,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2476,
      "end": 2477,
      "loc": {
        "start": {
          "line": 67,
          "column": 102
        },
        "end": {
          "line": 67,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2478,
      "end": 2479,
      "loc": {
        "start": {
          "line": 67,
          "column": 104
        },
        "end": {
          "line": 67,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 2480,
      "end": 2483,
      "loc": {
        "start": {
          "line": 67,
          "column": 106
        },
        "end": {
          "line": 67,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2483,
      "end": 2484,
      "loc": {
        "start": {
          "line": 67,
          "column": 109
        },
        "end": {
          "line": 67,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2493,
      "end": 2494,
      "loc": {
        "start": {
          "line": 68,
          "column": 8
        },
        "end": {
          "line": 68,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2501,
      "end": 2502,
      "loc": {
        "start": {
          "line": 69,
          "column": 6
        },
        "end": {
          "line": 69,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2502,
      "end": 2503,
      "loc": {
        "start": {
          "line": 69,
          "column": 7
        },
        "end": {
          "line": 69,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2503,
      "end": 2504,
      "loc": {
        "start": {
          "line": 69,
          "column": 8
        },
        "end": {
          "line": 69,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2509,
      "end": 2510,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "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": 2516,
      "end": 2518,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2519,
      "end": 2520,
      "loc": {
        "start": {
          "line": 72,
          "column": 7
        },
        "end": {
          "line": 72,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 2520,
      "end": 2528,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2528,
      "end": 2529,
      "loc": {
        "start": {
          "line": 72,
          "column": 16
        },
        "end": {
          "line": 72,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2529,
      "end": 2535,
      "loc": {
        "start": {
          "line": 72,
          "column": 17
        },
        "end": {
          "line": 72,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 2536,
      "end": 2537,
      "loc": {
        "start": {
          "line": 72,
          "column": 24
        },
        "end": {
          "line": 72,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2538,
      "end": 2539,
      "loc": {
        "start": {
          "line": 72,
          "column": 26
        },
        "end": {
          "line": 72,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2539,
      "end": 2540,
      "loc": {
        "start": {
          "line": 72,
          "column": 27
        },
        "end": {
          "line": 72,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2541,
      "end": 2542,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2549,
      "end": 2556,
      "loc": {
        "start": {
          "line": 73,
          "column": 6
        },
        "end": {
          "line": 73,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 2557,
      "end": 2559,
      "loc": {
        "start": {
          "line": 73,
          "column": 14
        },
        "end": {
          "line": 73,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", PRIMARY KEY (",
      "start": 2560,
      "end": 2577,
      "loc": {
        "start": {
          "line": 73,
          "column": 17
        },
        "end": {
          "line": 73,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2578,
      "end": 2579,
      "loc": {
        "start": {
          "line": 73,
          "column": 35
        },
        "end": {
          "line": 73,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 2580,
      "end": 2588,
      "loc": {
        "start": {
          "line": 73,
          "column": 37
        },
        "end": {
          "line": 73,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 73,
          "column": 46
        },
        "end": {
          "line": 73,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 2591,
      "end": 2594,
      "loc": {
        "start": {
          "line": 73,
          "column": 48
        },
        "end": {
          "line": 73,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2594,
      "end": 2595,
      "loc": {
        "start": {
          "line": 73,
          "column": 51
        },
        "end": {
          "line": 73,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2600,
      "end": 2601,
      "loc": {
        "start": {
          "line": 74,
          "column": 4
        },
        "end": {
          "line": 74,
          "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": 2607,
      "end": 2612,
      "loc": {
        "start": {
          "line": 76,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2613,
      "end": 2616,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2617,
      "end": 2618,
      "loc": {
        "start": {
          "line": 76,
          "column": 14
        },
        "end": {
          "line": 76,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2619,
      "end": 2620,
      "loc": {
        "start": {
          "line": 76,
          "column": 16
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CREATE TABLE IF NOT EXISTS ",
      "start": 2620,
      "end": 2647,
      "loc": {
        "start": {
          "line": 76,
          "column": 17
        },
        "end": {
          "line": 76,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2647,
      "end": 2649,
      "loc": {
        "start": {
          "line": 76,
          "column": 44
        },
        "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": "table",
      "start": 2649,
      "end": 2654,
      "loc": {
        "start": {
          "line": 76,
          "column": 46
        },
        "end": {
          "line": 76,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2654,
      "end": 2655,
      "loc": {
        "start": {
          "line": 76,
          "column": 51
        },
        "end": {
          "line": 76,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " (",
      "start": 2655,
      "end": 2657,
      "loc": {
        "start": {
          "line": 76,
          "column": 52
        },
        "end": {
          "line": 76,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2657,
      "end": 2659,
      "loc": {
        "start": {
          "line": 76,
          "column": 54
        },
        "end": {
          "line": 76,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2659,
      "end": 2666,
      "loc": {
        "start": {
          "line": 76,
          "column": 56
        },
        "end": {
          "line": 76,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2666,
      "end": 2667,
      "loc": {
        "start": {
          "line": 76,
          "column": 63
        },
        "end": {
          "line": 76,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ");",
      "start": 2667,
      "end": 2669,
      "loc": {
        "start": {
          "line": 76,
          "column": 64
        },
        "end": {
          "line": 76,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2669,
      "end": 2670,
      "loc": {
        "start": {
          "line": 76,
          "column": 66
        },
        "end": {
          "line": 76,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2670,
      "end": 2671,
      "loc": {
        "start": {
          "line": 76,
          "column": 67
        },
        "end": {
          "line": 76,
          "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": 2676,
      "end": 2682,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "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": 2683,
      "end": 2687,
      "loc": {
        "start": {
          "line": 77,
          "column": 11
        },
        "end": {
          "line": 77,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2687,
      "end": 2688,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replaceBooleanDefaults",
      "start": 2688,
      "end": 2710,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2710,
      "end": 2711,
      "loc": {
        "start": {
          "line": 77,
          "column": 38
        },
        "end": {
          "line": 77,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2711,
      "end": 2714,
      "loc": {
        "start": {
          "line": 77,
          "column": 39
        },
        "end": {
          "line": 77,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2714,
      "end": 2715,
      "loc": {
        "start": {
          "line": 77,
          "column": 42
        },
        "end": {
          "line": 77,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2715,
      "end": 2716,
      "loc": {
        "start": {
          "line": 77,
          "column": 43
        },
        "end": {
          "line": 77,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2719,
      "end": 2720,
      "loc": {
        "start": {
          "line": 78,
          "column": 2
        },
        "end": {
          "line": 78,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2720,
      "end": 2721,
      "loc": {
        "start": {
          "line": 78,
          "column": 3
        },
        "end": {
          "line": 78,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "booleanValue",
      "start": 2725,
      "end": 2737,
      "loc": {
        "start": {
          "line": 80,
          "column": 2
        },
        "end": {
          "line": 80,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2737,
      "end": 2738,
      "loc": {
        "start": {
          "line": 80,
          "column": 14
        },
        "end": {
          "line": 80,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2738,
      "end": 2743,
      "loc": {
        "start": {
          "line": 80,
          "column": 15
        },
        "end": {
          "line": 80,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2743,
      "end": 2744,
      "loc": {
        "start": {
          "line": 80,
          "column": 20
        },
        "end": {
          "line": 80,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2745,
      "end": 2746,
      "loc": {
        "start": {
          "line": 80,
          "column": 22
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2751,
      "end": 2757,
      "loc": {
        "start": {
          "line": 81,
          "column": 4
        },
        "end": {
          "line": 81,
          "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": 2758,
      "end": 2759,
      "loc": {
        "start": {
          "line": 81,
          "column": 11
        },
        "end": {
          "line": 81,
          "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": 2759,
      "end": 2760,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2760,
      "end": 2765,
      "loc": {
        "start": {
          "line": 81,
          "column": 13
        },
        "end": {
          "line": 81,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2766,
      "end": 2767,
      "loc": {
        "start": {
          "line": 81,
          "column": 19
        },
        "end": {
          "line": 81,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2768,
      "end": 2769,
      "loc": {
        "start": {
          "line": 81,
          "column": 21
        },
        "end": {
          "line": 81,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2770,
      "end": 2771,
      "loc": {
        "start": {
          "line": 81,
          "column": 23
        },
        "end": {
          "line": 81,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2772,
      "end": 2773,
      "loc": {
        "start": {
          "line": 81,
          "column": 25
        },
        "end": {
          "line": 81,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2773,
      "end": 2774,
      "loc": {
        "start": {
          "line": 81,
          "column": 26
        },
        "end": {
          "line": 81,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2777,
      "end": 2778,
      "loc": {
        "start": {
          "line": 82,
          "column": 2
        },
        "end": {
          "line": 82,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2778,
      "end": 2779,
      "loc": {
        "start": {
          "line": 82,
          "column": 3
        },
        "end": {
          "line": 82,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Check whether the statmement is json function or simple path\n   *\n   * @param   {String}  stmt  The statement to validate\n   * @returns {Boolean}       true if the given statement is json function\n   * @throws  {Error}         throw if the statement looks like json function but has invalid token\n   ",
      "start": 2783,
      "end": 3094,
      "loc": {
        "start": {
          "line": 84,
          "column": 2
        },
        "end": {
          "line": 90,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkValidJsonStatement",
      "start": 3097,
      "end": 3120,
      "loc": {
        "start": {
          "line": 91,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3120,
      "end": 3121,
      "loc": {
        "start": {
          "line": 91,
          "column": 25
        },
        "end": {
          "line": 91,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stmt",
      "start": 3121,
      "end": 3125,
      "loc": {
        "start": {
          "line": 91,
          "column": 26
        },
        "end": {
          "line": 91,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3125,
      "end": 3126,
      "loc": {
        "start": {
          "line": 91,
          "column": 30
        },
        "end": {
          "line": 91,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3127,
      "end": 3128,
      "loc": {
        "start": {
          "line": 91,
          "column": 32
        },
        "end": {
          "line": 91,
          "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": 3133,
      "end": 3135,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3136,
      "end": 3137,
      "loc": {
        "start": {
          "line": 92,
          "column": 7
        },
        "end": {
          "line": 92,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3137,
      "end": 3138,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3138,
      "end": 3139,
      "loc": {
        "start": {
          "line": 92,
          "column": 9
        },
        "end": {
          "line": 92,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3139,
      "end": 3140,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isString",
      "start": 3140,
      "end": 3148,
      "loc": {
        "start": {
          "line": 92,
          "column": 11
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3148,
      "end": 3149,
      "loc": {
        "start": {
          "line": 92,
          "column": 19
        },
        "end": {
          "line": 92,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stmt",
      "start": 3149,
      "end": 3153,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3153,
      "end": 3154,
      "loc": {
        "start": {
          "line": 92,
          "column": 24
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3154,
      "end": 3155,
      "loc": {
        "start": {
          "line": 92,
          "column": 25
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 92,
          "column": 27
        },
        "end": {
          "line": 92,
          "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": 3164,
      "end": 3170,
      "loc": {
        "start": {
          "line": 93,
          "column": 6
        },
        "end": {
          "line": 93,
          "column": 12
        }
      }
    },
    {
      "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": 3171,
      "end": 3176,
      "loc": {
        "start": {
          "line": 93,
          "column": 13
        },
        "end": {
          "line": 93,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3176,
      "end": 3177,
      "loc": {
        "start": {
          "line": 93,
          "column": 18
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3182,
      "end": 3183,
      "loc": {
        "start": {
          "line": 94,
          "column": 4
        },
        "end": {
          "line": 94,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " https://sqlite.org/json1.html",
      "start": 3189,
      "end": 3221,
      "loc": {
        "start": {
          "line": 96,
          "column": 4
        },
        "end": {
          "line": 96,
          "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": 3226,
      "end": 3231,
      "loc": {
        "start": {
          "line": 97,
          "column": 4
        },
        "end": {
          "line": 97,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "jsonFunctionRegex",
      "start": 3232,
      "end": 3249,
      "loc": {
        "start": {
          "line": 97,
          "column": 10
        },
        "end": {
          "line": 97,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3250,
      "end": 3251,
      "loc": {
        "start": {
          "line": 97,
          "column": 28
        },
        "end": {
          "line": 97,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^\\s*(json(?:_[a-z]+){0,2})\\([^)]*\\)",
        "flags": "i"
      },
      "start": 3252,
      "end": 3290,
      "loc": {
        "start": {
          "line": 97,
          "column": 30
        },
        "end": {
          "line": 97,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3290,
      "end": 3291,
      "loc": {
        "start": {
          "line": 97,
          "column": 68
        },
        "end": {
          "line": 97,
          "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": 3296,
      "end": 3301,
      "loc": {
        "start": {
          "line": 98,
          "column": 4
        },
        "end": {
          "line": 98,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenCaptureRegex",
      "start": 3302,
      "end": 3319,
      "loc": {
        "start": {
          "line": 98,
          "column": 10
        },
        "end": {
          "line": 98,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3320,
      "end": 3321,
      "loc": {
        "start": {
          "line": 98,
          "column": 28
        },
        "end": {
          "line": 98,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^\\s*((?:([`\"'])(?:(?!\\2).|\\2{2})*\\2)|[\\w\\d\\s]+|[().,;+-])",
        "flags": "i"
      },
      "start": 3322,
      "end": 3382,
      "loc": {
        "start": {
          "line": 98,
          "column": 30
        },
        "end": {
          "line": 98,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3382,
      "end": 3383,
      "loc": {
        "start": {
          "line": 98,
          "column": 90
        },
        "end": {
          "line": 98,
          "column": 91
        }
      }
    },
    {
      "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": 3389,
      "end": 3392,
      "loc": {
        "start": {
          "line": 100,
          "column": 4
        },
        "end": {
          "line": 100,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentIndex",
      "start": 3393,
      "end": 3405,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3406,
      "end": 3407,
      "loc": {
        "start": {
          "line": 100,
          "column": 21
        },
        "end": {
          "line": 100,
          "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": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 100,
          "column": 23
        },
        "end": {
          "line": 100,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3409,
      "end": 3410,
      "loc": {
        "start": {
          "line": 100,
          "column": 24
        },
        "end": {
          "line": 100,
          "column": 25
        }
      }
    },
    {
      "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": 3415,
      "end": 3418,
      "loc": {
        "start": {
          "line": 101,
          "column": 4
        },
        "end": {
          "line": 101,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "openingBrackets",
      "start": 3419,
      "end": 3434,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3435,
      "end": 3436,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3437,
      "end": 3438,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3438,
      "end": 3439,
      "loc": {
        "start": {
          "line": 101,
          "column": 27
        },
        "end": {
          "line": 101,
          "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": 3444,
      "end": 3447,
      "loc": {
        "start": {
          "line": 102,
          "column": 4
        },
        "end": {
          "line": 102,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "closingBrackets",
      "start": 3448,
      "end": 3463,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3464,
      "end": 3465,
      "loc": {
        "start": {
          "line": 102,
          "column": 24
        },
        "end": {
          "line": 102,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3466,
      "end": 3467,
      "loc": {
        "start": {
          "line": 102,
          "column": 26
        },
        "end": {
          "line": 102,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3467,
      "end": 3468,
      "loc": {
        "start": {
          "line": 102,
          "column": 27
        },
        "end": {
          "line": 102,
          "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": 3473,
      "end": 3476,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasJsonFunction",
      "start": 3477,
      "end": 3492,
      "loc": {
        "start": {
          "line": 103,
          "column": 8
        },
        "end": {
          "line": 103,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3493,
      "end": 3494,
      "loc": {
        "start": {
          "line": 103,
          "column": 24
        },
        "end": {
          "line": 103,
          "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": 3495,
      "end": 3500,
      "loc": {
        "start": {
          "line": 103,
          "column": 26
        },
        "end": {
          "line": 103,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3500,
      "end": 3501,
      "loc": {
        "start": {
          "line": 103,
          "column": 31
        },
        "end": {
          "line": 103,
          "column": 32
        }
      }
    },
    {
      "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": 3506,
      "end": 3509,
      "loc": {
        "start": {
          "line": 104,
          "column": 4
        },
        "end": {
          "line": 104,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasInvalidToken",
      "start": 3510,
      "end": 3525,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3526,
      "end": 3527,
      "loc": {
        "start": {
          "line": 104,
          "column": 24
        },
        "end": {
          "line": 104,
          "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": 3528,
      "end": 3533,
      "loc": {
        "start": {
          "line": 104,
          "column": 26
        },
        "end": {
          "line": 104,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3533,
      "end": 3534,
      "loc": {
        "start": {
          "line": 104,
          "column": 31
        },
        "end": {
          "line": 104,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "while",
        "keyword": "while",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "while",
      "start": 3540,
      "end": 3545,
      "loc": {
        "start": {
          "line": 106,
          "column": 4
        },
        "end": {
          "line": 106,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3546,
      "end": 3547,
      "loc": {
        "start": {
          "line": 106,
          "column": 10
        },
        "end": {
          "line": 106,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentIndex",
      "start": 3547,
      "end": 3559,
      "loc": {
        "start": {
          "line": 106,
          "column": 11
        },
        "end": {
          "line": 106,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3560,
      "end": 3561,
      "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": "stmt",
      "start": 3562,
      "end": 3566,
      "loc": {
        "start": {
          "line": 106,
          "column": 26
        },
        "end": {
          "line": 106,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3566,
      "end": 3567,
      "loc": {
        "start": {
          "line": 106,
          "column": 30
        },
        "end": {
          "line": 106,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3567,
      "end": 3573,
      "loc": {
        "start": {
          "line": 106,
          "column": 31
        },
        "end": {
          "line": 106,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3573,
      "end": 3574,
      "loc": {
        "start": {
          "line": 106,
          "column": 37
        },
        "end": {
          "line": 106,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3575,
      "end": 3576,
      "loc": {
        "start": {
          "line": 106,
          "column": 39
        },
        "end": {
          "line": 106,
          "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": 3583,
      "end": 3588,
      "loc": {
        "start": {
          "line": 107,
          "column": 6
        },
        "end": {
          "line": 107,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 3589,
      "end": 3595,
      "loc": {
        "start": {
          "line": 107,
          "column": 12
        },
        "end": {
          "line": 107,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3596,
      "end": 3597,
      "loc": {
        "start": {
          "line": 107,
          "column": 19
        },
        "end": {
          "line": 107,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stmt",
      "start": 3598,
      "end": 3602,
      "loc": {
        "start": {
          "line": 107,
          "column": 21
        },
        "end": {
          "line": 107,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3602,
      "end": 3603,
      "loc": {
        "start": {
          "line": 107,
          "column": 25
        },
        "end": {
          "line": 107,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "substr",
      "start": 3603,
      "end": 3609,
      "loc": {
        "start": {
          "line": 107,
          "column": 26
        },
        "end": {
          "line": 107,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3609,
      "end": 3610,
      "loc": {
        "start": {
          "line": 107,
          "column": 32
        },
        "end": {
          "line": 107,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentIndex",
      "start": 3610,
      "end": 3622,
      "loc": {
        "start": {
          "line": 107,
          "column": 33
        },
        "end": {
          "line": 107,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3622,
      "end": 3623,
      "loc": {
        "start": {
          "line": 107,
          "column": 45
        },
        "end": {
          "line": 107,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3623,
      "end": 3624,
      "loc": {
        "start": {
          "line": 107,
          "column": 46
        },
        "end": {
          "line": 107,
          "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": 3631,
      "end": 3636,
      "loc": {
        "start": {
          "line": 108,
          "column": 6
        },
        "end": {
          "line": 108,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionMatches",
      "start": 3637,
      "end": 3652,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3653,
      "end": 3654,
      "loc": {
        "start": {
          "line": 108,
          "column": 28
        },
        "end": {
          "line": 108,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "jsonFunctionRegex",
      "start": 3655,
      "end": 3672,
      "loc": {
        "start": {
          "line": 108,
          "column": 30
        },
        "end": {
          "line": 108,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3672,
      "end": 3673,
      "loc": {
        "start": {
          "line": 108,
          "column": 47
        },
        "end": {
          "line": 108,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exec",
      "start": 3673,
      "end": 3677,
      "loc": {
        "start": {
          "line": 108,
          "column": 48
        },
        "end": {
          "line": 108,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3677,
      "end": 3678,
      "loc": {
        "start": {
          "line": 108,
          "column": 52
        },
        "end": {
          "line": 108,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 3678,
      "end": 3684,
      "loc": {
        "start": {
          "line": 108,
          "column": 53
        },
        "end": {
          "line": 108,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3684,
      "end": 3685,
      "loc": {
        "start": {
          "line": 108,
          "column": 59
        },
        "end": {
          "line": 108,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3685,
      "end": 3686,
      "loc": {
        "start": {
          "line": 108,
          "column": 60
        },
        "end": {
          "line": 108,
          "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": 3693,
      "end": 3695,
      "loc": {
        "start": {
          "line": 109,
          "column": 6
        },
        "end": {
          "line": 109,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3696,
      "end": 3697,
      "loc": {
        "start": {
          "line": 109,
          "column": 9
        },
        "end": {
          "line": 109,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionMatches",
      "start": 3697,
      "end": 3712,
      "loc": {
        "start": {
          "line": 109,
          "column": 10
        },
        "end": {
          "line": 109,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3712,
      "end": 3713,
      "loc": {
        "start": {
          "line": 109,
          "column": 25
        },
        "end": {
          "line": 109,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3714,
      "end": 3715,
      "loc": {
        "start": {
          "line": 109,
          "column": 27
        },
        "end": {
          "line": 109,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentIndex",
      "start": 3724,
      "end": 3736,
      "loc": {
        "start": {
          "line": 110,
          "column": 8
        },
        "end": {
          "line": 110,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3737,
      "end": 3739,
      "loc": {
        "start": {
          "line": 110,
          "column": 21
        },
        "end": {
          "line": 110,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionMatches",
      "start": 3740,
      "end": 3755,
      "loc": {
        "start": {
          "line": 110,
          "column": 24
        },
        "end": {
          "line": 110,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3755,
      "end": 3756,
      "loc": {
        "start": {
          "line": 110,
          "column": 39
        },
        "end": {
          "line": 110,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3756,
      "end": 3757,
      "loc": {
        "start": {
          "line": 110,
          "column": 40
        },
        "end": {
          "line": 110,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3757,
      "end": 3758,
      "loc": {
        "start": {
          "line": 110,
          "column": 41
        },
        "end": {
          "line": 110,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3758,
      "end": 3759,
      "loc": {
        "start": {
          "line": 110,
          "column": 42
        },
        "end": {
          "line": 110,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 3759,
      "end": 3766,
      "loc": {
        "start": {
          "line": 110,
          "column": 43
        },
        "end": {
          "line": 110,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3766,
      "end": 3767,
      "loc": {
        "start": {
          "line": 110,
          "column": 50
        },
        "end": {
          "line": 110,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(",
      "start": 3767,
      "end": 3770,
      "loc": {
        "start": {
          "line": 110,
          "column": 51
        },
        "end": {
          "line": 110,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3770,
      "end": 3771,
      "loc": {
        "start": {
          "line": 110,
          "column": 54
        },
        "end": {
          "line": 110,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 110,
          "column": 55
        },
        "end": {
          "line": 110,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasJsonFunction",
      "start": 3781,
      "end": 3796,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3797,
      "end": 3798,
      "loc": {
        "start": {
          "line": 111,
          "column": 24
        },
        "end": {
          "line": 111,
          "column": 25
        }
      }
    },
    {
      "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": 3799,
      "end": 3803,
      "loc": {
        "start": {
          "line": 111,
          "column": 26
        },
        "end": {
          "line": 111,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3803,
      "end": 3804,
      "loc": {
        "start": {
          "line": 111,
          "column": 30
        },
        "end": {
          "line": 111,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "continue",
        "keyword": "continue",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "continue",
      "start": 3813,
      "end": 3821,
      "loc": {
        "start": {
          "line": 112,
          "column": 8
        },
        "end": {
          "line": 112,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3821,
      "end": 3822,
      "loc": {
        "start": {
          "line": 112,
          "column": 16
        },
        "end": {
          "line": 112,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3829,
      "end": 3830,
      "loc": {
        "start": {
          "line": 113,
          "column": 6
        },
        "end": {
          "line": 113,
          "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": 3838,
      "end": 3843,
      "loc": {
        "start": {
          "line": 115,
          "column": 6
        },
        "end": {
          "line": 115,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenMatches",
      "start": 3844,
      "end": 3856,
      "loc": {
        "start": {
          "line": 115,
          "column": 12
        },
        "end": {
          "line": 115,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3857,
      "end": 3858,
      "loc": {
        "start": {
          "line": 115,
          "column": 25
        },
        "end": {
          "line": 115,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenCaptureRegex",
      "start": 3859,
      "end": 3876,
      "loc": {
        "start": {
          "line": 115,
          "column": 27
        },
        "end": {
          "line": 115,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3876,
      "end": 3877,
      "loc": {
        "start": {
          "line": 115,
          "column": 44
        },
        "end": {
          "line": 115,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exec",
      "start": 3877,
      "end": 3881,
      "loc": {
        "start": {
          "line": 115,
          "column": 45
        },
        "end": {
          "line": 115,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3881,
      "end": 3882,
      "loc": {
        "start": {
          "line": 115,
          "column": 49
        },
        "end": {
          "line": 115,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 3882,
      "end": 3888,
      "loc": {
        "start": {
          "line": 115,
          "column": 50
        },
        "end": {
          "line": 115,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3888,
      "end": 3889,
      "loc": {
        "start": {
          "line": 115,
          "column": 56
        },
        "end": {
          "line": 115,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3889,
      "end": 3890,
      "loc": {
        "start": {
          "line": 115,
          "column": 57
        },
        "end": {
          "line": 115,
          "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": 3897,
      "end": 3899,
      "loc": {
        "start": {
          "line": 116,
          "column": 6
        },
        "end": {
          "line": 116,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3900,
      "end": 3901,
      "loc": {
        "start": {
          "line": 116,
          "column": 9
        },
        "end": {
          "line": 116,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenMatches",
      "start": 3901,
      "end": 3913,
      "loc": {
        "start": {
          "line": 116,
          "column": 10
        },
        "end": {
          "line": 116,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3913,
      "end": 3914,
      "loc": {
        "start": {
          "line": 116,
          "column": 22
        },
        "end": {
          "line": 116,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3915,
      "end": 3916,
      "loc": {
        "start": {
          "line": 116,
          "column": 24
        },
        "end": {
          "line": 116,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3925,
      "end": 3930,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "capturedToken",
      "start": 3931,
      "end": 3944,
      "loc": {
        "start": {
          "line": 117,
          "column": 14
        },
        "end": {
          "line": 117,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3945,
      "end": 3946,
      "loc": {
        "start": {
          "line": 117,
          "column": 28
        },
        "end": {
          "line": 117,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenMatches",
      "start": 3947,
      "end": 3959,
      "loc": {
        "start": {
          "line": 117,
          "column": 30
        },
        "end": {
          "line": 117,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3959,
      "end": 3960,
      "loc": {
        "start": {
          "line": 117,
          "column": 42
        },
        "end": {
          "line": 117,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3960,
      "end": 3961,
      "loc": {
        "start": {
          "line": 117,
          "column": 43
        },
        "end": {
          "line": 117,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3961,
      "end": 3962,
      "loc": {
        "start": {
          "line": 117,
          "column": 44
        },
        "end": {
          "line": 117,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3962,
      "end": 3963,
      "loc": {
        "start": {
          "line": 117,
          "column": 45
        },
        "end": {
          "line": 117,
          "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": 3972,
      "end": 3974,
      "loc": {
        "start": {
          "line": 118,
          "column": 8
        },
        "end": {
          "line": 118,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3975,
      "end": 3976,
      "loc": {
        "start": {
          "line": 118,
          "column": 11
        },
        "end": {
          "line": 118,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "capturedToken",
      "start": 3976,
      "end": 3989,
      "loc": {
        "start": {
          "line": 118,
          "column": 12
        },
        "end": {
          "line": 118,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3990,
      "end": 3993,
      "loc": {
        "start": {
          "line": 118,
          "column": 26
        },
        "end": {
          "line": 118,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(",
      "start": 3994,
      "end": 3997,
      "loc": {
        "start": {
          "line": 118,
          "column": 30
        },
        "end": {
          "line": 118,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3997,
      "end": 3998,
      "loc": {
        "start": {
          "line": 118,
          "column": 33
        },
        "end": {
          "line": 118,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3999,
      "end": 4000,
      "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": "openingBrackets",
      "start": 4011,
      "end": 4026,
      "loc": {
        "start": {
          "line": 119,
          "column": 10
        },
        "end": {
          "line": 119,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 4026,
      "end": 4028,
      "loc": {
        "start": {
          "line": 119,
          "column": 25
        },
        "end": {
          "line": 119,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4028,
      "end": 4029,
      "loc": {
        "start": {
          "line": 119,
          "column": 27
        },
        "end": {
          "line": 119,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4038,
      "end": 4039,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "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": 4040,
      "end": 4044,
      "loc": {
        "start": {
          "line": 120,
          "column": 10
        },
        "end": {
          "line": 120,
          "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": 4045,
      "end": 4047,
      "loc": {
        "start": {
          "line": 120,
          "column": 15
        },
        "end": {
          "line": 120,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4048,
      "end": 4049,
      "loc": {
        "start": {
          "line": 120,
          "column": 18
        },
        "end": {
          "line": 120,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "capturedToken",
      "start": 4049,
      "end": 4062,
      "loc": {
        "start": {
          "line": 120,
          "column": 19
        },
        "end": {
          "line": 120,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4063,
      "end": 4066,
      "loc": {
        "start": {
          "line": 120,
          "column": 33
        },
        "end": {
          "line": 120,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 4067,
      "end": 4070,
      "loc": {
        "start": {
          "line": 120,
          "column": 37
        },
        "end": {
          "line": 120,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4070,
      "end": 4071,
      "loc": {
        "start": {
          "line": 120,
          "column": 40
        },
        "end": {
          "line": 120,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4072,
      "end": 4073,
      "loc": {
        "start": {
          "line": 120,
          "column": 42
        },
        "end": {
          "line": 120,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "closingBrackets",
      "start": 4084,
      "end": 4099,
      "loc": {
        "start": {
          "line": 121,
          "column": 10
        },
        "end": {
          "line": 121,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 4099,
      "end": 4101,
      "loc": {
        "start": {
          "line": 121,
          "column": 25
        },
        "end": {
          "line": 121,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4101,
      "end": 4102,
      "loc": {
        "start": {
          "line": 121,
          "column": 27
        },
        "end": {
          "line": 121,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4111,
      "end": 4112,
      "loc": {
        "start": {
          "line": 122,
          "column": 8
        },
        "end": {
          "line": 122,
          "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": 4113,
      "end": 4117,
      "loc": {
        "start": {
          "line": 122,
          "column": 10
        },
        "end": {
          "line": 122,
          "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": 4118,
      "end": 4120,
      "loc": {
        "start": {
          "line": 122,
          "column": 15
        },
        "end": {
          "line": 122,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4121,
      "end": 4122,
      "loc": {
        "start": {
          "line": 122,
          "column": 18
        },
        "end": {
          "line": 122,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "capturedToken",
      "start": 4122,
      "end": 4135,
      "loc": {
        "start": {
          "line": 122,
          "column": 19
        },
        "end": {
          "line": 122,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4136,
      "end": 4139,
      "loc": {
        "start": {
          "line": 122,
          "column": 33
        },
        "end": {
          "line": 122,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 4140,
      "end": 4143,
      "loc": {
        "start": {
          "line": 122,
          "column": 37
        },
        "end": {
          "line": 122,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4143,
      "end": 4144,
      "loc": {
        "start": {
          "line": 122,
          "column": 40
        },
        "end": {
          "line": 122,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4145,
      "end": 4146,
      "loc": {
        "start": {
          "line": 122,
          "column": 42
        },
        "end": {
          "line": 122,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasInvalidToken",
      "start": 4157,
      "end": 4172,
      "loc": {
        "start": {
          "line": 123,
          "column": 10
        },
        "end": {
          "line": 123,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4173,
      "end": 4174,
      "loc": {
        "start": {
          "line": 123,
          "column": 26
        },
        "end": {
          "line": 123,
          "column": 27
        }
      }
    },
    {
      "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": 4175,
      "end": 4179,
      "loc": {
        "start": {
          "line": 123,
          "column": 28
        },
        "end": {
          "line": 123,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4179,
      "end": 4180,
      "loc": {
        "start": {
          "line": 123,
          "column": 32
        },
        "end": {
          "line": 123,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 4191,
      "end": 4196,
      "loc": {
        "start": {
          "line": 124,
          "column": 10
        },
        "end": {
          "line": 124,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 124,
          "column": 15
        },
        "end": {
          "line": 124,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4206,
      "end": 4207,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentIndex",
      "start": 4216,
      "end": 4228,
      "loc": {
        "start": {
          "line": 126,
          "column": 8
        },
        "end": {
          "line": 126,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4229,
      "end": 4231,
      "loc": {
        "start": {
          "line": 126,
          "column": 21
        },
        "end": {
          "line": 126,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenMatches",
      "start": 4232,
      "end": 4244,
      "loc": {
        "start": {
          "line": 126,
          "column": 24
        },
        "end": {
          "line": 126,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4244,
      "end": 4245,
      "loc": {
        "start": {
          "line": 126,
          "column": 36
        },
        "end": {
          "line": 126,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4245,
      "end": 4246,
      "loc": {
        "start": {
          "line": 126,
          "column": 37
        },
        "end": {
          "line": 126,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4246,
      "end": 4247,
      "loc": {
        "start": {
          "line": 126,
          "column": 38
        },
        "end": {
          "line": 126,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4247,
      "end": 4248,
      "loc": {
        "start": {
          "line": 126,
          "column": 39
        },
        "end": {
          "line": 126,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4248,
      "end": 4254,
      "loc": {
        "start": {
          "line": 126,
          "column": 40
        },
        "end": {
          "line": 126,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4254,
      "end": 4255,
      "loc": {
        "start": {
          "line": 126,
          "column": 46
        },
        "end": {
          "line": 126,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "continue",
        "keyword": "continue",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "continue",
      "start": 4264,
      "end": 4272,
      "loc": {
        "start": {
          "line": 127,
          "column": 8
        },
        "end": {
          "line": 127,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4272,
      "end": 4273,
      "loc": {
        "start": {
          "line": 127,
          "column": 16
        },
        "end": {
          "line": 127,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4280,
      "end": 4281,
      "loc": {
        "start": {
          "line": 128,
          "column": 6
        },
        "end": {
          "line": 128,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 4289,
      "end": 4294,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4294,
      "end": 4295,
      "loc": {
        "start": {
          "line": 130,
          "column": 11
        },
        "end": {
          "line": 130,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4300,
      "end": 4301,
      "loc": {
        "start": {
          "line": 131,
          "column": 4
        },
        "end": {
          "line": 131,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check invalid json statement",
      "start": 4307,
      "end": 4338,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasInvalidToken",
      "start": 4343,
      "end": 4358,
      "loc": {
        "start": {
          "line": 134,
          "column": 4
        },
        "end": {
          "line": 134,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "|=",
      "start": 4359,
      "end": 4361,
      "loc": {
        "start": {
          "line": 134,
          "column": 20
        },
        "end": {
          "line": 134,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "openingBrackets",
      "start": 4362,
      "end": 4377,
      "loc": {
        "start": {
          "line": 134,
          "column": 23
        },
        "end": {
          "line": 134,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4378,
      "end": 4381,
      "loc": {
        "start": {
          "line": 134,
          "column": 39
        },
        "end": {
          "line": 134,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "closingBrackets",
      "start": 4382,
      "end": 4397,
      "loc": {
        "start": {
          "line": 134,
          "column": 43
        },
        "end": {
          "line": 134,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4397,
      "end": 4398,
      "loc": {
        "start": {
          "line": 134,
          "column": 58
        },
        "end": {
          "line": 134,
          "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": 4403,
      "end": 4405,
      "loc": {
        "start": {
          "line": 135,
          "column": 4
        },
        "end": {
          "line": 135,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4406,
      "end": 4407,
      "loc": {
        "start": {
          "line": 135,
          "column": 7
        },
        "end": {
          "line": 135,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasJsonFunction",
      "start": 4407,
      "end": 4422,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4423,
      "end": 4425,
      "loc": {
        "start": {
          "line": 135,
          "column": 24
        },
        "end": {
          "line": 135,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasInvalidToken",
      "start": 4426,
      "end": 4441,
      "loc": {
        "start": {
          "line": 135,
          "column": 27
        },
        "end": {
          "line": 135,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4441,
      "end": 4442,
      "loc": {
        "start": {
          "line": 135,
          "column": 42
        },
        "end": {
          "line": 135,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4443,
      "end": 4444,
      "loc": {
        "start": {
          "line": 135,
          "column": 44
        },
        "end": {
          "line": 135,
          "column": 45
        }
      }
    },
    {
      "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": 4451,
      "end": 4456,
      "loc": {
        "start": {
          "line": 136,
          "column": 6
        },
        "end": {
          "line": 136,
          "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": 4457,
      "end": 4460,
      "loc": {
        "start": {
          "line": 136,
          "column": 12
        },
        "end": {
          "line": 136,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 4461,
      "end": 4466,
      "loc": {
        "start": {
          "line": 136,
          "column": 16
        },
        "end": {
          "line": 136,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4466,
      "end": 4467,
      "loc": {
        "start": {
          "line": 136,
          "column": 21
        },
        "end": {
          "line": 136,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Invalid json statement: ",
      "start": 4467,
      "end": 4493,
      "loc": {
        "start": {
          "line": 136,
          "column": 22
        },
        "end": {
          "line": 136,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4494,
      "end": 4495,
      "loc": {
        "start": {
          "line": 136,
          "column": 49
        },
        "end": {
          "line": 136,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stmt",
      "start": 4496,
      "end": 4500,
      "loc": {
        "start": {
          "line": 136,
          "column": 51
        },
        "end": {
          "line": 136,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4500,
      "end": 4501,
      "loc": {
        "start": {
          "line": 136,
          "column": 55
        },
        "end": {
          "line": 136,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4501,
      "end": 4502,
      "loc": {
        "start": {
          "line": 136,
          "column": 56
        },
        "end": {
          "line": 136,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4507,
      "end": 4508,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 137,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " return true if the statement has valid json function",
      "start": 4514,
      "end": 4569,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "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": 4574,
      "end": 4580,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasJsonFunction",
      "start": 4581,
      "end": 4596,
      "loc": {
        "start": {
          "line": 140,
          "column": 11
        },
        "end": {
          "line": 140,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4596,
      "end": 4597,
      "loc": {
        "start": {
          "line": 140,
          "column": 26
        },
        "end": {
          "line": 140,
          "column": 27
        }
      }
    },
    {
      "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": 141,
          "column": 2
        },
        "end": {
          "line": 141,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4601,
      "end": 4602,
      "loc": {
        "start": {
          "line": 141,
          "column": 3
        },
        "end": {
          "line": 141,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Generates an SQL query that extract JSON property of given path.\n   *\n   * @param   {String}               column  The JSON column\n   * @param   {String|Array<String>} [path]  The path to extract (optional)\n   * @returns {String}                       The generated sql query\n   * @private\n   ",
      "start": 4606,
      "end": 4910,
      "loc": {
        "start": {
          "line": 143,
          "column": 2
        },
        "end": {
          "line": 150,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "jsonPathExtractionQuery",
      "start": 4913,
      "end": 4936,
      "loc": {
        "start": {
          "line": 151,
          "column": 2
        },
        "end": {
          "line": 151,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4936,
      "end": 4937,
      "loc": {
        "start": {
          "line": 151,
          "column": 25
        },
        "end": {
          "line": 151,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 4937,
      "end": 4943,
      "loc": {
        "start": {
          "line": 151,
          "column": 26
        },
        "end": {
          "line": 151,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4943,
      "end": 4944,
      "loc": {
        "start": {
          "line": 151,
          "column": 32
        },
        "end": {
          "line": 151,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4945,
      "end": 4949,
      "loc": {
        "start": {
          "line": 151,
          "column": 34
        },
        "end": {
          "line": 151,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4949,
      "end": 4950,
      "loc": {
        "start": {
          "line": 151,
          "column": 38
        },
        "end": {
          "line": 151,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4951,
      "end": 4952,
      "loc": {
        "start": {
          "line": 151,
          "column": 40
        },
        "end": {
          "line": 151,
          "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": 4957,
      "end": 4962,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paths",
      "start": 4963,
      "end": 4968,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4969,
      "end": 4970,
      "loc": {
        "start": {
          "line": 152,
          "column": 16
        },
        "end": {
          "line": 152,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4971,
      "end": 4972,
      "loc": {
        "start": {
          "line": 152,
          "column": 18
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4972,
      "end": 4973,
      "loc": {
        "start": {
          "line": 152,
          "column": 19
        },
        "end": {
          "line": 152,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPath",
      "start": 4973,
      "end": 4979,
      "loc": {
        "start": {
          "line": 152,
          "column": 20
        },
        "end": {
          "line": 152,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 152,
          "column": 26
        },
        "end": {
          "line": 152,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4980,
      "end": 4984,
      "loc": {
        "start": {
          "line": 152,
          "column": 27
        },
        "end": {
          "line": 152,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4984,
      "end": 4985,
      "loc": {
        "start": {
          "line": 152,
          "column": 31
        },
        "end": {
          "line": 152,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4985,
      "end": 4986,
      "loc": {
        "start": {
          "line": 152,
          "column": 32
        },
        "end": {
          "line": 152,
          "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": 4991,
      "end": 4996,
      "loc": {
        "start": {
          "line": 153,
          "column": 4
        },
        "end": {
          "line": 153,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pathStr",
      "start": 4997,
      "end": 5004,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5005,
      "end": 5006,
      "loc": {
        "start": {
          "line": 153,
          "column": 18
        },
        "end": {
          "line": 153,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5007,
      "end": 5008,
      "loc": {
        "start": {
          "line": 153,
          "column": 20
        },
        "end": {
          "line": 153,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "$",
      "start": 5008,
      "end": 5011,
      "loc": {
        "start": {
          "line": 153,
          "column": 21
        },
        "end": {
          "line": 153,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5011,
      "end": 5012,
      "loc": {
        "start": {
          "line": 153,
          "column": 24
        },
        "end": {
          "line": 153,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5019,
      "end": 5020,
      "loc": {
        "start": {
          "line": 154,
          "column": 6
        },
        "end": {
          "line": 154,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "concat",
      "start": 5020,
      "end": 5026,
      "loc": {
        "start": {
          "line": 154,
          "column": 7
        },
        "end": {
          "line": 154,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5026,
      "end": 5027,
      "loc": {
        "start": {
          "line": 154,
          "column": 13
        },
        "end": {
          "line": 154,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paths",
      "start": 5027,
      "end": 5032,
      "loc": {
        "start": {
          "line": 154,
          "column": 14
        },
        "end": {
          "line": 154,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5032,
      "end": 5033,
      "loc": {
        "start": {
          "line": 154,
          "column": 19
        },
        "end": {
          "line": 154,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5040,
      "end": 5041,
      "loc": {
        "start": {
          "line": 155,
          "column": 6
        },
        "end": {
          "line": 155,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 5041,
      "end": 5045,
      "loc": {
        "start": {
          "line": 155,
          "column": 7
        },
        "end": {
          "line": 155,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5045,
      "end": 5046,
      "loc": {
        "start": {
          "line": 155,
          "column": 11
        },
        "end": {
          "line": 155,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 5046,
      "end": 5049,
      "loc": {
        "start": {
          "line": 155,
          "column": 12
        },
        "end": {
          "line": 155,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5049,
      "end": 5050,
      "loc": {
        "start": {
          "line": 155,
          "column": 15
        },
        "end": {
          "line": 155,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5057,
      "end": 5058,
      "loc": {
        "start": {
          "line": 156,
          "column": 6
        },
        "end": {
          "line": 156,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 5058,
      "end": 5065,
      "loc": {
        "start": {
          "line": 156,
          "column": 7
        },
        "end": {
          "line": 156,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5065,
      "end": 5066,
      "loc": {
        "start": {
          "line": 156,
          "column": 14
        },
        "end": {
          "line": 156,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "\\.(\\d+)(?:(?=\\.)|$)",
        "flags": "g"
      },
      "start": 5066,
      "end": 5088,
      "loc": {
        "start": {
          "line": 156,
          "column": 15
        },
        "end": {
          "line": 156,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5088,
      "end": 5089,
      "loc": {
        "start": {
          "line": 156,
          "column": 37
        },
        "end": {
          "line": 156,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5090,
      "end": 5091,
      "loc": {
        "start": {
          "line": 156,
          "column": 39
        },
        "end": {
          "line": 156,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5091,
      "end": 5092,
      "loc": {
        "start": {
          "line": 156,
          "column": 40
        },
        "end": {
          "line": 156,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5092,
      "end": 5093,
      "loc": {
        "start": {
          "line": 156,
          "column": 41
        },
        "end": {
          "line": 156,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "digit",
      "start": 5094,
      "end": 5099,
      "loc": {
        "start": {
          "line": 156,
          "column": 43
        },
        "end": {
          "line": 156,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5099,
      "end": 5100,
      "loc": {
        "start": {
          "line": 156,
          "column": 48
        },
        "end": {
          "line": 156,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5101,
      "end": 5103,
      "loc": {
        "start": {
          "line": 156,
          "column": 50
        },
        "end": {
          "line": 156,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5104,
      "end": 5105,
      "loc": {
        "start": {
          "line": 156,
          "column": 53
        },
        "end": {
          "line": 156,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[",
      "start": 5105,
      "end": 5106,
      "loc": {
        "start": {
          "line": 156,
          "column": 54
        },
        "end": {
          "line": 156,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5106,
      "end": 5108,
      "loc": {
        "start": {
          "line": 156,
          "column": 55
        },
        "end": {
          "line": 156,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "digit",
      "start": 5108,
      "end": 5113,
      "loc": {
        "start": {
          "line": 156,
          "column": 57
        },
        "end": {
          "line": 156,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 156,
          "column": 62
        },
        "end": {
          "line": 156,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "]",
      "start": 5114,
      "end": 5115,
      "loc": {
        "start": {
          "line": 156,
          "column": 63
        },
        "end": {
          "line": 156,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5115,
      "end": 5116,
      "loc": {
        "start": {
          "line": 156,
          "column": 64
        },
        "end": {
          "line": 156,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5116,
      "end": 5117,
      "loc": {
        "start": {
          "line": 156,
          "column": 65
        },
        "end": {
          "line": 156,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5117,
      "end": 5118,
      "loc": {
        "start": {
          "line": 156,
          "column": 66
        },
        "end": {
          "line": 156,
          "column": 67
        }
      }
    },
    {
      "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": 5124,
      "end": 5129,
      "loc": {
        "start": {
          "line": 158,
          "column": 4
        },
        "end": {
          "line": 158,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedColumn",
      "start": 5130,
      "end": 5142,
      "loc": {
        "start": {
          "line": 158,
          "column": 10
        },
        "end": {
          "line": 158,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5143,
      "end": 5144,
      "loc": {
        "start": {
          "line": 158,
          "column": 23
        },
        "end": {
          "line": 158,
          "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": 5145,
      "end": 5149,
      "loc": {
        "start": {
          "line": 158,
          "column": 25
        },
        "end": {
          "line": 158,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5149,
      "end": 5150,
      "loc": {
        "start": {
          "line": 158,
          "column": 29
        },
        "end": {
          "line": 158,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIdentifierQuoted",
      "start": 5150,
      "end": 5168,
      "loc": {
        "start": {
          "line": 158,
          "column": 30
        },
        "end": {
          "line": 158,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5168,
      "end": 5169,
      "loc": {
        "start": {
          "line": 158,
          "column": 48
        },
        "end": {
          "line": 158,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 5169,
      "end": 5175,
      "loc": {
        "start": {
          "line": 158,
          "column": 49
        },
        "end": {
          "line": 158,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5175,
      "end": 5176,
      "loc": {
        "start": {
          "line": 158,
          "column": 55
        },
        "end": {
          "line": 158,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5177,
      "end": 5178,
      "loc": {
        "start": {
          "line": 158,
          "column": 57
        },
        "end": {
          "line": 158,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 5179,
      "end": 5185,
      "loc": {
        "start": {
          "line": 158,
          "column": 59
        },
        "end": {
          "line": 158,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5186,
      "end": 5187,
      "loc": {
        "start": {
          "line": 158,
          "column": 66
        },
        "end": {
          "line": 158,
          "column": 67
        }
      }
    },
    {
      "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": 5188,
      "end": 5192,
      "loc": {
        "start": {
          "line": 158,
          "column": 68
        },
        "end": {
          "line": 158,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5192,
      "end": 5193,
      "loc": {
        "start": {
          "line": 158,
          "column": 72
        },
        "end": {
          "line": 158,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 5193,
      "end": 5208,
      "loc": {
        "start": {
          "line": 158,
          "column": 73
        },
        "end": {
          "line": 158,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5208,
      "end": 5209,
      "loc": {
        "start": {
          "line": 158,
          "column": 88
        },
        "end": {
          "line": 158,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 5209,
      "end": 5215,
      "loc": {
        "start": {
          "line": 158,
          "column": 89
        },
        "end": {
          "line": 158,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5215,
      "end": 5216,
      "loc": {
        "start": {
          "line": 158,
          "column": 95
        },
        "end": {
          "line": 158,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5216,
      "end": 5217,
      "loc": {
        "start": {
          "line": 158,
          "column": 96
        },
        "end": {
          "line": 158,
          "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": 5222,
      "end": 5228,
      "loc": {
        "start": {
          "line": 159,
          "column": 4
        },
        "end": {
          "line": 159,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5229,
      "end": 5230,
      "loc": {
        "start": {
          "line": 159,
          "column": 11
        },
        "end": {
          "line": 159,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "json_extract(",
      "start": 5230,
      "end": 5243,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5243,
      "end": 5245,
      "loc": {
        "start": {
          "line": 159,
          "column": 25
        },
        "end": {
          "line": 159,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedColumn",
      "start": 5245,
      "end": 5257,
      "loc": {
        "start": {
          "line": 159,
          "column": 27
        },
        "end": {
          "line": 159,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5257,
      "end": 5258,
      "loc": {
        "start": {
          "line": 159,
          "column": 39
        },
        "end": {
          "line": 159,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", '",
      "start": 5258,
      "end": 5261,
      "loc": {
        "start": {
          "line": 159,
          "column": 40
        },
        "end": {
          "line": 159,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5261,
      "end": 5263,
      "loc": {
        "start": {
          "line": 159,
          "column": 43
        },
        "end": {
          "line": 159,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pathStr",
      "start": 5263,
      "end": 5270,
      "loc": {
        "start": {
          "line": 159,
          "column": 45
        },
        "end": {
          "line": 159,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5270,
      "end": 5271,
      "loc": {
        "start": {
          "line": 159,
          "column": 52
        },
        "end": {
          "line": 159,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "')",
      "start": 5271,
      "end": 5273,
      "loc": {
        "start": {
          "line": 159,
          "column": 53
        },
        "end": {
          "line": 159,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5273,
      "end": 5274,
      "loc": {
        "start": {
          "line": 159,
          "column": 55
        },
        "end": {
          "line": 159,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5274,
      "end": 5275,
      "loc": {
        "start": {
          "line": 159,
          "column": 56
        },
        "end": {
          "line": 159,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5278,
      "end": 5279,
      "loc": {
        "start": {
          "line": 160,
          "column": 2
        },
        "end": {
          "line": 160,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5279,
      "end": 5280,
      "loc": {
        "start": {
          "line": 160,
          "column": 3
        },
        "end": {
          "line": 160,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleSequelizeMethod",
      "start": 5284,
      "end": 5305,
      "loc": {
        "start": {
          "line": 162,
          "column": 2
        },
        "end": {
          "line": 162,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5305,
      "end": 5306,
      "loc": {
        "start": {
          "line": 162,
          "column": 23
        },
        "end": {
          "line": 162,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 5306,
      "end": 5310,
      "loc": {
        "start": {
          "line": 162,
          "column": 24
        },
        "end": {
          "line": 162,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5310,
      "end": 5311,
      "loc": {
        "start": {
          "line": 162,
          "column": 28
        },
        "end": {
          "line": 162,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5312,
      "end": 5321,
      "loc": {
        "start": {
          "line": 162,
          "column": 30
        },
        "end": {
          "line": 162,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5321,
      "end": 5322,
      "loc": {
        "start": {
          "line": 162,
          "column": 39
        },
        "end": {
          "line": 162,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 5323,
      "end": 5330,
      "loc": {
        "start": {
          "line": 162,
          "column": 41
        },
        "end": {
          "line": 162,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5330,
      "end": 5331,
      "loc": {
        "start": {
          "line": 162,
          "column": 48
        },
        "end": {
          "line": 162,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5332,
      "end": 5339,
      "loc": {
        "start": {
          "line": 162,
          "column": 50
        },
        "end": {
          "line": 162,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5339,
      "end": 5340,
      "loc": {
        "start": {
          "line": 162,
          "column": 57
        },
        "end": {
          "line": 162,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prepend",
      "start": 5341,
      "end": 5348,
      "loc": {
        "start": {
          "line": 162,
          "column": 59
        },
        "end": {
          "line": 162,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5348,
      "end": 5349,
      "loc": {
        "start": {
          "line": 162,
          "column": 66
        },
        "end": {
          "line": 162,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5350,
      "end": 5351,
      "loc": {
        "start": {
          "line": 162,
          "column": 68
        },
        "end": {
          "line": 162,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5356,
      "end": 5358,
      "loc": {
        "start": {
          "line": 163,
          "column": 4
        },
        "end": {
          "line": 163,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5359,
      "end": 5360,
      "loc": {
        "start": {
          "line": 163,
          "column": 7
        },
        "end": {
          "line": 163,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 5360,
      "end": 5364,
      "loc": {
        "start": {
          "line": 163,
          "column": 8
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "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": 5365,
      "end": 5375,
      "loc": {
        "start": {
          "line": 163,
          "column": 13
        },
        "end": {
          "line": 163,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 5376,
      "end": 5381,
      "loc": {
        "start": {
          "line": 163,
          "column": 24
        },
        "end": {
          "line": 163,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5381,
      "end": 5382,
      "loc": {
        "start": {
          "line": 163,
          "column": 29
        },
        "end": {
          "line": 163,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Json",
      "start": 5382,
      "end": 5386,
      "loc": {
        "start": {
          "line": 163,
          "column": 30
        },
        "end": {
          "line": 163,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 163,
          "column": 34
        },
        "end": {
          "line": 163,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5388,
      "end": 5389,
      "loc": {
        "start": {
          "line": 163,
          "column": 36
        },
        "end": {
          "line": 163,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Parse nested object",
      "start": 5396,
      "end": 5418,
      "loc": {
        "start": {
          "line": 164,
          "column": 6
        },
        "end": {
          "line": 164,
          "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": 5425,
      "end": 5427,
      "loc": {
        "start": {
          "line": 165,
          "column": 6
        },
        "end": {
          "line": 165,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5428,
      "end": 5429,
      "loc": {
        "start": {
          "line": 165,
          "column": 9
        },
        "end": {
          "line": 165,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 5429,
      "end": 5433,
      "loc": {
        "start": {
          "line": 165,
          "column": 10
        },
        "end": {
          "line": 165,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5433,
      "end": 5434,
      "loc": {
        "start": {
          "line": 165,
          "column": 14
        },
        "end": {
          "line": 165,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 5434,
      "end": 5444,
      "loc": {
        "start": {
          "line": 165,
          "column": 15
        },
        "end": {
          "line": 165,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5444,
      "end": 5445,
      "loc": {
        "start": {
          "line": 165,
          "column": 25
        },
        "end": {
          "line": 165,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5446,
      "end": 5447,
      "loc": {
        "start": {
          "line": 165,
          "column": 27
        },
        "end": {
          "line": 165,
          "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": 5456,
      "end": 5461,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 5462,
      "end": 5472,
      "loc": {
        "start": {
          "line": 166,
          "column": 14
        },
        "end": {
          "line": 166,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5473,
      "end": 5474,
      "loc": {
        "start": {
          "line": 166,
          "column": 25
        },
        "end": {
          "line": 166,
          "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": 5475,
      "end": 5479,
      "loc": {
        "start": {
          "line": 166,
          "column": 27
        },
        "end": {
          "line": 166,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5479,
      "end": 5480,
      "loc": {
        "start": {
          "line": 166,
          "column": 31
        },
        "end": {
          "line": 166,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseConditionObject",
      "start": 5480,
      "end": 5500,
      "loc": {
        "start": {
          "line": 166,
          "column": 32
        },
        "end": {
          "line": 166,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5500,
      "end": 5501,
      "loc": {
        "start": {
          "line": 166,
          "column": 52
        },
        "end": {
          "line": 166,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 5501,
      "end": 5505,
      "loc": {
        "start": {
          "line": 166,
          "column": 53
        },
        "end": {
          "line": 166,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5505,
      "end": 5506,
      "loc": {
        "start": {
          "line": 166,
          "column": 57
        },
        "end": {
          "line": 166,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 5506,
      "end": 5516,
      "loc": {
        "start": {
          "line": 166,
          "column": 58
        },
        "end": {
          "line": 166,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5516,
      "end": 5517,
      "loc": {
        "start": {
          "line": 166,
          "column": 68
        },
        "end": {
          "line": 166,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5517,
      "end": 5518,
      "loc": {
        "start": {
          "line": 166,
          "column": 69
        },
        "end": {
          "line": 166,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 5518,
      "end": 5521,
      "loc": {
        "start": {
          "line": 166,
          "column": 70
        },
        "end": {
          "line": 166,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5521,
      "end": 5522,
      "loc": {
        "start": {
          "line": 166,
          "column": 73
        },
        "end": {
          "line": 166,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condition",
      "start": 5522,
      "end": 5531,
      "loc": {
        "start": {
          "line": 166,
          "column": 74
        },
        "end": {
          "line": 166,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5532,
      "end": 5534,
      "loc": {
        "start": {
          "line": 166,
          "column": 84
        },
        "end": {
          "line": 166,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5545,
      "end": 5546,
      "loc": {
        "start": {
          "line": 167,
          "column": 10
        },
        "end": {
          "line": 167,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 5546,
      "end": 5546,
      "loc": {
        "start": {
          "line": 167,
          "column": 11
        },
        "end": {
          "line": 167,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5546,
      "end": 5548,
      "loc": {
        "start": {
          "line": 167,
          "column": 11
        },
        "end": {
          "line": 167,
          "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": 5548,
      "end": 5552,
      "loc": {
        "start": {
          "line": 167,
          "column": 13
        },
        "end": {
          "line": 167,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5552,
      "end": 5553,
      "loc": {
        "start": {
          "line": 167,
          "column": 17
        },
        "end": {
          "line": 167,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "jsonPathExtractionQuery",
      "start": 5553,
      "end": 5576,
      "loc": {
        "start": {
          "line": 167,
          "column": 18
        },
        "end": {
          "line": 167,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5576,
      "end": 5577,
      "loc": {
        "start": {
          "line": 167,
          "column": 41
        },
        "end": {
          "line": 167,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5577,
      "end": 5578,
      "loc": {
        "start": {
          "line": 167,
          "column": 42
        },
        "end": {
          "line": 167,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5578,
      "end": 5579,
      "loc": {
        "start": {
          "line": 167,
          "column": 43
        },
        "end": {
          "line": 167,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "first",
      "start": 5579,
      "end": 5584,
      "loc": {
        "start": {
          "line": 167,
          "column": 44
        },
        "end": {
          "line": 167,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5584,
      "end": 5585,
      "loc": {
        "start": {
          "line": 167,
          "column": 49
        },
        "end": {
          "line": 167,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condition",
      "start": 5585,
      "end": 5594,
      "loc": {
        "start": {
          "line": 167,
          "column": 50
        },
        "end": {
          "line": 167,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5594,
      "end": 5595,
      "loc": {
        "start": {
          "line": 167,
          "column": 59
        },
        "end": {
          "line": 167,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 5595,
      "end": 5599,
      "loc": {
        "start": {
          "line": 167,
          "column": 60
        },
        "end": {
          "line": 167,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5599,
      "end": 5600,
      "loc": {
        "start": {
          "line": 167,
          "column": 64
        },
        "end": {
          "line": 167,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5600,
      "end": 5601,
      "loc": {
        "start": {
          "line": 167,
          "column": 65
        },
        "end": {
          "line": 167,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5602,
      "end": 5603,
      "loc": {
        "start": {
          "line": 167,
          "column": 67
        },
        "end": {
          "line": 167,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5603,
      "end": 5604,
      "loc": {
        "start": {
          "line": 167,
          "column": 68
        },
        "end": {
          "line": 167,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tail",
      "start": 5604,
      "end": 5608,
      "loc": {
        "start": {
          "line": 167,
          "column": 69
        },
        "end": {
          "line": 167,
          "column": 73
        }
      }
    },
    {
      "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": 73
        },
        "end": {
          "line": 167,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condition",
      "start": 5609,
      "end": 5618,
      "loc": {
        "start": {
          "line": 167,
          "column": 74
        },
        "end": {
          "line": 167,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "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": 83
        },
        "end": {
          "line": 167,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 5619,
      "end": 5623,
      "loc": {
        "start": {
          "line": 167,
          "column": 84
        },
        "end": {
          "line": 167,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5623,
      "end": 5624,
      "loc": {
        "start": {
          "line": 167,
          "column": 88
        },
        "end": {
          "line": 167,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5624,
      "end": 5625,
      "loc": {
        "start": {
          "line": 167,
          "column": 89
        },
        "end": {
          "line": 167,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5625,
      "end": 5626,
      "loc": {
        "start": {
          "line": 167,
          "column": 90
        },
        "end": {
          "line": 167,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " = '",
      "start": 5626,
      "end": 5630,
      "loc": {
        "start": {
          "line": 167,
          "column": 91
        },
        "end": {
          "line": 167,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5630,
      "end": 5632,
      "loc": {
        "start": {
          "line": 167,
          "column": 95
        },
        "end": {
          "line": 167,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condition",
      "start": 5632,
      "end": 5641,
      "loc": {
        "start": {
          "line": 167,
          "column": 97
        },
        "end": {
          "line": 167,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5641,
      "end": 5642,
      "loc": {
        "start": {
          "line": 167,
          "column": 106
        },
        "end": {
          "line": 167,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5642,
      "end": 5647,
      "loc": {
        "start": {
          "line": 167,
          "column": 107
        },
        "end": {
          "line": 167,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5647,
      "end": 5648,
      "loc": {
        "start": {
          "line": 167,
          "column": 112
        },
        "end": {
          "line": 167,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "'",
      "start": 5648,
      "end": 5649,
      "loc": {
        "start": {
          "line": 167,
          "column": 113
        },
        "end": {
          "line": 167,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5649,
      "end": 5650,
      "loc": {
        "start": {
          "line": 167,
          "column": 114
        },
        "end": {
          "line": 167,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5659,
      "end": 5660,
      "loc": {
        "start": {
          "line": 168,
          "column": 8
        },
        "end": {
          "line": 168,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5660,
      "end": 5661,
      "loc": {
        "start": {
          "line": 168,
          "column": 9
        },
        "end": {
          "line": 168,
          "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": 5671,
      "end": 5677,
      "loc": {
        "start": {
          "line": 170,
          "column": 8
        },
        "end": {
          "line": 170,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 5678,
      "end": 5688,
      "loc": {
        "start": {
          "line": 170,
          "column": 15
        },
        "end": {
          "line": 170,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5688,
      "end": 5689,
      "loc": {
        "start": {
          "line": 170,
          "column": 25
        },
        "end": {
          "line": 170,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 5689,
      "end": 5693,
      "loc": {
        "start": {
          "line": 170,
          "column": 26
        },
        "end": {
          "line": 170,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5693,
      "end": 5694,
      "loc": {
        "start": {
          "line": 170,
          "column": 30
        },
        "end": {
          "line": 170,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AND ",
      "start": 5694,
      "end": 5701,
      "loc": {
        "start": {
          "line": 170,
          "column": 31
        },
        "end": {
          "line": 170,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5701,
      "end": 5702,
      "loc": {
        "start": {
          "line": 170,
          "column": 38
        },
        "end": {
          "line": 170,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5702,
      "end": 5703,
      "loc": {
        "start": {
          "line": 170,
          "column": 39
        },
        "end": {
          "line": 170,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5710,
      "end": 5711,
      "loc": {
        "start": {
          "line": 171,
          "column": 6
        },
        "end": {
          "line": 171,
          "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": 5712,
      "end": 5716,
      "loc": {
        "start": {
          "line": 171,
          "column": 8
        },
        "end": {
          "line": 171,
          "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": 5717,
      "end": 5719,
      "loc": {
        "start": {
          "line": 171,
          "column": 13
        },
        "end": {
          "line": 171,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5720,
      "end": 5721,
      "loc": {
        "start": {
          "line": 171,
          "column": 16
        },
        "end": {
          "line": 171,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 5721,
      "end": 5725,
      "loc": {
        "start": {
          "line": 171,
          "column": 17
        },
        "end": {
          "line": 171,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5725,
      "end": 5726,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 5726,
      "end": 5730,
      "loc": {
        "start": {
          "line": 171,
          "column": 22
        },
        "end": {
          "line": 171,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5730,
      "end": 5731,
      "loc": {
        "start": {
          "line": 171,
          "column": 26
        },
        "end": {
          "line": 171,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5732,
      "end": 5733,
      "loc": {
        "start": {
          "line": 171,
          "column": 28
        },
        "end": {
          "line": 171,
          "column": 29
        }
      }
    },
    {
      "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": 5742,
      "end": 5745,
      "loc": {
        "start": {
          "line": 172,
          "column": 8
        },
        "end": {
          "line": 172,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 5746,
      "end": 5749,
      "loc": {
        "start": {
          "line": 172,
          "column": 12
        },
        "end": {
          "line": 172,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5749,
      "end": 5750,
      "loc": {
        "start": {
          "line": 172,
          "column": 15
        },
        "end": {
          "line": 172,
          "column": 16
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Allow specifying conditions using the sqlite json functions",
      "start": 5760,
      "end": 5822,
      "loc": {
        "start": {
          "line": 174,
          "column": 8
        },
        "end": {
          "line": 174,
          "column": 70
        }
      }
    },
    {
      "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": 5831,
      "end": 5833,
      "loc": {
        "start": {
          "line": 175,
          "column": 8
        },
        "end": {
          "line": 175,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5834,
      "end": 5835,
      "loc": {
        "start": {
          "line": 175,
          "column": 11
        },
        "end": {
          "line": 175,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5835,
      "end": 5839,
      "loc": {
        "start": {
          "line": 175,
          "column": 12
        },
        "end": {
          "line": 175,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5839,
      "end": 5840,
      "loc": {
        "start": {
          "line": 175,
          "column": 16
        },
        "end": {
          "line": 175,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkValidJsonStatement",
      "start": 5840,
      "end": 5863,
      "loc": {
        "start": {
          "line": 175,
          "column": 17
        },
        "end": {
          "line": 175,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5863,
      "end": 5864,
      "loc": {
        "start": {
          "line": 175,
          "column": 40
        },
        "end": {
          "line": 175,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 5864,
      "end": 5868,
      "loc": {
        "start": {
          "line": 175,
          "column": 41
        },
        "end": {
          "line": 175,
          "column": 45
        }
      }
    },
    {
      "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": 175,
          "column": 45
        },
        "end": {
          "line": 175,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 5869,
      "end": 5873,
      "loc": {
        "start": {
          "line": 175,
          "column": 46
        },
        "end": {
          "line": 175,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5873,
      "end": 5874,
      "loc": {
        "start": {
          "line": 175,
          "column": 50
        },
        "end": {
          "line": 175,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5874,
      "end": 5875,
      "loc": {
        "start": {
          "line": 175,
          "column": 51
        },
        "end": {
          "line": 175,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5876,
      "end": 5877,
      "loc": {
        "start": {
          "line": 175,
          "column": 53
        },
        "end": {
          "line": 175,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 5888,
      "end": 5891,
      "loc": {
        "start": {
          "line": 176,
          "column": 10
        },
        "end": {
          "line": 176,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5892,
      "end": 5893,
      "loc": {
        "start": {
          "line": 176,
          "column": 14
        },
        "end": {
          "line": 176,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 5894,
      "end": 5898,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5898,
      "end": 5899,
      "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": "path",
      "start": 5899,
      "end": 5903,
      "loc": {
        "start": {
          "line": 176,
          "column": 21
        },
        "end": {
          "line": 176,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5903,
      "end": 5904,
      "loc": {
        "start": {
          "line": 176,
          "column": 25
        },
        "end": {
          "line": 176,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5913,
      "end": 5914,
      "loc": {
        "start": {
          "line": 177,
          "column": 8
        },
        "end": {
          "line": 177,
          "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": 5915,
      "end": 5919,
      "loc": {
        "start": {
          "line": 177,
          "column": 10
        },
        "end": {
          "line": 177,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5920,
      "end": 5921,
      "loc": {
        "start": {
          "line": 177,
          "column": 15
        },
        "end": {
          "line": 177,
          "column": 16
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Also support json property accessors",
      "start": 5932,
      "end": 5971,
      "loc": {
        "start": {
          "line": 178,
          "column": 10
        },
        "end": {
          "line": 178,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5982,
      "end": 5987,
      "loc": {
        "start": {
          "line": 179,
          "column": 10
        },
        "end": {
          "line": 179,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paths",
      "start": 5988,
      "end": 5993,
      "loc": {
        "start": {
          "line": 179,
          "column": 16
        },
        "end": {
          "line": 179,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5994,
      "end": 5995,
      "loc": {
        "start": {
          "line": 179,
          "column": 22
        },
        "end": {
          "line": 179,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5996,
      "end": 5997,
      "loc": {
        "start": {
          "line": 179,
          "column": 24
        },
        "end": {
          "line": 179,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5997,
      "end": 5998,
      "loc": {
        "start": {
          "line": 179,
          "column": 25
        },
        "end": {
          "line": 179,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPath",
      "start": 5998,
      "end": 6004,
      "loc": {
        "start": {
          "line": 179,
          "column": 26
        },
        "end": {
          "line": 179,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6004,
      "end": 6005,
      "loc": {
        "start": {
          "line": 179,
          "column": 32
        },
        "end": {
          "line": 179,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 6005,
      "end": 6009,
      "loc": {
        "start": {
          "line": 179,
          "column": 33
        },
        "end": {
          "line": 179,
          "column": 37
        }
      }
    },
    {
      "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": 179,
          "column": 37
        },
        "end": {
          "line": 179,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 6010,
      "end": 6014,
      "loc": {
        "start": {
          "line": 179,
          "column": 38
        },
        "end": {
          "line": 179,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6014,
      "end": 6015,
      "loc": {
        "start": {
          "line": 179,
          "column": 42
        },
        "end": {
          "line": 179,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6015,
      "end": 6016,
      "loc": {
        "start": {
          "line": 179,
          "column": 43
        },
        "end": {
          "line": 179,
          "column": 44
        }
      }
    },
    {
      "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": 6027,
      "end": 6032,
      "loc": {
        "start": {
          "line": 180,
          "column": 10
        },
        "end": {
          "line": 180,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 6033,
      "end": 6039,
      "loc": {
        "start": {
          "line": 180,
          "column": 16
        },
        "end": {
          "line": 180,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6040,
      "end": 6041,
      "loc": {
        "start": {
          "line": 180,
          "column": 23
        },
        "end": {
          "line": 180,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paths",
      "start": 6042,
      "end": 6047,
      "loc": {
        "start": {
          "line": 180,
          "column": 25
        },
        "end": {
          "line": 180,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6047,
      "end": 6048,
      "loc": {
        "start": {
          "line": 180,
          "column": 30
        },
        "end": {
          "line": 180,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shift",
      "start": 6048,
      "end": 6053,
      "loc": {
        "start": {
          "line": 180,
          "column": 31
        },
        "end": {
          "line": 180,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6053,
      "end": 6054,
      "loc": {
        "start": {
          "line": 180,
          "column": 36
        },
        "end": {
          "line": 180,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6054,
      "end": 6055,
      "loc": {
        "start": {
          "line": 180,
          "column": 37
        },
        "end": {
          "line": 180,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6055,
      "end": 6056,
      "loc": {
        "start": {
          "line": 180,
          "column": 38
        },
        "end": {
          "line": 180,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 6067,
      "end": 6070,
      "loc": {
        "start": {
          "line": 181,
          "column": 10
        },
        "end": {
          "line": 181,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6071,
      "end": 6072,
      "loc": {
        "start": {
          "line": 181,
          "column": 14
        },
        "end": {
          "line": 181,
          "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": 6073,
      "end": 6077,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 20
        }
      }
    },
    {
      "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": 20
        },
        "end": {
          "line": 181,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "jsonPathExtractionQuery",
      "start": 6078,
      "end": 6101,
      "loc": {
        "start": {
          "line": 181,
          "column": 21
        },
        "end": {
          "line": 181,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6101,
      "end": 6102,
      "loc": {
        "start": {
          "line": 181,
          "column": 44
        },
        "end": {
          "line": 181,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 6102,
      "end": 6108,
      "loc": {
        "start": {
          "line": 181,
          "column": 45
        },
        "end": {
          "line": 181,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6108,
      "end": 6109,
      "loc": {
        "start": {
          "line": 181,
          "column": 51
        },
        "end": {
          "line": 181,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paths",
      "start": 6110,
      "end": 6115,
      "loc": {
        "start": {
          "line": 181,
          "column": 53
        },
        "end": {
          "line": 181,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6115,
      "end": 6116,
      "loc": {
        "start": {
          "line": 181,
          "column": 58
        },
        "end": {
          "line": 181,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6116,
      "end": 6117,
      "loc": {
        "start": {
          "line": 181,
          "column": 59
        },
        "end": {
          "line": 181,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6126,
      "end": 6127,
      "loc": {
        "start": {
          "line": 182,
          "column": 8
        },
        "end": {
          "line": 182,
          "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": 6137,
      "end": 6139,
      "loc": {
        "start": {
          "line": 184,
          "column": 8
        },
        "end": {
          "line": 184,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6140,
      "end": 6141,
      "loc": {
        "start": {
          "line": 184,
          "column": 11
        },
        "end": {
          "line": 184,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 6141,
      "end": 6145,
      "loc": {
        "start": {
          "line": 184,
          "column": 12
        },
        "end": {
          "line": 184,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6145,
      "end": 6146,
      "loc": {
        "start": {
          "line": 184,
          "column": 16
        },
        "end": {
          "line": 184,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6146,
      "end": 6151,
      "loc": {
        "start": {
          "line": 184,
          "column": 17
        },
        "end": {
          "line": 184,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6151,
      "end": 6152,
      "loc": {
        "start": {
          "line": 184,
          "column": 22
        },
        "end": {
          "line": 184,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6153,
      "end": 6154,
      "loc": {
        "start": {
          "line": 184,
          "column": 24
        },
        "end": {
          "line": 184,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 6165,
      "end": 6168,
      "loc": {
        "start": {
          "line": 185,
          "column": 10
        },
        "end": {
          "line": 185,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 6169,
      "end": 6171,
      "loc": {
        "start": {
          "line": 185,
          "column": 14
        },
        "end": {
          "line": 185,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "util",
      "start": 6172,
      "end": 6176,
      "loc": {
        "start": {
          "line": 185,
          "column": 17
        },
        "end": {
          "line": 185,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6176,
      "end": 6177,
      "loc": {
        "start": {
          "line": 185,
          "column": 21
        },
        "end": {
          "line": 185,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 6177,
      "end": 6183,
      "loc": {
        "start": {
          "line": 185,
          "column": 22
        },
        "end": {
          "line": 185,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6183,
      "end": 6184,
      "loc": {
        "start": {
          "line": 185,
          "column": 28
        },
        "end": {
          "line": 185,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " = %s",
      "start": 6184,
      "end": 6191,
      "loc": {
        "start": {
          "line": 185,
          "column": 29
        },
        "end": {
          "line": 185,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6191,
      "end": 6192,
      "loc": {
        "start": {
          "line": 185,
          "column": 36
        },
        "end": {
          "line": 185,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6193,
      "end": 6197,
      "loc": {
        "start": {
          "line": 185,
          "column": 38
        },
        "end": {
          "line": 185,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6197,
      "end": 6198,
      "loc": {
        "start": {
          "line": 185,
          "column": 42
        },
        "end": {
          "line": 185,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 6198,
      "end": 6204,
      "loc": {
        "start": {
          "line": 185,
          "column": 43
        },
        "end": {
          "line": 185,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6204,
      "end": 6205,
      "loc": {
        "start": {
          "line": 185,
          "column": 49
        },
        "end": {
          "line": 185,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 6205,
      "end": 6209,
      "loc": {
        "start": {
          "line": 185,
          "column": 50
        },
        "end": {
          "line": 185,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6209,
      "end": 6210,
      "loc": {
        "start": {
          "line": 185,
          "column": 54
        },
        "end": {
          "line": 185,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6210,
      "end": 6215,
      "loc": {
        "start": {
          "line": 185,
          "column": 55
        },
        "end": {
          "line": 185,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6215,
      "end": 6216,
      "loc": {
        "start": {
          "line": 185,
          "column": 60
        },
        "end": {
          "line": 185,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6216,
      "end": 6217,
      "loc": {
        "start": {
          "line": 185,
          "column": 61
        },
        "end": {
          "line": 185,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6217,
      "end": 6218,
      "loc": {
        "start": {
          "line": 185,
          "column": 62
        },
        "end": {
          "line": 185,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6227,
      "end": 6228,
      "loc": {
        "start": {
          "line": 186,
          "column": 8
        },
        "end": {
          "line": 186,
          "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": 6238,
      "end": 6244,
      "loc": {
        "start": {
          "line": 188,
          "column": 8
        },
        "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": "str",
      "start": 6245,
      "end": 6248,
      "loc": {
        "start": {
          "line": 188,
          "column": 15
        },
        "end": {
          "line": 188,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6248,
      "end": 6249,
      "loc": {
        "start": {
          "line": 188,
          "column": 18
        },
        "end": {
          "line": 188,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6256,
      "end": 6257,
      "loc": {
        "start": {
          "line": 189,
          "column": 6
        },
        "end": {
          "line": 189,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6262,
      "end": 6263,
      "loc": {
        "start": {
          "line": 190,
          "column": 4
        },
        "end": {
          "line": 190,
          "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": 6264,
      "end": 6268,
      "loc": {
        "start": {
          "line": 190,
          "column": 6
        },
        "end": {
          "line": 190,
          "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": 6269,
      "end": 6271,
      "loc": {
        "start": {
          "line": 190,
          "column": 11
        },
        "end": {
          "line": 190,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6272,
      "end": 6273,
      "loc": {
        "start": {
          "line": 190,
          "column": 14
        },
        "end": {
          "line": 190,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 6273,
      "end": 6277,
      "loc": {
        "start": {
          "line": 190,
          "column": 15
        },
        "end": {
          "line": 190,
          "column": 19
        }
      }
    },
    {
      "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": 6278,
      "end": 6288,
      "loc": {
        "start": {
          "line": 190,
          "column": 20
        },
        "end": {
          "line": 190,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 6289,
      "end": 6294,
      "loc": {
        "start": {
          "line": 190,
          "column": 31
        },
        "end": {
          "line": 190,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6294,
      "end": 6295,
      "loc": {
        "start": {
          "line": 190,
          "column": 36
        },
        "end": {
          "line": 190,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Cast",
      "start": 6295,
      "end": 6299,
      "loc": {
        "start": {
          "line": 190,
          "column": 37
        },
        "end": {
          "line": 190,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6299,
      "end": 6300,
      "loc": {
        "start": {
          "line": 190,
          "column": 41
        },
        "end": {
          "line": 190,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6301,
      "end": 6302,
      "loc": {
        "start": {
          "line": 190,
          "column": 43
        },
        "end": {
          "line": 190,
          "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": 6309,
      "end": 6311,
      "loc": {
        "start": {
          "line": 191,
          "column": 6
        },
        "end": {
          "line": 191,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6312,
      "end": 6313,
      "loc": {
        "start": {
          "line": 191,
          "column": 9
        },
        "end": {
          "line": 191,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "timestamp",
        "flags": "i"
      },
      "start": 6313,
      "end": 6325,
      "loc": {
        "start": {
          "line": 191,
          "column": 10
        },
        "end": {
          "line": 191,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6325,
      "end": 6326,
      "loc": {
        "start": {
          "line": 191,
          "column": 22
        },
        "end": {
          "line": 191,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 6326,
      "end": 6330,
      "loc": {
        "start": {
          "line": 191,
          "column": 23
        },
        "end": {
          "line": 191,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6330,
      "end": 6331,
      "loc": {
        "start": {
          "line": 191,
          "column": 27
        },
        "end": {
          "line": 191,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 6331,
      "end": 6335,
      "loc": {
        "start": {
          "line": 191,
          "column": 28
        },
        "end": {
          "line": 191,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6335,
      "end": 6336,
      "loc": {
        "start": {
          "line": 191,
          "column": 32
        },
        "end": {
          "line": 191,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6336,
      "end": 6340,
      "loc": {
        "start": {
          "line": 191,
          "column": 33
        },
        "end": {
          "line": 191,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6340,
      "end": 6341,
      "loc": {
        "start": {
          "line": 191,
          "column": 37
        },
        "end": {
          "line": 191,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6341,
      "end": 6342,
      "loc": {
        "start": {
          "line": 191,
          "column": 38
        },
        "end": {
          "line": 191,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6343,
      "end": 6344,
      "loc": {
        "start": {
          "line": 191,
          "column": 40
        },
        "end": {
          "line": 191,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 6353,
      "end": 6357,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6357,
      "end": 6358,
      "loc": {
        "start": {
          "line": 192,
          "column": 12
        },
        "end": {
          "line": 192,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6358,
      "end": 6362,
      "loc": {
        "start": {
          "line": 192,
          "column": 13
        },
        "end": {
          "line": 192,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6363,
      "end": 6364,
      "loc": {
        "start": {
          "line": 192,
          "column": 18
        },
        "end": {
          "line": 192,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datetime",
      "start": 6365,
      "end": 6375,
      "loc": {
        "start": {
          "line": 192,
          "column": 20
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6375,
      "end": 6376,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6383,
      "end": 6384,
      "loc": {
        "start": {
          "line": 193,
          "column": 6
        },
        "end": {
          "line": 193,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6389,
      "end": 6390,
      "loc": {
        "start": {
          "line": 194,
          "column": 4
        },
        "end": {
          "line": 194,
          "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": 6395,
      "end": 6401,
      "loc": {
        "start": {
          "line": 195,
          "column": 4
        },
        "end": {
          "line": 195,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQueryGenerator",
      "start": 6402,
      "end": 6424,
      "loc": {
        "start": {
          "line": 195,
          "column": 11
        },
        "end": {
          "line": 195,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6424,
      "end": 6425,
      "loc": {
        "start": {
          "line": 195,
          "column": 33
        },
        "end": {
          "line": 195,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleSequelizeMethod",
      "start": 6425,
      "end": 6446,
      "loc": {
        "start": {
          "line": 195,
          "column": 34
        },
        "end": {
          "line": 195,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6446,
      "end": 6447,
      "loc": {
        "start": {
          "line": 195,
          "column": 55
        },
        "end": {
          "line": 195,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 6447,
      "end": 6451,
      "loc": {
        "start": {
          "line": 195,
          "column": 56
        },
        "end": {
          "line": 195,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6451,
      "end": 6452,
      "loc": {
        "start": {
          "line": 195,
          "column": 60
        },
        "end": {
          "line": 195,
          "column": 61
        }
      }
    },
    {
      "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": 6452,
      "end": 6456,
      "loc": {
        "start": {
          "line": 195,
          "column": 61
        },
        "end": {
          "line": 195,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6456,
      "end": 6457,
      "loc": {
        "start": {
          "line": 195,
          "column": 65
        },
        "end": {
          "line": 195,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "smth",
      "start": 6458,
      "end": 6462,
      "loc": {
        "start": {
          "line": 195,
          "column": 67
        },
        "end": {
          "line": 195,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6462,
      "end": 6463,
      "loc": {
        "start": {
          "line": 195,
          "column": 71
        },
        "end": {
          "line": 195,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6464,
      "end": 6473,
      "loc": {
        "start": {
          "line": 195,
          "column": 73
        },
        "end": {
          "line": 195,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6473,
      "end": 6474,
      "loc": {
        "start": {
          "line": 195,
          "column": 82
        },
        "end": {
          "line": 195,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 6475,
      "end": 6482,
      "loc": {
        "start": {
          "line": 195,
          "column": 84
        },
        "end": {
          "line": 195,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6482,
      "end": 6483,
      "loc": {
        "start": {
          "line": 195,
          "column": 91
        },
        "end": {
          "line": 195,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6484,
      "end": 6491,
      "loc": {
        "start": {
          "line": 195,
          "column": 93
        },
        "end": {
          "line": 195,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6491,
      "end": 6492,
      "loc": {
        "start": {
          "line": 195,
          "column": 100
        },
        "end": {
          "line": 195,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prepend",
      "start": 6493,
      "end": 6500,
      "loc": {
        "start": {
          "line": 195,
          "column": 102
        },
        "end": {
          "line": 195,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6500,
      "end": 6501,
      "loc": {
        "start": {
          "line": 195,
          "column": 109
        },
        "end": {
          "line": 195,
          "column": 110
        }
      }
    },
    {
      "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": 195,
          "column": 110
        },
        "end": {
          "line": 195,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6505,
      "end": 6506,
      "loc": {
        "start": {
          "line": 196,
          "column": 2
        },
        "end": {
          "line": 196,
          "column": 3
        }
      }
    },
    {
      "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": 196,
          "column": 3
        },
        "end": {
          "line": 196,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addColumnQuery",
      "start": 6511,
      "end": 6525,
      "loc": {
        "start": {
          "line": 198,
          "column": 2
        },
        "end": {
          "line": 198,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6525,
      "end": 6526,
      "loc": {
        "start": {
          "line": 198,
          "column": 16
        },
        "end": {
          "line": 198,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 6526,
      "end": 6531,
      "loc": {
        "start": {
          "line": 198,
          "column": 17
        },
        "end": {
          "line": 198,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6531,
      "end": 6532,
      "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": "key",
      "start": 6533,
      "end": 6536,
      "loc": {
        "start": {
          "line": 198,
          "column": 24
        },
        "end": {
          "line": 198,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6536,
      "end": 6537,
      "loc": {
        "start": {
          "line": 198,
          "column": 27
        },
        "end": {
          "line": 198,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 6538,
      "end": 6546,
      "loc": {
        "start": {
          "line": 198,
          "column": 29
        },
        "end": {
          "line": 198,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6546,
      "end": 6547,
      "loc": {
        "start": {
          "line": 198,
          "column": 37
        },
        "end": {
          "line": 198,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6548,
      "end": 6549,
      "loc": {
        "start": {
          "line": 198,
          "column": 39
        },
        "end": {
          "line": 198,
          "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": 6554,
      "end": 6559,
      "loc": {
        "start": {
          "line": 199,
          "column": 4
        },
        "end": {
          "line": 199,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6560,
      "end": 6570,
      "loc": {
        "start": {
          "line": 199,
          "column": 10
        },
        "end": {
          "line": 199,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6571,
      "end": 6572,
      "loc": {
        "start": {
          "line": 199,
          "column": 21
        },
        "end": {
          "line": 199,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6573,
      "end": 6574,
      "loc": {
        "start": {
          "line": 199,
          "column": 23
        },
        "end": {
          "line": 199,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6574,
      "end": 6575,
      "loc": {
        "start": {
          "line": 199,
          "column": 24
        },
        "end": {
          "line": 199,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6575,
      "end": 6576,
      "loc": {
        "start": {
          "line": 199,
          "column": 25
        },
        "end": {
          "line": 199,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6581,
      "end": 6591,
      "loc": {
        "start": {
          "line": 200,
          "column": 4
        },
        "end": {
          "line": 200,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6591,
      "end": 6592,
      "loc": {
        "start": {
          "line": 200,
          "column": 14
        },
        "end": {
          "line": 200,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6592,
      "end": 6595,
      "loc": {
        "start": {
          "line": 200,
          "column": 15
        },
        "end": {
          "line": 200,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6595,
      "end": 6596,
      "loc": {
        "start": {
          "line": 200,
          "column": 18
        },
        "end": {
          "line": 200,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6597,
      "end": 6598,
      "loc": {
        "start": {
          "line": 200,
          "column": 20
        },
        "end": {
          "line": 200,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 6599,
      "end": 6607,
      "loc": {
        "start": {
          "line": 200,
          "column": 22
        },
        "end": {
          "line": 200,
          "column": 30
        }
      }
    },
    {
      "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": 200,
          "column": 30
        },
        "end": {
          "line": 200,
          "column": 31
        }
      }
    },
    {
      "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": 6613,
      "end": 6618,
      "loc": {
        "start": {
          "line": 201,
          "column": 4
        },
        "end": {
          "line": 201,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 6619,
      "end": 6625,
      "loc": {
        "start": {
          "line": 201,
          "column": 10
        },
        "end": {
          "line": 201,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6626,
      "end": 6627,
      "loc": {
        "start": {
          "line": 201,
          "column": 17
        },
        "end": {
          "line": 201,
          "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": 6628,
      "end": 6632,
      "loc": {
        "start": {
          "line": 201,
          "column": 19
        },
        "end": {
          "line": 201,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6632,
      "end": 6633,
      "loc": {
        "start": {
          "line": 201,
          "column": 23
        },
        "end": {
          "line": 201,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 6633,
      "end": 6648,
      "loc": {
        "start": {
          "line": 201,
          "column": 24
        },
        "end": {
          "line": 201,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6648,
      "end": 6649,
      "loc": {
        "start": {
          "line": 201,
          "column": 39
        },
        "end": {
          "line": 201,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6649,
      "end": 6659,
      "loc": {
        "start": {
          "line": 201,
          "column": 40
        },
        "end": {
          "line": 201,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6659,
      "end": 6660,
      "loc": {
        "start": {
          "line": 201,
          "column": 50
        },
        "end": {
          "line": 201,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6661,
      "end": 6662,
      "loc": {
        "start": {
          "line": 201,
          "column": 52
        },
        "end": {
          "line": 201,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 6663,
      "end": 6670,
      "loc": {
        "start": {
          "line": 201,
          "column": 54
        },
        "end": {
          "line": 201,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6670,
      "end": 6671,
      "loc": {
        "start": {
          "line": 201,
          "column": 61
        },
        "end": {
          "line": 201,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "addColumn",
      "start": 6672,
      "end": 6683,
      "loc": {
        "start": {
          "line": 201,
          "column": 63
        },
        "end": {
          "line": 201,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6684,
      "end": 6685,
      "loc": {
        "start": {
          "line": 201,
          "column": 75
        },
        "end": {
          "line": 201,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6685,
      "end": 6686,
      "loc": {
        "start": {
          "line": 201,
          "column": 76
        },
        "end": {
          "line": 201,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6686,
      "end": 6687,
      "loc": {
        "start": {
          "line": 201,
          "column": 77
        },
        "end": {
          "line": 201,
          "column": 78
        }
      }
    },
    {
      "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": 6692,
      "end": 6697,
      "loc": {
        "start": {
          "line": 202,
          "column": 4
        },
        "end": {
          "line": 202,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6698,
      "end": 6707,
      "loc": {
        "start": {
          "line": 202,
          "column": 10
        },
        "end": {
          "line": 202,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6708,
      "end": 6709,
      "loc": {
        "start": {
          "line": 202,
          "column": 20
        },
        "end": {
          "line": 202,
          "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": 6710,
      "end": 6714,
      "loc": {
        "start": {
          "line": 202,
          "column": 22
        },
        "end": {
          "line": 202,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6714,
      "end": 6715,
      "loc": {
        "start": {
          "line": 202,
          "column": 26
        },
        "end": {
          "line": 202,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 6715,
      "end": 6730,
      "loc": {
        "start": {
          "line": 202,
          "column": 27
        },
        "end": {
          "line": 202,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6730,
      "end": 6731,
      "loc": {
        "start": {
          "line": 202,
          "column": 42
        },
        "end": {
          "line": 202,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6731,
      "end": 6734,
      "loc": {
        "start": {
          "line": 202,
          "column": 43
        },
        "end": {
          "line": 202,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6734,
      "end": 6735,
      "loc": {
        "start": {
          "line": 202,
          "column": 46
        },
        "end": {
          "line": 202,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6736,
      "end": 6737,
      "loc": {
        "start": {
          "line": 202,
          "column": 48
        },
        "end": {
          "line": 202,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 6738,
      "end": 6741,
      "loc": {
        "start": {
          "line": 202,
          "column": 50
        },
        "end": {
          "line": 202,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6742,
      "end": 6743,
      "loc": {
        "start": {
          "line": 202,
          "column": 54
        },
        "end": {
          "line": 202,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 6744,
      "end": 6750,
      "loc": {
        "start": {
          "line": 202,
          "column": 56
        },
        "end": {
          "line": 202,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6750,
      "end": 6751,
      "loc": {
        "start": {
          "line": 202,
          "column": 62
        },
        "end": {
          "line": 202,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6751,
      "end": 6754,
      "loc": {
        "start": {
          "line": 202,
          "column": 63
        },
        "end": {
          "line": 202,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6754,
      "end": 6755,
      "loc": {
        "start": {
          "line": 202,
          "column": 66
        },
        "end": {
          "line": 202,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6755,
      "end": 6756,
      "loc": {
        "start": {
          "line": 202,
          "column": 67
        },
        "end": {
          "line": 202,
          "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": 6762,
      "end": 6767,
      "loc": {
        "start": {
          "line": 204,
          "column": 4
        },
        "end": {
          "line": 204,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 6768,
      "end": 6771,
      "loc": {
        "start": {
          "line": 204,
          "column": 10
        },
        "end": {
          "line": 204,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6772,
      "end": 6773,
      "loc": {
        "start": {
          "line": 204,
          "column": 14
        },
        "end": {
          "line": 204,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6774,
      "end": 6775,
      "loc": {
        "start": {
          "line": 204,
          "column": 16
        },
        "end": {
          "line": 204,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ALTER TABLE ",
      "start": 6775,
      "end": 6787,
      "loc": {
        "start": {
          "line": 204,
          "column": 17
        },
        "end": {
          "line": 204,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6787,
      "end": 6789,
      "loc": {
        "start": {
          "line": 204,
          "column": 29
        },
        "end": {
          "line": 204,
          "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": 6789,
      "end": 6793,
      "loc": {
        "start": {
          "line": 204,
          "column": 31
        },
        "end": {
          "line": 204,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6793,
      "end": 6794,
      "loc": {
        "start": {
          "line": 204,
          "column": 35
        },
        "end": {
          "line": 204,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 6794,
      "end": 6804,
      "loc": {
        "start": {
          "line": 204,
          "column": 36
        },
        "end": {
          "line": 204,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6804,
      "end": 6805,
      "loc": {
        "start": {
          "line": 204,
          "column": 46
        },
        "end": {
          "line": 204,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 6805,
      "end": 6810,
      "loc": {
        "start": {
          "line": 204,
          "column": 47
        },
        "end": {
          "line": 204,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6810,
      "end": 6811,
      "loc": {
        "start": {
          "line": 204,
          "column": 52
        },
        "end": {
          "line": 204,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6811,
      "end": 6812,
      "loc": {
        "start": {
          "line": 204,
          "column": 53
        },
        "end": {
          "line": 204,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ADD ",
      "start": 6812,
      "end": 6817,
      "loc": {
        "start": {
          "line": 204,
          "column": 54
        },
        "end": {
          "line": 204,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6817,
      "end": 6819,
      "loc": {
        "start": {
          "line": 204,
          "column": 59
        },
        "end": {
          "line": 204,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6819,
      "end": 6828,
      "loc": {
        "start": {
          "line": 204,
          "column": 61
        },
        "end": {
          "line": 204,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6828,
      "end": 6829,
      "loc": {
        "start": {
          "line": 204,
          "column": 70
        },
        "end": {
          "line": 204,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 6829,
      "end": 6830,
      "loc": {
        "start": {
          "line": 204,
          "column": 71
        },
        "end": {
          "line": 204,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6830,
      "end": 6831,
      "loc": {
        "start": {
          "line": 204,
          "column": 72
        },
        "end": {
          "line": 204,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6831,
      "end": 6832,
      "loc": {
        "start": {
          "line": 204,
          "column": 73
        },
        "end": {
          "line": 204,
          "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": 6838,
      "end": 6844,
      "loc": {
        "start": {
          "line": 206,
          "column": 4
        },
        "end": {
          "line": 206,
          "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": 6845,
      "end": 6849,
      "loc": {
        "start": {
          "line": 206,
          "column": 11
        },
        "end": {
          "line": 206,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6849,
      "end": 6850,
      "loc": {
        "start": {
          "line": 206,
          "column": 15
        },
        "end": {
          "line": 206,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replaceBooleanDefaults",
      "start": 6850,
      "end": 6872,
      "loc": {
        "start": {
          "line": 206,
          "column": 16
        },
        "end": {
          "line": 206,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6872,
      "end": 6873,
      "loc": {
        "start": {
          "line": 206,
          "column": 38
        },
        "end": {
          "line": 206,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 6873,
      "end": 6876,
      "loc": {
        "start": {
          "line": 206,
          "column": 39
        },
        "end": {
          "line": 206,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6876,
      "end": 6877,
      "loc": {
        "start": {
          "line": 206,
          "column": 42
        },
        "end": {
          "line": 206,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6877,
      "end": 6878,
      "loc": {
        "start": {
          "line": 206,
          "column": 43
        },
        "end": {
          "line": 206,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6881,
      "end": 6882,
      "loc": {
        "start": {
          "line": 207,
          "column": 2
        },
        "end": {
          "line": 207,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6882,
      "end": 6883,
      "loc": {
        "start": {
          "line": 207,
          "column": 3
        },
        "end": {
          "line": 207,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showTablesQuery",
      "start": 6887,
      "end": 6902,
      "loc": {
        "start": {
          "line": 209,
          "column": 2
        },
        "end": {
          "line": 209,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6902,
      "end": 6903,
      "loc": {
        "start": {
          "line": 209,
          "column": 17
        },
        "end": {
          "line": 209,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6903,
      "end": 6904,
      "loc": {
        "start": {
          "line": 209,
          "column": 18
        },
        "end": {
          "line": 209,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6905,
      "end": 6906,
      "loc": {
        "start": {
          "line": 209,
          "column": 20
        },
        "end": {
          "line": 209,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6911,
      "end": 6917,
      "loc": {
        "start": {
          "line": 210,
          "column": 4
        },
        "end": {
          "line": 210,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT name FROM `sqlite_master` WHERE type='table' and name!='sqlite_sequence';",
      "start": 6918,
      "end": 7000,
      "loc": {
        "start": {
          "line": 210,
          "column": 11
        },
        "end": {
          "line": 210,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7000,
      "end": 7001,
      "loc": {
        "start": {
          "line": 210,
          "column": 93
        },
        "end": {
          "line": 210,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7004,
      "end": 7005,
      "loc": {
        "start": {
          "line": 211,
          "column": 2
        },
        "end": {
          "line": 211,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7005,
      "end": 7006,
      "loc": {
        "start": {
          "line": 211,
          "column": 3
        },
        "end": {
          "line": 211,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upsertQuery",
      "start": 7010,
      "end": 7021,
      "loc": {
        "start": {
          "line": 213,
          "column": 2
        },
        "end": {
          "line": 213,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7021,
      "end": 7022,
      "loc": {
        "start": {
          "line": 213,
          "column": 13
        },
        "end": {
          "line": 213,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7022,
      "end": 7031,
      "loc": {
        "start": {
          "line": 213,
          "column": 14
        },
        "end": {
          "line": 213,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7031,
      "end": 7032,
      "loc": {
        "start": {
          "line": 213,
          "column": 23
        },
        "end": {
          "line": 213,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValues",
      "start": 7033,
      "end": 7045,
      "loc": {
        "start": {
          "line": 213,
          "column": 25
        },
        "end": {
          "line": 213,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7045,
      "end": 7046,
      "loc": {
        "start": {
          "line": 213,
          "column": 37
        },
        "end": {
          "line": 213,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 7047,
      "end": 7059,
      "loc": {
        "start": {
          "line": 213,
          "column": 39
        },
        "end": {
          "line": 213,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7059,
      "end": 7060,
      "loc": {
        "start": {
          "line": 213,
          "column": 51
        },
        "end": {
          "line": 213,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7061,
      "end": 7066,
      "loc": {
        "start": {
          "line": 213,
          "column": 53
        },
        "end": {
          "line": 213,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7066,
      "end": 7067,
      "loc": {
        "start": {
          "line": 213,
          "column": 58
        },
        "end": {
          "line": 213,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 7068,
      "end": 7081,
      "loc": {
        "start": {
          "line": 213,
          "column": 60
        },
        "end": {
          "line": 213,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7081,
      "end": 7082,
      "loc": {
        "start": {
          "line": 213,
          "column": 73
        },
        "end": {
          "line": 213,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7083,
      "end": 7090,
      "loc": {
        "start": {
          "line": 213,
          "column": 75
        },
        "end": {
          "line": 213,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7090,
      "end": 7091,
      "loc": {
        "start": {
          "line": 213,
          "column": 82
        },
        "end": {
          "line": 213,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7092,
      "end": 7093,
      "loc": {
        "start": {
          "line": 213,
          "column": 84
        },
        "end": {
          "line": 213,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7098,
      "end": 7105,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 214,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7105,
      "end": 7106,
      "loc": {
        "start": {
          "line": 214,
          "column": 11
        },
        "end": {
          "line": 214,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ignoreDuplicates",
      "start": 7106,
      "end": 7122,
      "loc": {
        "start": {
          "line": 214,
          "column": 12
        },
        "end": {
          "line": 214,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7123,
      "end": 7124,
      "loc": {
        "start": {
          "line": 214,
          "column": 29
        },
        "end": {
          "line": 214,
          "column": 30
        }
      }
    },
    {
      "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": 7125,
      "end": 7129,
      "loc": {
        "start": {
          "line": 214,
          "column": 31
        },
        "end": {
          "line": 214,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7129,
      "end": 7130,
      "loc": {
        "start": {
          "line": 214,
          "column": 35
        },
        "end": {
          "line": 214,
          "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": 7136,
      "end": 7141,
      "loc": {
        "start": {
          "line": 216,
          "column": 4
        },
        "end": {
          "line": 216,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 7142,
      "end": 7145,
      "loc": {
        "start": {
          "line": 216,
          "column": 10
        },
        "end": {
          "line": 216,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7146,
      "end": 7147,
      "loc": {
        "start": {
          "line": 216,
          "column": 14
        },
        "end": {
          "line": 216,
          "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": 7148,
      "end": 7152,
      "loc": {
        "start": {
          "line": 216,
          "column": 16
        },
        "end": {
          "line": 216,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7152,
      "end": 7153,
      "loc": {
        "start": {
          "line": 216,
          "column": 20
        },
        "end": {
          "line": 216,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertQuery",
      "start": 7153,
      "end": 7164,
      "loc": {
        "start": {
          "line": 216,
          "column": 21
        },
        "end": {
          "line": 216,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7164,
      "end": 7165,
      "loc": {
        "start": {
          "line": 216,
          "column": 32
        },
        "end": {
          "line": 216,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7165,
      "end": 7174,
      "loc": {
        "start": {
          "line": 216,
          "column": 33
        },
        "end": {
          "line": 216,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7174,
      "end": 7175,
      "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": "insertValues",
      "start": 7176,
      "end": 7188,
      "loc": {
        "start": {
          "line": 216,
          "column": 44
        },
        "end": {
          "line": 216,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7188,
      "end": 7189,
      "loc": {
        "start": {
          "line": 216,
          "column": 56
        },
        "end": {
          "line": 216,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 7190,
      "end": 7203,
      "loc": {
        "start": {
          "line": 216,
          "column": 58
        },
        "end": {
          "line": 216,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7203,
      "end": 7204,
      "loc": {
        "start": {
          "line": 216,
          "column": 71
        },
        "end": {
          "line": 216,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7205,
      "end": 7212,
      "loc": {
        "start": {
          "line": 216,
          "column": 73
        },
        "end": {
          "line": 216,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7212,
      "end": 7213,
      "loc": {
        "start": {
          "line": 216,
          "column": 80
        },
        "end": {
          "line": 216,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7214,
      "end": 7215,
      "loc": {
        "start": {
          "line": 216,
          "column": 82
        },
        "end": {
          "line": 216,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 7216,
      "end": 7219,
      "loc": {
        "start": {
          "line": 216,
          "column": 84
        },
        "end": {
          "line": 216,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7220,
      "end": 7221,
      "loc": {
        "start": {
          "line": 216,
          "column": 88
        },
        "end": {
          "line": 216,
          "column": 89
        }
      }
    },
    {
      "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": 7222,
      "end": 7226,
      "loc": {
        "start": {
          "line": 216,
          "column": 90
        },
        "end": {
          "line": 216,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7226,
      "end": 7227,
      "loc": {
        "start": {
          "line": 216,
          "column": 94
        },
        "end": {
          "line": 216,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateQuery",
      "start": 7227,
      "end": 7238,
      "loc": {
        "start": {
          "line": 216,
          "column": 95
        },
        "end": {
          "line": 216,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7238,
      "end": 7239,
      "loc": {
        "start": {
          "line": 216,
          "column": 106
        },
        "end": {
          "line": 216,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7239,
      "end": 7248,
      "loc": {
        "start": {
          "line": 216,
          "column": 107
        },
        "end": {
          "line": 216,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7248,
      "end": 7249,
      "loc": {
        "start": {
          "line": 216,
          "column": 116
        },
        "end": {
          "line": 216,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 7250,
      "end": 7262,
      "loc": {
        "start": {
          "line": 216,
          "column": 118
        },
        "end": {
          "line": 216,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7262,
      "end": 7263,
      "loc": {
        "start": {
          "line": 216,
          "column": 130
        },
        "end": {
          "line": 216,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7264,
      "end": 7269,
      "loc": {
        "start": {
          "line": 216,
          "column": 132
        },
        "end": {
          "line": 216,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7269,
      "end": 7270,
      "loc": {
        "start": {
          "line": 216,
          "column": 137
        },
        "end": {
          "line": 216,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7271,
      "end": 7278,
      "loc": {
        "start": {
          "line": 216,
          "column": 139
        },
        "end": {
          "line": 216,
          "column": 146
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7278,
      "end": 7279,
      "loc": {
        "start": {
          "line": 216,
          "column": 146
        },
        "end": {
          "line": 216,
          "column": 147
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 7280,
      "end": 7293,
      "loc": {
        "start": {
          "line": 216,
          "column": 148
        },
        "end": {
          "line": 216,
          "column": 161
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7293,
      "end": 7294,
      "loc": {
        "start": {
          "line": 216,
          "column": 161
        },
        "end": {
          "line": 216,
          "column": 162
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7294,
      "end": 7295,
      "loc": {
        "start": {
          "line": 216,
          "column": 162
        },
        "end": {
          "line": 216,
          "column": 163
        }
      }
    },
    {
      "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": 7301,
      "end": 7307,
      "loc": {
        "start": {
          "line": 218,
          "column": 4
        },
        "end": {
          "line": 218,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 7308,
      "end": 7311,
      "loc": {
        "start": {
          "line": 218,
          "column": 11
        },
        "end": {
          "line": 218,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7311,
      "end": 7312,
      "loc": {
        "start": {
          "line": 218,
          "column": 14
        },
        "end": {
          "line": 218,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7315,
      "end": 7316,
      "loc": {
        "start": {
          "line": 219,
          "column": 2
        },
        "end": {
          "line": 219,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7316,
      "end": 7317,
      "loc": {
        "start": {
          "line": 219,
          "column": 3
        },
        "end": {
          "line": 219,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateQuery",
      "start": 7321,
      "end": 7332,
      "loc": {
        "start": {
          "line": 221,
          "column": 2
        },
        "end": {
          "line": 221,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7332,
      "end": 7333,
      "loc": {
        "start": {
          "line": 221,
          "column": 13
        },
        "end": {
          "line": 221,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7333,
      "end": 7342,
      "loc": {
        "start": {
          "line": 221,
          "column": 14
        },
        "end": {
          "line": 221,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7342,
      "end": 7343,
      "loc": {
        "start": {
          "line": 221,
          "column": 23
        },
        "end": {
          "line": 221,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 7344,
      "end": 7357,
      "loc": {
        "start": {
          "line": 221,
          "column": 25
        },
        "end": {
          "line": 221,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7357,
      "end": 7358,
      "loc": {
        "start": {
          "line": 221,
          "column": 38
        },
        "end": {
          "line": 221,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7359,
      "end": 7364,
      "loc": {
        "start": {
          "line": 221,
          "column": 40
        },
        "end": {
          "line": 221,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7364,
      "end": 7365,
      "loc": {
        "start": {
          "line": 221,
          "column": 45
        },
        "end": {
          "line": 221,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7366,
      "end": 7373,
      "loc": {
        "start": {
          "line": 221,
          "column": 47
        },
        "end": {
          "line": 221,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7373,
      "end": 7374,
      "loc": {
        "start": {
          "line": 221,
          "column": 54
        },
        "end": {
          "line": 221,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7375,
      "end": 7385,
      "loc": {
        "start": {
          "line": 221,
          "column": 56
        },
        "end": {
          "line": 221,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7385,
      "end": 7386,
      "loc": {
        "start": {
          "line": 221,
          "column": 66
        },
        "end": {
          "line": 221,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7387,
      "end": 7388,
      "loc": {
        "start": {
          "line": 221,
          "column": 68
        },
        "end": {
          "line": 221,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7393,
      "end": 7400,
      "loc": {
        "start": {
          "line": 222,
          "column": 4
        },
        "end": {
          "line": 222,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7401,
      "end": 7402,
      "loc": {
        "start": {
          "line": 222,
          "column": 12
        },
        "end": {
          "line": 222,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7403,
      "end": 7410,
      "loc": {
        "start": {
          "line": 222,
          "column": 14
        },
        "end": {
          "line": 222,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 7411,
      "end": 7413,
      "loc": {
        "start": {
          "line": 222,
          "column": 22
        },
        "end": {
          "line": 222,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7414,
      "end": 7415,
      "loc": {
        "start": {
          "line": 222,
          "column": 25
        },
        "end": {
          "line": 222,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7415,
      "end": 7416,
      "loc": {
        "start": {
          "line": 222,
          "column": 26
        },
        "end": {
          "line": 222,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7416,
      "end": 7417,
      "loc": {
        "start": {
          "line": 222,
          "column": 27
        },
        "end": {
          "line": 222,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7422,
      "end": 7423,
      "loc": {
        "start": {
          "line": 223,
          "column": 4
        },
        "end": {
          "line": 223,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7423,
      "end": 7424,
      "loc": {
        "start": {
          "line": 223,
          "column": 5
        },
        "end": {
          "line": 223,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaults",
      "start": 7424,
      "end": 7432,
      "loc": {
        "start": {
          "line": 223,
          "column": 6
        },
        "end": {
          "line": 223,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7432,
      "end": 7433,
      "loc": {
        "start": {
          "line": 223,
          "column": 14
        },
        "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": "options",
      "start": 7433,
      "end": 7440,
      "loc": {
        "start": {
          "line": 223,
          "column": 15
        },
        "end": {
          "line": 223,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7440,
      "end": 7441,
      "loc": {
        "start": {
          "line": 223,
          "column": 22
        },
        "end": {
          "line": 223,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7442,
      "end": 7446,
      "loc": {
        "start": {
          "line": 223,
          "column": 24
        },
        "end": {
          "line": 223,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7446,
      "end": 7447,
      "loc": {
        "start": {
          "line": 223,
          "column": 28
        },
        "end": {
          "line": 223,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7447,
      "end": 7454,
      "loc": {
        "start": {
          "line": 223,
          "column": 29
        },
        "end": {
          "line": 223,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7454,
      "end": 7455,
      "loc": {
        "start": {
          "line": 223,
          "column": 36
        },
        "end": {
          "line": 223,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7455,
      "end": 7456,
      "loc": {
        "start": {
          "line": 223,
          "column": 37
        },
        "end": {
          "line": 223,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 7462,
      "end": 7475,
      "loc": {
        "start": {
          "line": 225,
          "column": 4
        },
        "end": {
          "line": 225,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7476,
      "end": 7477,
      "loc": {
        "start": {
          "line": 225,
          "column": 18
        },
        "end": {
          "line": 225,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 7478,
      "end": 7483,
      "loc": {
        "start": {
          "line": 225,
          "column": 20
        },
        "end": {
          "line": 225,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7483,
      "end": 7484,
      "loc": {
        "start": {
          "line": 225,
          "column": 25
        },
        "end": {
          "line": 225,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeNullValuesFromHash",
      "start": 7484,
      "end": 7508,
      "loc": {
        "start": {
          "line": 225,
          "column": 26
        },
        "end": {
          "line": 225,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7508,
      "end": 7509,
      "loc": {
        "start": {
          "line": 225,
          "column": 50
        },
        "end": {
          "line": 225,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 7509,
      "end": 7522,
      "loc": {
        "start": {
          "line": 225,
          "column": 51
        },
        "end": {
          "line": 225,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7522,
      "end": 7523,
      "loc": {
        "start": {
          "line": 225,
          "column": 64
        },
        "end": {
          "line": 225,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7524,
      "end": 7531,
      "loc": {
        "start": {
          "line": 225,
          "column": 66
        },
        "end": {
          "line": 225,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7531,
      "end": 7532,
      "loc": {
        "start": {
          "line": 225,
          "column": 73
        },
        "end": {
          "line": 225,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "omitNull",
      "start": 7532,
      "end": 7540,
      "loc": {
        "start": {
          "line": 225,
          "column": 74
        },
        "end": {
          "line": 225,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7540,
      "end": 7541,
      "loc": {
        "start": {
          "line": 225,
          "column": 82
        },
        "end": {
          "line": 225,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7542,
      "end": 7549,
      "loc": {
        "start": {
          "line": 225,
          "column": 84
        },
        "end": {
          "line": 225,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7549,
      "end": 7550,
      "loc": {
        "start": {
          "line": 225,
          "column": 91
        },
        "end": {
          "line": 225,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7550,
      "end": 7551,
      "loc": {
        "start": {
          "line": 225,
          "column": 92
        },
        "end": {
          "line": 225,
          "column": 93
        }
      }
    },
    {
      "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": 7557,
      "end": 7562,
      "loc": {
        "start": {
          "line": 227,
          "column": 4
        },
        "end": {
          "line": 227,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelAttributeMap",
      "start": 7563,
      "end": 7580,
      "loc": {
        "start": {
          "line": 227,
          "column": 10
        },
        "end": {
          "line": 227,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7581,
      "end": 7582,
      "loc": {
        "start": {
          "line": 227,
          "column": 28
        },
        "end": {
          "line": 227,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7583,
      "end": 7584,
      "loc": {
        "start": {
          "line": 227,
          "column": 30
        },
        "end": {
          "line": 227,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7584,
      "end": 7585,
      "loc": {
        "start": {
          "line": 227,
          "column": 31
        },
        "end": {
          "line": 227,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7585,
      "end": 7586,
      "loc": {
        "start": {
          "line": 227,
          "column": 32
        },
        "end": {
          "line": 227,
          "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": 7591,
      "end": 7596,
      "loc": {
        "start": {
          "line": 228,
          "column": 4
        },
        "end": {
          "line": 228,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 7597,
      "end": 7603,
      "loc": {
        "start": {
          "line": 228,
          "column": 10
        },
        "end": {
          "line": 228,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7604,
      "end": 7605,
      "loc": {
        "start": {
          "line": 228,
          "column": 17
        },
        "end": {
          "line": 228,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7606,
      "end": 7607,
      "loc": {
        "start": {
          "line": 228,
          "column": 19
        },
        "end": {
          "line": 228,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7607,
      "end": 7608,
      "loc": {
        "start": {
          "line": 228,
          "column": 20
        },
        "end": {
          "line": 228,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7608,
      "end": 7609,
      "loc": {
        "start": {
          "line": 228,
          "column": 21
        },
        "end": {
          "line": 228,
          "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": 7615,
      "end": 7617,
      "loc": {
        "start": {
          "line": 230,
          "column": 4
        },
        "end": {
          "line": 230,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7618,
      "end": 7619,
      "loc": {
        "start": {
          "line": 230,
          "column": 7
        },
        "end": {
          "line": 230,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7619,
      "end": 7629,
      "loc": {
        "start": {
          "line": 230,
          "column": 8
        },
        "end": {
          "line": 230,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7629,
      "end": 7630,
      "loc": {
        "start": {
          "line": 230,
          "column": 18
        },
        "end": {
          "line": 230,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7631,
      "end": 7632,
      "loc": {
        "start": {
          "line": 230,
          "column": 20
        },
        "end": {
          "line": 230,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7639,
      "end": 7640,
      "loc": {
        "start": {
          "line": 231,
          "column": 6
        },
        "end": {
          "line": 231,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7640,
      "end": 7641,
      "loc": {
        "start": {
          "line": 231,
          "column": 7
        },
        "end": {
          "line": 231,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 7641,
      "end": 7645,
      "loc": {
        "start": {
          "line": 231,
          "column": 8
        },
        "end": {
          "line": 231,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7645,
      "end": 7646,
      "loc": {
        "start": {
          "line": 231,
          "column": 12
        },
        "end": {
          "line": 231,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7646,
      "end": 7656,
      "loc": {
        "start": {
          "line": 231,
          "column": 13
        },
        "end": {
          "line": 231,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7656,
      "end": 7657,
      "loc": {
        "start": {
          "line": 231,
          "column": 23
        },
        "end": {
          "line": 231,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7658,
      "end": 7659,
      "loc": {
        "start": {
          "line": 231,
          "column": 25
        },
        "end": {
          "line": 231,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7659,
      "end": 7668,
      "loc": {
        "start": {
          "line": 231,
          "column": 26
        },
        "end": {
          "line": 231,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7668,
      "end": 7669,
      "loc": {
        "start": {
          "line": 231,
          "column": 35
        },
        "end": {
          "line": 231,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7670,
      "end": 7673,
      "loc": {
        "start": {
          "line": 231,
          "column": 37
        },
        "end": {
          "line": 231,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7673,
      "end": 7674,
      "loc": {
        "start": {
          "line": 231,
          "column": 40
        },
        "end": {
          "line": 231,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7675,
      "end": 7677,
      "loc": {
        "start": {
          "line": 231,
          "column": 42
        },
        "end": {
          "line": 231,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7678,
      "end": 7679,
      "loc": {
        "start": {
          "line": 231,
          "column": 45
        },
        "end": {
          "line": 231,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelAttributeMap",
      "start": 7688,
      "end": 7705,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7705,
      "end": 7706,
      "loc": {
        "start": {
          "line": 232,
          "column": 25
        },
        "end": {
          "line": 232,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7706,
      "end": 7709,
      "loc": {
        "start": {
          "line": 232,
          "column": 26
        },
        "end": {
          "line": 232,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7709,
      "end": 7710,
      "loc": {
        "start": {
          "line": 232,
          "column": 29
        },
        "end": {
          "line": 232,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7711,
      "end": 7712,
      "loc": {
        "start": {
          "line": 232,
          "column": 31
        },
        "end": {
          "line": 232,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7713,
      "end": 7722,
      "loc": {
        "start": {
          "line": 232,
          "column": 33
        },
        "end": {
          "line": 232,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7722,
      "end": 7723,
      "loc": {
        "start": {
          "line": 232,
          "column": 42
        },
        "end": {
          "line": 232,
          "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": 7732,
      "end": 7734,
      "loc": {
        "start": {
          "line": 233,
          "column": 8
        },
        "end": {
          "line": 233,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7735,
      "end": 7736,
      "loc": {
        "start": {
          "line": 233,
          "column": 11
        },
        "end": {
          "line": 233,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7736,
      "end": 7745,
      "loc": {
        "start": {
          "line": 233,
          "column": 12
        },
        "end": {
          "line": 233,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7745,
      "end": 7746,
      "loc": {
        "start": {
          "line": 233,
          "column": 21
        },
        "end": {
          "line": 233,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7746,
      "end": 7751,
      "loc": {
        "start": {
          "line": 233,
          "column": 22
        },
        "end": {
          "line": 233,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7751,
      "end": 7752,
      "loc": {
        "start": {
          "line": 233,
          "column": 27
        },
        "end": {
          "line": 233,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7753,
      "end": 7754,
      "loc": {
        "start": {
          "line": 233,
          "column": 29
        },
        "end": {
          "line": 233,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelAttributeMap",
      "start": 7765,
      "end": 7782,
      "loc": {
        "start": {
          "line": 234,
          "column": 10
        },
        "end": {
          "line": 234,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7782,
      "end": 7783,
      "loc": {
        "start": {
          "line": 234,
          "column": 27
        },
        "end": {
          "line": 234,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7783,
      "end": 7792,
      "loc": {
        "start": {
          "line": 234,
          "column": 28
        },
        "end": {
          "line": 234,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7792,
      "end": 7793,
      "loc": {
        "start": {
          "line": 234,
          "column": 37
        },
        "end": {
          "line": 234,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7793,
      "end": 7798,
      "loc": {
        "start": {
          "line": 234,
          "column": 38
        },
        "end": {
          "line": 234,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7798,
      "end": 7799,
      "loc": {
        "start": {
          "line": 234,
          "column": 43
        },
        "end": {
          "line": 234,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7800,
      "end": 7801,
      "loc": {
        "start": {
          "line": 234,
          "column": 45
        },
        "end": {
          "line": 234,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7802,
      "end": 7811,
      "loc": {
        "start": {
          "line": 234,
          "column": 47
        },
        "end": {
          "line": 234,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7811,
      "end": 7812,
      "loc": {
        "start": {
          "line": 234,
          "column": 56
        },
        "end": {
          "line": 234,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7821,
      "end": 7822,
      "loc": {
        "start": {
          "line": 235,
          "column": 8
        },
        "end": {
          "line": 235,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7829,
      "end": 7830,
      "loc": {
        "start": {
          "line": 236,
          "column": 6
        },
        "end": {
          "line": 236,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7830,
      "end": 7831,
      "loc": {
        "start": {
          "line": 236,
          "column": 7
        },
        "end": {
          "line": 236,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7831,
      "end": 7832,
      "loc": {
        "start": {
          "line": 236,
          "column": 8
        },
        "end": {
          "line": 236,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7837,
      "end": 7838,
      "loc": {
        "start": {
          "line": 237,
          "column": 4
        },
        "end": {
          "line": 237,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 7844,
      "end": 7847,
      "loc": {
        "start": {
          "line": 239,
          "column": 4
        },
        "end": {
          "line": 239,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7848,
      "end": 7849,
      "loc": {
        "start": {
          "line": 239,
          "column": 8
        },
        "end": {
          "line": 239,
          "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": 7849,
      "end": 7854,
      "loc": {
        "start": {
          "line": 239,
          "column": 9
        },
        "end": {
          "line": 239,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7855,
      "end": 7858,
      "loc": {
        "start": {
          "line": 239,
          "column": 15
        },
        "end": {
          "line": 239,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 7859,
      "end": 7861,
      "loc": {
        "start": {
          "line": 239,
          "column": 19
        },
        "end": {
          "line": 239,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 7862,
      "end": 7875,
      "loc": {
        "start": {
          "line": 239,
          "column": 22
        },
        "end": {
          "line": 239,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7875,
      "end": 7876,
      "loc": {
        "start": {
          "line": 239,
          "column": 35
        },
        "end": {
          "line": 239,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7877,
      "end": 7878,
      "loc": {
        "start": {
          "line": 239,
          "column": 37
        },
        "end": {
          "line": 239,
          "column": 38
        }
      }
    },
    {
      "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": 7885,
      "end": 7890,
      "loc": {
        "start": {
          "line": 240,
          "column": 6
        },
        "end": {
          "line": 240,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7891,
      "end": 7896,
      "loc": {
        "start": {
          "line": 240,
          "column": 12
        },
        "end": {
          "line": 240,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7897,
      "end": 7898,
      "loc": {
        "start": {
          "line": 240,
          "column": 18
        },
        "end": {
          "line": 240,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrValueHash",
      "start": 7899,
      "end": 7912,
      "loc": {
        "start": {
          "line": 240,
          "column": 20
        },
        "end": {
          "line": 240,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7912,
      "end": 7913,
      "loc": {
        "start": {
          "line": 240,
          "column": 33
        },
        "end": {
          "line": 240,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7913,
      "end": 7916,
      "loc": {
        "start": {
          "line": 240,
          "column": 34
        },
        "end": {
          "line": 240,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7916,
      "end": 7917,
      "loc": {
        "start": {
          "line": 240,
          "column": 37
        },
        "end": {
          "line": 240,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7917,
      "end": 7918,
      "loc": {
        "start": {
          "line": 240,
          "column": 38
        },
        "end": {
          "line": 240,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 7925,
      "end": 7931,
      "loc": {
        "start": {
          "line": 241,
          "column": 6
        },
        "end": {
          "line": 241,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7931,
      "end": 7932,
      "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": "push",
      "start": 7932,
      "end": 7936,
      "loc": {
        "start": {
          "line": 241,
          "column": 13
        },
        "end": {
          "line": 241,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7936,
      "end": 7937,
      "loc": {
        "start": {
          "line": 241,
          "column": 17
        },
        "end": {
          "line": 241,
          "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": 7937,
      "end": 7941,
      "loc": {
        "start": {
          "line": 241,
          "column": 18
        },
        "end": {
          "line": 241,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7941,
      "end": 7942,
      "loc": {
        "start": {
          "line": 241,
          "column": 22
        },
        "end": {
          "line": 241,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 7942,
      "end": 7957,
      "loc": {
        "start": {
          "line": 241,
          "column": 23
        },
        "end": {
          "line": 241,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7957,
      "end": 7958,
      "loc": {
        "start": {
          "line": 241,
          "column": 38
        },
        "end": {
          "line": 241,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 7958,
      "end": 7961,
      "loc": {
        "start": {
          "line": 241,
          "column": 39
        },
        "end": {
          "line": 241,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7961,
      "end": 7962,
      "loc": {
        "start": {
          "line": 241,
          "column": 42
        },
        "end": {
          "line": 241,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7963,
      "end": 7964,
      "loc": {
        "start": {
          "line": 241,
          "column": 44
        },
        "end": {
          "line": 241,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7965,
      "end": 7968,
      "loc": {
        "start": {
          "line": 241,
          "column": 46
        },
        "end": {
          "line": 241,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7969,
      "end": 7970,
      "loc": {
        "start": {
          "line": 241,
          "column": 50
        },
        "end": {
          "line": 241,
          "column": 51
        }
      }
    },
    {
      "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": 7971,
      "end": 7975,
      "loc": {
        "start": {
          "line": 241,
          "column": 52
        },
        "end": {
          "line": 241,
          "column": 56
        }
      }
    },
    {
      "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": 241,
          "column": 56
        },
        "end": {
          "line": 241,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 7976,
      "end": 7982,
      "loc": {
        "start": {
          "line": 241,
          "column": 57
        },
        "end": {
          "line": 241,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7982,
      "end": 7983,
      "loc": {
        "start": {
          "line": 241,
          "column": 63
        },
        "end": {
          "line": 241,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7983,
      "end": 7988,
      "loc": {
        "start": {
          "line": 241,
          "column": 64
        },
        "end": {
          "line": 241,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7988,
      "end": 7989,
      "loc": {
        "start": {
          "line": 241,
          "column": 69
        },
        "end": {
          "line": 241,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7990,
      "end": 7991,
      "loc": {
        "start": {
          "line": 241,
          "column": 71
        },
        "end": {
          "line": 241,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelAttributeMap",
      "start": 7991,
      "end": 8008,
      "loc": {
        "start": {
          "line": 241,
          "column": 72
        },
        "end": {
          "line": 241,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8009,
      "end": 8011,
      "loc": {
        "start": {
          "line": 241,
          "column": 90
        },
        "end": {
          "line": 241,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelAttributeMap",
      "start": 8012,
      "end": 8029,
      "loc": {
        "start": {
          "line": 241,
          "column": 93
        },
        "end": {
          "line": 241,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8029,
      "end": 8030,
      "loc": {
        "start": {
          "line": 241,
          "column": 110
        },
        "end": {
          "line": 241,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 8030,
      "end": 8033,
      "loc": {
        "start": {
          "line": 241,
          "column": 111
        },
        "end": {
          "line": 241,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8033,
      "end": 8034,
      "loc": {
        "start": {
          "line": 241,
          "column": 114
        },
        "end": {
          "line": 241,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8035,
      "end": 8037,
      "loc": {
        "start": {
          "line": 241,
          "column": 116
        },
        "end": {
          "line": 241,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8038,
      "end": 8047,
      "loc": {
        "start": {
          "line": 241,
          "column": 119
        },
        "end": {
          "line": 241,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8047,
      "end": 8048,
      "loc": {
        "start": {
          "line": 241,
          "column": 128
        },
        "end": {
          "line": 241,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8048,
      "end": 8049,
      "loc": {
        "start": {
          "line": 241,
          "column": 129
        },
        "end": {
          "line": 241,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8050,
      "end": 8051,
      "loc": {
        "start": {
          "line": 241,
          "column": 131
        },
        "end": {
          "line": 241,
          "column": 132
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 8052,
      "end": 8059,
      "loc": {
        "start": {
          "line": 241,
          "column": 133
        },
        "end": {
          "line": 241,
          "column": 140
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8059,
      "end": 8060,
      "loc": {
        "start": {
          "line": 241,
          "column": 140
        },
        "end": {
          "line": 241,
          "column": 141
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "UPDATE",
      "start": 8061,
      "end": 8069,
      "loc": {
        "start": {
          "line": 241,
          "column": 142
        },
        "end": {
          "line": 241,
          "column": 150
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8070,
      "end": 8071,
      "loc": {
        "start": {
          "line": 241,
          "column": 151
        },
        "end": {
          "line": 241,
          "column": 152
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8071,
      "end": 8072,
      "loc": {
        "start": {
          "line": 241,
          "column": 152
        },
        "end": {
          "line": 241,
          "column": 153
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8072,
      "end": 8073,
      "loc": {
        "start": {
          "line": 241,
          "column": 153
        },
        "end": {
          "line": 241,
          "column": 154
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8073,
      "end": 8074,
      "loc": {
        "start": {
          "line": 241,
          "column": 154
        },
        "end": {
          "line": 241,
          "column": 155
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8079,
      "end": 8080,
      "loc": {
        "start": {
          "line": 242,
          "column": 4
        },
        "end": {
          "line": 242,
          "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": 8086,
      "end": 8092,
      "loc": {
        "start": {
          "line": 244,
          "column": 4
        },
        "end": {
          "line": 244,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8093,
      "end": 8094,
      "loc": {
        "start": {
          "line": 244,
          "column": 11
        },
        "end": {
          "line": 244,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "UPDATE ",
      "start": 8094,
      "end": 8101,
      "loc": {
        "start": {
          "line": 244,
          "column": 12
        },
        "end": {
          "line": 244,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8101,
      "end": 8103,
      "loc": {
        "start": {
          "line": 244,
          "column": 19
        },
        "end": {
          "line": 244,
          "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": 8103,
      "end": 8107,
      "loc": {
        "start": {
          "line": 244,
          "column": 21
        },
        "end": {
          "line": 244,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8107,
      "end": 8108,
      "loc": {
        "start": {
          "line": 244,
          "column": 25
        },
        "end": {
          "line": 244,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 8108,
      "end": 8118,
      "loc": {
        "start": {
          "line": 244,
          "column": 26
        },
        "end": {
          "line": 244,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8118,
      "end": 8119,
      "loc": {
        "start": {
          "line": 244,
          "column": 36
        },
        "end": {
          "line": 244,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8119,
      "end": 8128,
      "loc": {
        "start": {
          "line": 244,
          "column": 37
        },
        "end": {
          "line": 244,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8128,
      "end": 8129,
      "loc": {
        "start": {
          "line": 244,
          "column": 46
        },
        "end": {
          "line": 244,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8129,
      "end": 8130,
      "loc": {
        "start": {
          "line": 244,
          "column": 47
        },
        "end": {
          "line": 244,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " SET ",
      "start": 8130,
      "end": 8135,
      "loc": {
        "start": {
          "line": 244,
          "column": 48
        },
        "end": {
          "line": 244,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8135,
      "end": 8137,
      "loc": {
        "start": {
          "line": 244,
          "column": 53
        },
        "end": {
          "line": 244,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 8137,
      "end": 8143,
      "loc": {
        "start": {
          "line": 244,
          "column": 55
        },
        "end": {
          "line": 244,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8143,
      "end": 8144,
      "loc": {
        "start": {
          "line": 244,
          "column": 61
        },
        "end": {
          "line": 244,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 8144,
      "end": 8148,
      "loc": {
        "start": {
          "line": 244,
          "column": 62
        },
        "end": {
          "line": 244,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8148,
      "end": 8149,
      "loc": {
        "start": {
          "line": 244,
          "column": 66
        },
        "end": {
          "line": 244,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ",",
      "start": 8149,
      "end": 8152,
      "loc": {
        "start": {
          "line": 244,
          "column": 67
        },
        "end": {
          "line": 244,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8152,
      "end": 8153,
      "loc": {
        "start": {
          "line": 244,
          "column": 70
        },
        "end": {
          "line": 244,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8153,
      "end": 8154,
      "loc": {
        "start": {
          "line": 244,
          "column": 71
        },
        "end": {
          "line": 244,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 8154,
      "end": 8155,
      "loc": {
        "start": {
          "line": 244,
          "column": 72
        },
        "end": {
          "line": 244,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8155,
      "end": 8157,
      "loc": {
        "start": {
          "line": 244,
          "column": 73
        },
        "end": {
          "line": 244,
          "column": 75
        }
      }
    },
    {
      "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": 8157,
      "end": 8161,
      "loc": {
        "start": {
          "line": 244,
          "column": 75
        },
        "end": {
          "line": 244,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8161,
      "end": 8162,
      "loc": {
        "start": {
          "line": 244,
          "column": 79
        },
        "end": {
          "line": 244,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whereQuery",
      "start": 8162,
      "end": 8172,
      "loc": {
        "start": {
          "line": 244,
          "column": 80
        },
        "end": {
          "line": 244,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8172,
      "end": 8173,
      "loc": {
        "start": {
          "line": 244,
          "column": 90
        },
        "end": {
          "line": 244,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 8173,
      "end": 8178,
      "loc": {
        "start": {
          "line": 244,
          "column": 91
        },
        "end": {
          "line": 244,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8178,
      "end": 8179,
      "loc": {
        "start": {
          "line": 244,
          "column": 96
        },
        "end": {
          "line": 244,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8179,
      "end": 8180,
      "loc": {
        "start": {
          "line": 244,
          "column": 97
        },
        "end": {
          "line": 244,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 8180,
      "end": 8180,
      "loc": {
        "start": {
          "line": 244,
          "column": 98
        },
        "end": {
          "line": 244,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8180,
      "end": 8181,
      "loc": {
        "start": {
          "line": 244,
          "column": 98
        },
        "end": {
          "line": 244,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8181,
      "end": 8182,
      "loc": {
        "start": {
          "line": 244,
          "column": 99
        },
        "end": {
          "line": 244,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8185,
      "end": 8186,
      "loc": {
        "start": {
          "line": 245,
          "column": 2
        },
        "end": {
          "line": 245,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8186,
      "end": 8187,
      "loc": {
        "start": {
          "line": 245,
          "column": 3
        },
        "end": {
          "line": 245,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deleteQuery",
      "start": 8191,
      "end": 8202,
      "loc": {
        "start": {
          "line": 247,
          "column": 2
        },
        "end": {
          "line": 247,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8202,
      "end": 8203,
      "loc": {
        "start": {
          "line": 247,
          "column": 13
        },
        "end": {
          "line": 247,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8203,
      "end": 8212,
      "loc": {
        "start": {
          "line": 247,
          "column": 14
        },
        "end": {
          "line": 247,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8212,
      "end": 8213,
      "loc": {
        "start": {
          "line": 247,
          "column": 23
        },
        "end": {
          "line": 247,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 8214,
      "end": 8219,
      "loc": {
        "start": {
          "line": 247,
          "column": 25
        },
        "end": {
          "line": 247,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8219,
      "end": 8220,
      "loc": {
        "start": {
          "line": 247,
          "column": 30
        },
        "end": {
          "line": 247,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8221,
      "end": 8228,
      "loc": {
        "start": {
          "line": 247,
          "column": 32
        },
        "end": {
          "line": 247,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8228,
      "end": 8229,
      "loc": {
        "start": {
          "line": 247,
          "column": 39
        },
        "end": {
          "line": 247,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8230,
      "end": 8235,
      "loc": {
        "start": {
          "line": 247,
          "column": 41
        },
        "end": {
          "line": 247,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8235,
      "end": 8236,
      "loc": {
        "start": {
          "line": 247,
          "column": 46
        },
        "end": {
          "line": 247,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8237,
      "end": 8238,
      "loc": {
        "start": {
          "line": 247,
          "column": 48
        },
        "end": {
          "line": 247,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8243,
      "end": 8250,
      "loc": {
        "start": {
          "line": 248,
          "column": 4
        },
        "end": {
          "line": 248,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8251,
      "end": 8252,
      "loc": {
        "start": {
          "line": 248,
          "column": 12
        },
        "end": {
          "line": 248,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8253,
      "end": 8260,
      "loc": {
        "start": {
          "line": 248,
          "column": 14
        },
        "end": {
          "line": 248,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8261,
      "end": 8263,
      "loc": {
        "start": {
          "line": 248,
          "column": 22
        },
        "end": {
          "line": 248,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8264,
      "end": 8265,
      "loc": {
        "start": {
          "line": 248,
          "column": 25
        },
        "end": {
          "line": 248,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8265,
      "end": 8266,
      "loc": {
        "start": {
          "line": 248,
          "column": 26
        },
        "end": {
          "line": 248,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8266,
      "end": 8267,
      "loc": {
        "start": {
          "line": 248,
          "column": 27
        },
        "end": {
          "line": 248,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8272,
      "end": 8273,
      "loc": {
        "start": {
          "line": 249,
          "column": 4
        },
        "end": {
          "line": 249,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8273,
      "end": 8274,
      "loc": {
        "start": {
          "line": 249,
          "column": 5
        },
        "end": {
          "line": 249,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaults",
      "start": 8274,
      "end": 8282,
      "loc": {
        "start": {
          "line": 249,
          "column": 6
        },
        "end": {
          "line": 249,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8282,
      "end": 8283,
      "loc": {
        "start": {
          "line": 249,
          "column": 14
        },
        "end": {
          "line": 249,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8283,
      "end": 8290,
      "loc": {
        "start": {
          "line": 249,
          "column": 15
        },
        "end": {
          "line": 249,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8290,
      "end": 8291,
      "loc": {
        "start": {
          "line": 249,
          "column": 22
        },
        "end": {
          "line": 249,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8292,
      "end": 8296,
      "loc": {
        "start": {
          "line": 249,
          "column": 24
        },
        "end": {
          "line": 249,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8296,
      "end": 8297,
      "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": "options",
      "start": 8297,
      "end": 8304,
      "loc": {
        "start": {
          "line": 249,
          "column": 29
        },
        "end": {
          "line": 249,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8304,
      "end": 8305,
      "loc": {
        "start": {
          "line": 249,
          "column": 36
        },
        "end": {
          "line": 249,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8305,
      "end": 8306,
      "loc": {
        "start": {
          "line": 249,
          "column": 37
        },
        "end": {
          "line": 249,
          "column": 38
        }
      }
    },
    {
      "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": 8312,
      "end": 8315,
      "loc": {
        "start": {
          "line": 251,
          "column": 4
        },
        "end": {
          "line": 251,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whereClause",
      "start": 8316,
      "end": 8327,
      "loc": {
        "start": {
          "line": 251,
          "column": 8
        },
        "end": {
          "line": 251,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8328,
      "end": 8329,
      "loc": {
        "start": {
          "line": 251,
          "column": 20
        },
        "end": {
          "line": 251,
          "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": 8330,
      "end": 8334,
      "loc": {
        "start": {
          "line": 251,
          "column": 22
        },
        "end": {
          "line": 251,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8334,
      "end": 8335,
      "loc": {
        "start": {
          "line": 251,
          "column": 26
        },
        "end": {
          "line": 251,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getWhereConditions",
      "start": 8335,
      "end": 8353,
      "loc": {
        "start": {
          "line": 251,
          "column": 27
        },
        "end": {
          "line": 251,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8353,
      "end": 8354,
      "loc": {
        "start": {
          "line": 251,
          "column": 45
        },
        "end": {
          "line": 251,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 8354,
      "end": 8359,
      "loc": {
        "start": {
          "line": 251,
          "column": 46
        },
        "end": {
          "line": 251,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8359,
      "end": 8360,
      "loc": {
        "start": {
          "line": 251,
          "column": 51
        },
        "end": {
          "line": 251,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 8361,
      "end": 8365,
      "loc": {
        "start": {
          "line": 251,
          "column": 53
        },
        "end": {
          "line": 251,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8365,
      "end": 8366,
      "loc": {
        "start": {
          "line": 251,
          "column": 57
        },
        "end": {
          "line": 251,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8367,
      "end": 8372,
      "loc": {
        "start": {
          "line": 251,
          "column": 59
        },
        "end": {
          "line": 251,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8372,
      "end": 8373,
      "loc": {
        "start": {
          "line": 251,
          "column": 64
        },
        "end": {
          "line": 251,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8374,
      "end": 8381,
      "loc": {
        "start": {
          "line": 251,
          "column": 66
        },
        "end": {
          "line": 251,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8381,
      "end": 8382,
      "loc": {
        "start": {
          "line": 251,
          "column": 73
        },
        "end": {
          "line": 251,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8382,
      "end": 8383,
      "loc": {
        "start": {
          "line": 251,
          "column": 74
        },
        "end": {
          "line": 251,
          "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": 8388,
      "end": 8390,
      "loc": {
        "start": {
          "line": 252,
          "column": 4
        },
        "end": {
          "line": 252,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8391,
      "end": 8392,
      "loc": {
        "start": {
          "line": 252,
          "column": 7
        },
        "end": {
          "line": 252,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whereClause",
      "start": 8392,
      "end": 8403,
      "loc": {
        "start": {
          "line": 252,
          "column": 8
        },
        "end": {
          "line": 252,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8403,
      "end": 8404,
      "loc": {
        "start": {
          "line": 252,
          "column": 19
        },
        "end": {
          "line": 252,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8405,
      "end": 8406,
      "loc": {
        "start": {
          "line": 252,
          "column": 21
        },
        "end": {
          "line": 252,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whereClause",
      "start": 8413,
      "end": 8424,
      "loc": {
        "start": {
          "line": 253,
          "column": 6
        },
        "end": {
          "line": 253,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8425,
      "end": 8426,
      "loc": {
        "start": {
          "line": 253,
          "column": 18
        },
        "end": {
          "line": 253,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WHERE ",
      "start": 8427,
      "end": 8436,
      "loc": {
        "start": {
          "line": 253,
          "column": 20
        },
        "end": {
          "line": 253,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8437,
      "end": 8438,
      "loc": {
        "start": {
          "line": 253,
          "column": 30
        },
        "end": {
          "line": 253,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whereClause",
      "start": 8439,
      "end": 8450,
      "loc": {
        "start": {
          "line": 253,
          "column": 32
        },
        "end": {
          "line": 253,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8450,
      "end": 8451,
      "loc": {
        "start": {
          "line": 253,
          "column": 43
        },
        "end": {
          "line": 253,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8456,
      "end": 8457,
      "loc": {
        "start": {
          "line": 254,
          "column": 4
        },
        "end": {
          "line": 254,
          "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": 8463,
      "end": 8469,
      "loc": {
        "start": {
          "line": 256,
          "column": 4
        },
        "end": {
          "line": 256,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8470,
      "end": 8471,
      "loc": {
        "start": {
          "line": 256,
          "column": 11
        },
        "end": {
          "line": 256,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DELETE FROM ",
      "start": 8471,
      "end": 8483,
      "loc": {
        "start": {
          "line": 256,
          "column": 12
        },
        "end": {
          "line": 256,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8483,
      "end": 8485,
      "loc": {
        "start": {
          "line": 256,
          "column": 24
        },
        "end": {
          "line": 256,
          "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": 8485,
      "end": 8489,
      "loc": {
        "start": {
          "line": 256,
          "column": 26
        },
        "end": {
          "line": 256,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8489,
      "end": 8490,
      "loc": {
        "start": {
          "line": 256,
          "column": 30
        },
        "end": {
          "line": 256,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 8490,
      "end": 8500,
      "loc": {
        "start": {
          "line": 256,
          "column": 31
        },
        "end": {
          "line": 256,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8500,
      "end": 8501,
      "loc": {
        "start": {
          "line": 256,
          "column": 41
        },
        "end": {
          "line": 256,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8501,
      "end": 8510,
      "loc": {
        "start": {
          "line": 256,
          "column": 42
        },
        "end": {
          "line": 256,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8510,
      "end": 8511,
      "loc": {
        "start": {
          "line": 256,
          "column": 51
        },
        "end": {
          "line": 256,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8511,
      "end": 8512,
      "loc": {
        "start": {
          "line": 256,
          "column": 52
        },
        "end": {
          "line": 256,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 8512,
      "end": 8512,
      "loc": {
        "start": {
          "line": 256,
          "column": 53
        },
        "end": {
          "line": 256,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8512,
      "end": 8514,
      "loc": {
        "start": {
          "line": 256,
          "column": 53
        },
        "end": {
          "line": 256,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whereClause",
      "start": 8514,
      "end": 8525,
      "loc": {
        "start": {
          "line": 256,
          "column": 55
        },
        "end": {
          "line": 256,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8525,
      "end": 8526,
      "loc": {
        "start": {
          "line": 256,
          "column": 66
        },
        "end": {
          "line": 256,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 8526,
      "end": 8526,
      "loc": {
        "start": {
          "line": 256,
          "column": 67
        },
        "end": {
          "line": 256,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8526,
      "end": 8527,
      "loc": {
        "start": {
          "line": 256,
          "column": 67
        },
        "end": {
          "line": 256,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8527,
      "end": 8528,
      "loc": {
        "start": {
          "line": 256,
          "column": 68
        },
        "end": {
          "line": 256,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8531,
      "end": 8532,
      "loc": {
        "start": {
          "line": 257,
          "column": 2
        },
        "end": {
          "line": 257,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8532,
      "end": 8533,
      "loc": {
        "start": {
          "line": 257,
          "column": 3
        },
        "end": {
          "line": 257,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 8537,
      "end": 8552,
      "loc": {
        "start": {
          "line": 259,
          "column": 2
        },
        "end": {
          "line": 259,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8552,
      "end": 8553,
      "loc": {
        "start": {
          "line": 259,
          "column": 17
        },
        "end": {
          "line": 259,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8553,
      "end": 8563,
      "loc": {
        "start": {
          "line": 259,
          "column": 18
        },
        "end": {
          "line": 259,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8563,
      "end": 8564,
      "loc": {
        "start": {
          "line": 259,
          "column": 28
        },
        "end": {
          "line": 259,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8565,
      "end": 8566,
      "loc": {
        "start": {
          "line": 259,
          "column": 30
        },
        "end": {
          "line": 259,
          "column": 31
        }
      }
    },
    {
      "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": 8571,
      "end": 8576,
      "loc": {
        "start": {
          "line": 260,
          "column": 4
        },
        "end": {
          "line": 260,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8577,
      "end": 8583,
      "loc": {
        "start": {
          "line": 260,
          "column": 10
        },
        "end": {
          "line": 260,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8584,
      "end": 8585,
      "loc": {
        "start": {
          "line": 260,
          "column": 17
        },
        "end": {
          "line": 260,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8586,
      "end": 8587,
      "loc": {
        "start": {
          "line": 260,
          "column": 19
        },
        "end": {
          "line": 260,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8587,
      "end": 8588,
      "loc": {
        "start": {
          "line": 260,
          "column": 20
        },
        "end": {
          "line": 260,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8588,
      "end": 8589,
      "loc": {
        "start": {
          "line": 260,
          "column": 21
        },
        "end": {
          "line": 260,
          "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": 8595,
      "end": 8598,
      "loc": {
        "start": {
          "line": 262,
          "column": 4
        },
        "end": {
          "line": 262,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8599,
      "end": 8600,
      "loc": {
        "start": {
          "line": 262,
          "column": 8
        },
        "end": {
          "line": 262,
          "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": 8600,
      "end": 8605,
      "loc": {
        "start": {
          "line": 262,
          "column": 9
        },
        "end": {
          "line": 262,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 8606,
      "end": 8610,
      "loc": {
        "start": {
          "line": 262,
          "column": 15
        },
        "end": {
          "line": 262,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 8611,
      "end": 8613,
      "loc": {
        "start": {
          "line": 262,
          "column": 20
        },
        "end": {
          "line": 262,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8614,
      "end": 8624,
      "loc": {
        "start": {
          "line": 262,
          "column": 23
        },
        "end": {
          "line": 262,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8624,
      "end": 8625,
      "loc": {
        "start": {
          "line": 262,
          "column": 33
        },
        "end": {
          "line": 262,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8626,
      "end": 8627,
      "loc": {
        "start": {
          "line": 262,
          "column": 35
        },
        "end": {
          "line": 262,
          "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": 8634,
      "end": 8639,
      "loc": {
        "start": {
          "line": 263,
          "column": 6
        },
        "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": "dataType",
      "start": 8640,
      "end": 8648,
      "loc": {
        "start": {
          "line": 263,
          "column": 12
        },
        "end": {
          "line": 263,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8649,
      "end": 8650,
      "loc": {
        "start": {
          "line": 263,
          "column": 21
        },
        "end": {
          "line": 263,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8651,
      "end": 8661,
      "loc": {
        "start": {
          "line": 263,
          "column": 23
        },
        "end": {
          "line": 263,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8661,
      "end": 8662,
      "loc": {
        "start": {
          "line": 263,
          "column": 33
        },
        "end": {
          "line": 263,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 8662,
      "end": 8666,
      "loc": {
        "start": {
          "line": 263,
          "column": 34
        },
        "end": {
          "line": 263,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8666,
      "end": 8667,
      "loc": {
        "start": {
          "line": 263,
          "column": 38
        },
        "end": {
          "line": 263,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8667,
      "end": 8668,
      "loc": {
        "start": {
          "line": 263,
          "column": 39
        },
        "end": {
          "line": 263,
          "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": 8675,
      "end": 8680,
      "loc": {
        "start": {
          "line": 264,
          "column": 6
        },
        "end": {
          "line": 264,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldName",
      "start": 8681,
      "end": 8690,
      "loc": {
        "start": {
          "line": 264,
          "column": 12
        },
        "end": {
          "line": 264,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8691,
      "end": 8692,
      "loc": {
        "start": {
          "line": 264,
          "column": 22
        },
        "end": {
          "line": 264,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 8693,
      "end": 8701,
      "loc": {
        "start": {
          "line": 264,
          "column": 24
        },
        "end": {
          "line": 264,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8701,
      "end": 8702,
      "loc": {
        "start": {
          "line": 264,
          "column": 32
        },
        "end": {
          "line": 264,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8702,
      "end": 8707,
      "loc": {
        "start": {
          "line": 264,
          "column": 33
        },
        "end": {
          "line": 264,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8708,
      "end": 8710,
      "loc": {
        "start": {
          "line": 264,
          "column": 39
        },
        "end": {
          "line": 264,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 8711,
      "end": 8715,
      "loc": {
        "start": {
          "line": 264,
          "column": 42
        },
        "end": {
          "line": 264,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8715,
      "end": 8716,
      "loc": {
        "start": {
          "line": 264,
          "column": 46
        },
        "end": {
          "line": 264,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8724,
      "end": 8726,
      "loc": {
        "start": {
          "line": 266,
          "column": 6
        },
        "end": {
          "line": 266,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8727,
      "end": 8728,
      "loc": {
        "start": {
          "line": 266,
          "column": 9
        },
        "end": {
          "line": 266,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 8728,
      "end": 8733,
      "loc": {
        "start": {
          "line": 266,
          "column": 10
        },
        "end": {
          "line": 266,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8733,
      "end": 8734,
      "loc": {
        "start": {
          "line": 266,
          "column": 15
        },
        "end": {
          "line": 266,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8734,
      "end": 8735,
      "loc": {
        "start": {
          "line": 266,
          "column": 16
        },
        "end": {
          "line": 266,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8735,
      "end": 8736,
      "loc": {
        "start": {
          "line": 266,
          "column": 17
        },
        "end": {
          "line": 266,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 8736,
      "end": 8744,
      "loc": {
        "start": {
          "line": 266,
          "column": 18
        },
        "end": {
          "line": 266,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8744,
      "end": 8745,
      "loc": {
        "start": {
          "line": 266,
          "column": 26
        },
        "end": {
          "line": 266,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 8745,
      "end": 8753,
      "loc": {
        "start": {
          "line": 266,
          "column": 27
        },
        "end": {
          "line": 266,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8753,
      "end": 8754,
      "loc": {
        "start": {
          "line": 266,
          "column": 35
        },
        "end": {
          "line": 266,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8754,
      "end": 8755,
      "loc": {
        "start": {
          "line": 266,
          "column": 36
        },
        "end": {
          "line": 266,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8756,
      "end": 8757,
      "loc": {
        "start": {
          "line": 266,
          "column": 38
        },
        "end": {
          "line": 266,
          "column": 39
        }
      }
    },
    {
      "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": 8766,
      "end": 8769,
      "loc": {
        "start": {
          "line": 267,
          "column": 8
        },
        "end": {
          "line": 267,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 8770,
      "end": 8773,
      "loc": {
        "start": {
          "line": 267,
          "column": 12
        },
        "end": {
          "line": 267,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8774,
      "end": 8775,
      "loc": {
        "start": {
          "line": 267,
          "column": 16
        },
        "end": {
          "line": 267,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 8776,
      "end": 8784,
      "loc": {
        "start": {
          "line": 267,
          "column": 18
        },
        "end": {
          "line": 267,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8784,
      "end": 8785,
      "loc": {
        "start": {
          "line": 267,
          "column": 26
        },
        "end": {
          "line": 267,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 8785,
      "end": 8789,
      "loc": {
        "start": {
          "line": 267,
          "column": 27
        },
        "end": {
          "line": 267,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8789,
      "end": 8790,
      "loc": {
        "start": {
          "line": 267,
          "column": 31
        },
        "end": {
          "line": 267,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 8790,
      "end": 8798,
      "loc": {
        "start": {
          "line": 267,
          "column": 32
        },
        "end": {
          "line": 267,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8798,
      "end": 8799,
      "loc": {
        "start": {
          "line": 267,
          "column": 40
        },
        "end": {
          "line": 267,
          "column": 41
        }
      }
    },
    {
      "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": 267,
          "column": 41
        },
        "end": {
          "line": 267,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8800,
      "end": 8801,
      "loc": {
        "start": {
          "line": 267,
          "column": 42
        },
        "end": {
          "line": 267,
          "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": 8811,
      "end": 8813,
      "loc": {
        "start": {
          "line": 269,
          "column": 8
        },
        "end": {
          "line": 269,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8814,
      "end": 8815,
      "loc": {
        "start": {
          "line": 269,
          "column": 11
        },
        "end": {
          "line": 269,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 8815,
      "end": 8823,
      "loc": {
        "start": {
          "line": 269,
          "column": 12
        },
        "end": {
          "line": 269,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8823,
      "end": 8824,
      "loc": {
        "start": {
          "line": 269,
          "column": 20
        },
        "end": {
          "line": 269,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 8824,
      "end": 8838,
      "loc": {
        "start": {
          "line": 269,
          "column": 21
        },
        "end": {
          "line": 269,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8838,
      "end": 8839,
      "loc": {
        "start": {
          "line": 269,
          "column": 35
        },
        "end": {
          "line": 269,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "allowNull",
      "start": 8839,
      "end": 8850,
      "loc": {
        "start": {
          "line": 269,
          "column": 36
        },
        "end": {
          "line": 269,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8850,
      "end": 8851,
      "loc": {
        "start": {
          "line": 269,
          "column": 47
        },
        "end": {
          "line": 269,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8852,
      "end": 8854,
      "loc": {
        "start": {
          "line": 269,
          "column": 49
        },
        "end": {
          "line": 269,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8855,
      "end": 8856,
      "loc": {
        "start": {
          "line": 269,
          "column": 52
        },
        "end": {
          "line": 269,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 8856,
      "end": 8864,
      "loc": {
        "start": {
          "line": 269,
          "column": 53
        },
        "end": {
          "line": 269,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8864,
      "end": 8865,
      "loc": {
        "start": {
          "line": 269,
          "column": 61
        },
        "end": {
          "line": 269,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 8865,
      "end": 8874,
      "loc": {
        "start": {
          "line": 269,
          "column": 62
        },
        "end": {
          "line": 269,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8874,
      "end": 8875,
      "loc": {
        "start": {
          "line": 269,
          "column": 71
        },
        "end": {
          "line": 269,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8876,
      "end": 8877,
      "loc": {
        "start": {
          "line": 269,
          "column": 73
        },
        "end": {
          "line": 269,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 8888,
      "end": 8891,
      "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": 8892,
      "end": 8894,
      "loc": {
        "start": {
          "line": 270,
          "column": 14
        },
        "end": {
          "line": 270,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " NOT NULL",
      "start": 8895,
      "end": 8906,
      "loc": {
        "start": {
          "line": 270,
          "column": 17
        },
        "end": {
          "line": 270,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8906,
      "end": 8907,
      "loc": {
        "start": {
          "line": 270,
          "column": 28
        },
        "end": {
          "line": 270,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8916,
      "end": 8917,
      "loc": {
        "start": {
          "line": 271,
          "column": 8
        },
        "end": {
          "line": 271,
          "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": 8927,
      "end": 8929,
      "loc": {
        "start": {
          "line": 273,
          "column": 8
        },
        "end": {
          "line": 273,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8930,
      "end": 8931,
      "loc": {
        "start": {
          "line": 273,
          "column": 11
        },
        "end": {
          "line": 273,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 8931,
      "end": 8936,
      "loc": {
        "start": {
          "line": 273,
          "column": 12
        },
        "end": {
          "line": 273,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8936,
      "end": 8937,
      "loc": {
        "start": {
          "line": 273,
          "column": 17
        },
        "end": {
          "line": 273,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValueSchemable",
      "start": 8937,
      "end": 8958,
      "loc": {
        "start": {
          "line": 273,
          "column": 18
        },
        "end": {
          "line": 273,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8958,
      "end": 8959,
      "loc": {
        "start": {
          "line": 273,
          "column": 39
        },
        "end": {
          "line": 273,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 8959,
      "end": 8967,
      "loc": {
        "start": {
          "line": 273,
          "column": 40
        },
        "end": {
          "line": 273,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8967,
      "end": 8968,
      "loc": {
        "start": {
          "line": 273,
          "column": 48
        },
        "end": {
          "line": 273,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 8968,
      "end": 8980,
      "loc": {
        "start": {
          "line": 273,
          "column": 49
        },
        "end": {
          "line": 273,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8980,
      "end": 8981,
      "loc": {
        "start": {
          "line": 273,
          "column": 61
        },
        "end": {
          "line": 273,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8981,
      "end": 8982,
      "loc": {
        "start": {
          "line": 273,
          "column": 62
        },
        "end": {
          "line": 273,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8983,
      "end": 8984,
      "loc": {
        "start": {
          "line": 273,
          "column": 64
        },
        "end": {
          "line": 273,
          "column": 65
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO thoroughly check that DataTypes.NOW will properly",
      "start": 8995,
      "end": 9052,
      "loc": {
        "start": {
          "line": 274,
          "column": 10
        },
        "end": {
          "line": 274,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " get populated on all databases as DEFAULT value",
      "start": 9063,
      "end": 9113,
      "loc": {
        "start": {
          "line": 275,
          "column": 10
        },
        "end": {
          "line": 275,
          "column": 60
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " i.e. mysql requires: DEFAULT CURRENT_TIMESTAMP",
      "start": 9124,
      "end": 9173,
      "loc": {
        "start": {
          "line": 276,
          "column": 10
        },
        "end": {
          "line": 276,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9184,
      "end": 9187,
      "loc": {
        "start": {
          "line": 277,
          "column": 10
        },
        "end": {
          "line": 277,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9188,
      "end": 9190,
      "loc": {
        "start": {
          "line": 277,
          "column": 14
        },
        "end": {
          "line": 277,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " DEFAULT ",
      "start": 9191,
      "end": 9202,
      "loc": {
        "start": {
          "line": 277,
          "column": 17
        },
        "end": {
          "line": 277,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9203,
      "end": 9204,
      "loc": {
        "start": {
          "line": 277,
          "column": 29
        },
        "end": {
          "line": 277,
          "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": 9205,
      "end": 9209,
      "loc": {
        "start": {
          "line": 277,
          "column": 31
        },
        "end": {
          "line": 277,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9209,
      "end": 9210,
      "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": "escape",
      "start": 9210,
      "end": 9216,
      "loc": {
        "start": {
          "line": 277,
          "column": 36
        },
        "end": {
          "line": 277,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9216,
      "end": 9217,
      "loc": {
        "start": {
          "line": 277,
          "column": 42
        },
        "end": {
          "line": 277,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9217,
      "end": 9225,
      "loc": {
        "start": {
          "line": 277,
          "column": 43
        },
        "end": {
          "line": 277,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9225,
      "end": 9226,
      "loc": {
        "start": {
          "line": 277,
          "column": 51
        },
        "end": {
          "line": 277,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 9226,
      "end": 9238,
      "loc": {
        "start": {
          "line": 277,
          "column": 52
        },
        "end": {
          "line": 277,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9238,
      "end": 9239,
      "loc": {
        "start": {
          "line": 277,
          "column": 64
        },
        "end": {
          "line": 277,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9240,
      "end": 9248,
      "loc": {
        "start": {
          "line": 277,
          "column": 66
        },
        "end": {
          "line": 277,
          "column": 74
        }
      }
    },
    {
      "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": 277,
          "column": 74
        },
        "end": {
          "line": 277,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9249,
      "end": 9250,
      "loc": {
        "start": {
          "line": 277,
          "column": 75
        },
        "end": {
          "line": 277,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9259,
      "end": 9260,
      "loc": {
        "start": {
          "line": 278,
          "column": 8
        },
        "end": {
          "line": 278,
          "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": 9270,
      "end": 9272,
      "loc": {
        "start": {
          "line": 280,
          "column": 8
        },
        "end": {
          "line": 280,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9273,
      "end": 9274,
      "loc": {
        "start": {
          "line": 280,
          "column": 11
        },
        "end": {
          "line": 280,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9274,
      "end": 9282,
      "loc": {
        "start": {
          "line": 280,
          "column": 12
        },
        "end": {
          "line": 280,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9282,
      "end": 9283,
      "loc": {
        "start": {
          "line": 280,
          "column": 20
        },
        "end": {
          "line": 280,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unique",
      "start": 9283,
      "end": 9289,
      "loc": {
        "start": {
          "line": 280,
          "column": 21
        },
        "end": {
          "line": 280,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9290,
      "end": 9293,
      "loc": {
        "start": {
          "line": 280,
          "column": 28
        },
        "end": {
          "line": 280,
          "column": 31
        }
      }
    },
    {
      "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": 9294,
      "end": 9298,
      "loc": {
        "start": {
          "line": 280,
          "column": 32
        },
        "end": {
          "line": 280,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9298,
      "end": 9299,
      "loc": {
        "start": {
          "line": 280,
          "column": 36
        },
        "end": {
          "line": 280,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9300,
      "end": 9301,
      "loc": {
        "start": {
          "line": 280,
          "column": 38
        },
        "end": {
          "line": 280,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9312,
      "end": 9315,
      "loc": {
        "start": {
          "line": 281,
          "column": 10
        },
        "end": {
          "line": 281,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9316,
      "end": 9318,
      "loc": {
        "start": {
          "line": 281,
          "column": 14
        },
        "end": {
          "line": 281,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " UNIQUE",
      "start": 9319,
      "end": 9328,
      "loc": {
        "start": {
          "line": 281,
          "column": 17
        },
        "end": {
          "line": 281,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9328,
      "end": 9329,
      "loc": {
        "start": {
          "line": 281,
          "column": 26
        },
        "end": {
          "line": 281,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9338,
      "end": 9339,
      "loc": {
        "start": {
          "line": 282,
          "column": 8
        },
        "end": {
          "line": 282,
          "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": 9349,
      "end": 9351,
      "loc": {
        "start": {
          "line": 284,
          "column": 8
        },
        "end": {
          "line": 284,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9352,
      "end": 9353,
      "loc": {
        "start": {
          "line": 284,
          "column": 11
        },
        "end": {
          "line": 284,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9353,
      "end": 9361,
      "loc": {
        "start": {
          "line": 284,
          "column": 12
        },
        "end": {
          "line": 284,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9361,
      "end": 9362,
      "loc": {
        "start": {
          "line": 284,
          "column": 20
        },
        "end": {
          "line": 284,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKey",
      "start": 9362,
      "end": 9372,
      "loc": {
        "start": {
          "line": 284,
          "column": 21
        },
        "end": {
          "line": 284,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9372,
      "end": 9373,
      "loc": {
        "start": {
          "line": 284,
          "column": 31
        },
        "end": {
          "line": 284,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9374,
      "end": 9375,
      "loc": {
        "start": {
          "line": 284,
          "column": 33
        },
        "end": {
          "line": 284,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9386,
      "end": 9389,
      "loc": {
        "start": {
          "line": 285,
          "column": 10
        },
        "end": {
          "line": 285,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9390,
      "end": 9392,
      "loc": {
        "start": {
          "line": 285,
          "column": 14
        },
        "end": {
          "line": 285,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " PRIMARY KEY",
      "start": 9393,
      "end": 9407,
      "loc": {
        "start": {
          "line": 285,
          "column": 17
        },
        "end": {
          "line": 285,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9407,
      "end": 9408,
      "loc": {
        "start": {
          "line": 285,
          "column": 31
        },
        "end": {
          "line": 285,
          "column": 32
        }
      }
    },
    {
      "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": 9420,
      "end": 9422,
      "loc": {
        "start": {
          "line": 287,
          "column": 10
        },
        "end": {
          "line": 287,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9423,
      "end": 9424,
      "loc": {
        "start": {
          "line": 287,
          "column": 13
        },
        "end": {
          "line": 287,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9424,
      "end": 9432,
      "loc": {
        "start": {
          "line": 287,
          "column": 14
        },
        "end": {
          "line": 287,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9432,
      "end": 9433,
      "loc": {
        "start": {
          "line": 287,
          "column": 22
        },
        "end": {
          "line": 287,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 9433,
      "end": 9446,
      "loc": {
        "start": {
          "line": 287,
          "column": 23
        },
        "end": {
          "line": 287,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9446,
      "end": 9447,
      "loc": {
        "start": {
          "line": 287,
          "column": 36
        },
        "end": {
          "line": 287,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9448,
      "end": 9449,
      "loc": {
        "start": {
          "line": 287,
          "column": 38
        },
        "end": {
          "line": 287,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9462,
      "end": 9465,
      "loc": {
        "start": {
          "line": 288,
          "column": 12
        },
        "end": {
          "line": 288,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9466,
      "end": 9468,
      "loc": {
        "start": {
          "line": 288,
          "column": 16
        },
        "end": {
          "line": 288,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AUTOINCREMENT",
      "start": 9469,
      "end": 9485,
      "loc": {
        "start": {
          "line": 288,
          "column": 19
        },
        "end": {
          "line": 288,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9485,
      "end": 9486,
      "loc": {
        "start": {
          "line": 288,
          "column": 35
        },
        "end": {
          "line": 288,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9497,
      "end": 9498,
      "loc": {
        "start": {
          "line": 289,
          "column": 10
        },
        "end": {
          "line": 289,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9507,
      "end": 9508,
      "loc": {
        "start": {
          "line": 290,
          "column": 8
        },
        "end": {
          "line": 290,
          "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": 9518,
      "end": 9520,
      "loc": {
        "start": {
          "line": 292,
          "column": 8
        },
        "end": {
          "line": 292,
          "column": 10
        }
      }
    },
    {
      "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": 292,
          "column": 11
        },
        "end": {
          "line": 292,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9522,
      "end": 9530,
      "loc": {
        "start": {
          "line": 292,
          "column": 12
        },
        "end": {
          "line": 292,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9530,
      "end": 9531,
      "loc": {
        "start": {
          "line": 292,
          "column": 20
        },
        "end": {
          "line": 292,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 9531,
      "end": 9541,
      "loc": {
        "start": {
          "line": 292,
          "column": 21
        },
        "end": {
          "line": 292,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9541,
      "end": 9542,
      "loc": {
        "start": {
          "line": 292,
          "column": 31
        },
        "end": {
          "line": 292,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9543,
      "end": 9544,
      "loc": {
        "start": {
          "line": 292,
          "column": 33
        },
        "end": {
          "line": 292,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9555,
      "end": 9560,
      "loc": {
        "start": {
          "line": 293,
          "column": 10
        },
        "end": {
          "line": 293,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "referencesTable",
      "start": 9561,
      "end": 9576,
      "loc": {
        "start": {
          "line": 293,
          "column": 16
        },
        "end": {
          "line": 293,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9577,
      "end": 9578,
      "loc": {
        "start": {
          "line": 293,
          "column": 32
        },
        "end": {
          "line": 293,
          "column": 33
        }
      }
    },
    {
      "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": 9579,
      "end": 9583,
      "loc": {
        "start": {
          "line": 293,
          "column": 34
        },
        "end": {
          "line": 293,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9583,
      "end": 9584,
      "loc": {
        "start": {
          "line": 293,
          "column": 38
        },
        "end": {
          "line": 293,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 9584,
      "end": 9594,
      "loc": {
        "start": {
          "line": 293,
          "column": 39
        },
        "end": {
          "line": 293,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9594,
      "end": 9595,
      "loc": {
        "start": {
          "line": 293,
          "column": 49
        },
        "end": {
          "line": 293,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9595,
      "end": 9603,
      "loc": {
        "start": {
          "line": 293,
          "column": 50
        },
        "end": {
          "line": 293,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9603,
      "end": 9604,
      "loc": {
        "start": {
          "line": 293,
          "column": 58
        },
        "end": {
          "line": 293,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 9604,
      "end": 9614,
      "loc": {
        "start": {
          "line": 293,
          "column": 59
        },
        "end": {
          "line": 293,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9614,
      "end": 9615,
      "loc": {
        "start": {
          "line": 293,
          "column": 69
        },
        "end": {
          "line": 293,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 9615,
      "end": 9620,
      "loc": {
        "start": {
          "line": 293,
          "column": 70
        },
        "end": {
          "line": 293,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9620,
      "end": 9621,
      "loc": {
        "start": {
          "line": 293,
          "column": 75
        },
        "end": {
          "line": 293,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9621,
      "end": 9622,
      "loc": {
        "start": {
          "line": 293,
          "column": 76
        },
        "end": {
          "line": 293,
          "column": 77
        }
      }
    },
    {
      "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": 9634,
      "end": 9637,
      "loc": {
        "start": {
          "line": 295,
          "column": 10
        },
        "end": {
          "line": 295,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "referencesKey",
      "start": 9638,
      "end": 9651,
      "loc": {
        "start": {
          "line": 295,
          "column": 14
        },
        "end": {
          "line": 295,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9651,
      "end": 9652,
      "loc": {
        "start": {
          "line": 295,
          "column": 27
        },
        "end": {
          "line": 295,
          "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": 9663,
      "end": 9665,
      "loc": {
        "start": {
          "line": 296,
          "column": 10
        },
        "end": {
          "line": 296,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9666,
      "end": 9667,
      "loc": {
        "start": {
          "line": 296,
          "column": 13
        },
        "end": {
          "line": 296,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9667,
      "end": 9675,
      "loc": {
        "start": {
          "line": 296,
          "column": 14
        },
        "end": {
          "line": 296,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9675,
      "end": 9676,
      "loc": {
        "start": {
          "line": 296,
          "column": 22
        },
        "end": {
          "line": 296,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 9676,
      "end": 9686,
      "loc": {
        "start": {
          "line": 296,
          "column": 23
        },
        "end": {
          "line": 296,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9686,
      "end": 9687,
      "loc": {
        "start": {
          "line": 296,
          "column": 33
        },
        "end": {
          "line": 296,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9687,
      "end": 9690,
      "loc": {
        "start": {
          "line": 296,
          "column": 34
        },
        "end": {
          "line": 296,
          "column": 37
        }
      }
    },
    {
      "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": 296,
          "column": 37
        },
        "end": {
          "line": 296,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9692,
      "end": 9693,
      "loc": {
        "start": {
          "line": 296,
          "column": 39
        },
        "end": {
          "line": 296,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "referencesKey",
      "start": 9706,
      "end": 9719,
      "loc": {
        "start": {
          "line": 297,
          "column": 12
        },
        "end": {
          "line": 297,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9720,
      "end": 9721,
      "loc": {
        "start": {
          "line": 297,
          "column": 26
        },
        "end": {
          "line": 297,
          "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": 9722,
      "end": 9726,
      "loc": {
        "start": {
          "line": 297,
          "column": 28
        },
        "end": {
          "line": 297,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9726,
      "end": 9727,
      "loc": {
        "start": {
          "line": 297,
          "column": 32
        },
        "end": {
          "line": 297,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 9727,
      "end": 9742,
      "loc": {
        "start": {
          "line": 297,
          "column": 33
        },
        "end": {
          "line": 297,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9742,
      "end": 9743,
      "loc": {
        "start": {
          "line": 297,
          "column": 48
        },
        "end": {
          "line": 297,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9743,
      "end": 9751,
      "loc": {
        "start": {
          "line": 297,
          "column": 49
        },
        "end": {
          "line": 297,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9751,
      "end": 9752,
      "loc": {
        "start": {
          "line": 297,
          "column": 57
        },
        "end": {
          "line": 297,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 9752,
      "end": 9762,
      "loc": {
        "start": {
          "line": 297,
          "column": 58
        },
        "end": {
          "line": 297,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9762,
      "end": 9763,
      "loc": {
        "start": {
          "line": 297,
          "column": 68
        },
        "end": {
          "line": 297,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9763,
      "end": 9766,
      "loc": {
        "start": {
          "line": 297,
          "column": 69
        },
        "end": {
          "line": 297,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9766,
      "end": 9767,
      "loc": {
        "start": {
          "line": 297,
          "column": 72
        },
        "end": {
          "line": 297,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9767,
      "end": 9768,
      "loc": {
        "start": {
          "line": 297,
          "column": 73
        },
        "end": {
          "line": 297,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9779,
      "end": 9780,
      "loc": {
        "start": {
          "line": 298,
          "column": 10
        },
        "end": {
          "line": 298,
          "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": 9781,
      "end": 9785,
      "loc": {
        "start": {
          "line": 298,
          "column": 12
        },
        "end": {
          "line": 298,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9786,
      "end": 9787,
      "loc": {
        "start": {
          "line": 298,
          "column": 17
        },
        "end": {
          "line": 298,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "referencesKey",
      "start": 9800,
      "end": 9813,
      "loc": {
        "start": {
          "line": 299,
          "column": 12
        },
        "end": {
          "line": 299,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9814,
      "end": 9815,
      "loc": {
        "start": {
          "line": 299,
          "column": 26
        },
        "end": {
          "line": 299,
          "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": 9816,
      "end": 9820,
      "loc": {
        "start": {
          "line": 299,
          "column": 28
        },
        "end": {
          "line": 299,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9820,
      "end": 9821,
      "loc": {
        "start": {
          "line": 299,
          "column": 32
        },
        "end": {
          "line": 299,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 9821,
      "end": 9836,
      "loc": {
        "start": {
          "line": 299,
          "column": 33
        },
        "end": {
          "line": 299,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9836,
      "end": 9837,
      "loc": {
        "start": {
          "line": 299,
          "column": 48
        },
        "end": {
          "line": 299,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "id",
      "start": 9837,
      "end": 9841,
      "loc": {
        "start": {
          "line": 299,
          "column": 49
        },
        "end": {
          "line": 299,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9841,
      "end": 9842,
      "loc": {
        "start": {
          "line": 299,
          "column": 53
        },
        "end": {
          "line": 299,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9842,
      "end": 9843,
      "loc": {
        "start": {
          "line": 299,
          "column": 54
        },
        "end": {
          "line": 299,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9854,
      "end": 9855,
      "loc": {
        "start": {
          "line": 300,
          "column": 10
        },
        "end": {
          "line": 300,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9867,
      "end": 9870,
      "loc": {
        "start": {
          "line": 302,
          "column": 10
        },
        "end": {
          "line": 302,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9871,
      "end": 9873,
      "loc": {
        "start": {
          "line": 302,
          "column": 14
        },
        "end": {
          "line": 302,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9874,
      "end": 9875,
      "loc": {
        "start": {
          "line": 302,
          "column": 17
        },
        "end": {
          "line": 302,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " REFERENCES ",
      "start": 9875,
      "end": 9887,
      "loc": {
        "start": {
          "line": 302,
          "column": 18
        },
        "end": {
          "line": 302,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9887,
      "end": 9889,
      "loc": {
        "start": {
          "line": 302,
          "column": 30
        },
        "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": "referencesTable",
      "start": 9889,
      "end": 9904,
      "loc": {
        "start": {
          "line": 302,
          "column": 32
        },
        "end": {
          "line": 302,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9904,
      "end": 9905,
      "loc": {
        "start": {
          "line": 302,
          "column": 47
        },
        "end": {
          "line": 302,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " (",
      "start": 9905,
      "end": 9907,
      "loc": {
        "start": {
          "line": 302,
          "column": 48
        },
        "end": {
          "line": 302,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9907,
      "end": 9909,
      "loc": {
        "start": {
          "line": 302,
          "column": 50
        },
        "end": {
          "line": 302,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "referencesKey",
      "start": 9909,
      "end": 9922,
      "loc": {
        "start": {
          "line": 302,
          "column": 52
        },
        "end": {
          "line": 302,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9922,
      "end": 9923,
      "loc": {
        "start": {
          "line": 302,
          "column": 65
        },
        "end": {
          "line": 302,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 9923,
      "end": 9924,
      "loc": {
        "start": {
          "line": 302,
          "column": 66
        },
        "end": {
          "line": 302,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9924,
      "end": 9925,
      "loc": {
        "start": {
          "line": 302,
          "column": 67
        },
        "end": {
          "line": 302,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9925,
      "end": 9926,
      "loc": {
        "start": {
          "line": 302,
          "column": 68
        },
        "end": {
          "line": 302,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9938,
      "end": 9940,
      "loc": {
        "start": {
          "line": 304,
          "column": 10
        },
        "end": {
          "line": 304,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9941,
      "end": 9942,
      "loc": {
        "start": {
          "line": 304,
          "column": 13
        },
        "end": {
          "line": 304,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9942,
      "end": 9950,
      "loc": {
        "start": {
          "line": 304,
          "column": 14
        },
        "end": {
          "line": 304,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9950,
      "end": 9951,
      "loc": {
        "start": {
          "line": 304,
          "column": 22
        },
        "end": {
          "line": 304,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 9951,
      "end": 9959,
      "loc": {
        "start": {
          "line": 304,
          "column": 23
        },
        "end": {
          "line": 304,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9959,
      "end": 9960,
      "loc": {
        "start": {
          "line": 304,
          "column": 31
        },
        "end": {
          "line": 304,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9961,
      "end": 9962,
      "loc": {
        "start": {
          "line": 304,
          "column": 33
        },
        "end": {
          "line": 304,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9975,
      "end": 9978,
      "loc": {
        "start": {
          "line": 305,
          "column": 12
        },
        "end": {
          "line": 305,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9979,
      "end": 9981,
      "loc": {
        "start": {
          "line": 305,
          "column": 16
        },
        "end": {
          "line": 305,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ON DELETE ",
      "start": 9982,
      "end": 9995,
      "loc": {
        "start": {
          "line": 305,
          "column": 19
        },
        "end": {
          "line": 305,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9996,
      "end": 9997,
      "loc": {
        "start": {
          "line": 305,
          "column": 33
        },
        "end": {
          "line": 305,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 9998,
      "end": 10006,
      "loc": {
        "start": {
          "line": 305,
          "column": 35
        },
        "end": {
          "line": 305,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10006,
      "end": 10007,
      "loc": {
        "start": {
          "line": 305,
          "column": 43
        },
        "end": {
          "line": 305,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 10007,
      "end": 10015,
      "loc": {
        "start": {
          "line": 305,
          "column": 44
        },
        "end": {
          "line": 305,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10015,
      "end": 10016,
      "loc": {
        "start": {
          "line": 305,
          "column": 52
        },
        "end": {
          "line": 305,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 10016,
      "end": 10027,
      "loc": {
        "start": {
          "line": 305,
          "column": 53
        },
        "end": {
          "line": 305,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10027,
      "end": 10028,
      "loc": {
        "start": {
          "line": 305,
          "column": 64
        },
        "end": {
          "line": 305,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10028,
      "end": 10029,
      "loc": {
        "start": {
          "line": 305,
          "column": 65
        },
        "end": {
          "line": 305,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10029,
      "end": 10030,
      "loc": {
        "start": {
          "line": 305,
          "column": 66
        },
        "end": {
          "line": 305,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10041,
      "end": 10042,
      "loc": {
        "start": {
          "line": 306,
          "column": 10
        },
        "end": {
          "line": 306,
          "column": 11
        }
      }
    },
    {
      "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": 10054,
      "end": 10056,
      "loc": {
        "start": {
          "line": 308,
          "column": 10
        },
        "end": {
          "line": 308,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10057,
      "end": 10058,
      "loc": {
        "start": {
          "line": 308,
          "column": 13
        },
        "end": {
          "line": 308,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 10058,
      "end": 10066,
      "loc": {
        "start": {
          "line": 308,
          "column": 14
        },
        "end": {
          "line": 308,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10066,
      "end": 10067,
      "loc": {
        "start": {
          "line": 308,
          "column": 22
        },
        "end": {
          "line": 308,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 10067,
      "end": 10075,
      "loc": {
        "start": {
          "line": 308,
          "column": 23
        },
        "end": {
          "line": 308,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10075,
      "end": 10076,
      "loc": {
        "start": {
          "line": 308,
          "column": 31
        },
        "end": {
          "line": 308,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10077,
      "end": 10078,
      "loc": {
        "start": {
          "line": 308,
          "column": 33
        },
        "end": {
          "line": 308,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 10091,
      "end": 10094,
      "loc": {
        "start": {
          "line": 309,
          "column": 12
        },
        "end": {
          "line": 309,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 10095,
      "end": 10097,
      "loc": {
        "start": {
          "line": 309,
          "column": 16
        },
        "end": {
          "line": 309,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ON UPDATE ",
      "start": 10098,
      "end": 10111,
      "loc": {
        "start": {
          "line": 309,
          "column": 19
        },
        "end": {
          "line": 309,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10112,
      "end": 10113,
      "loc": {
        "start": {
          "line": 309,
          "column": 33
        },
        "end": {
          "line": 309,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 10114,
      "end": 10122,
      "loc": {
        "start": {
          "line": 309,
          "column": 35
        },
        "end": {
          "line": 309,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10122,
      "end": 10123,
      "loc": {
        "start": {
          "line": 309,
          "column": 43
        },
        "end": {
          "line": 309,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 10123,
      "end": 10131,
      "loc": {
        "start": {
          "line": 309,
          "column": 44
        },
        "end": {
          "line": 309,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10131,
      "end": 10132,
      "loc": {
        "start": {
          "line": 309,
          "column": 52
        },
        "end": {
          "line": 309,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 10132,
      "end": 10143,
      "loc": {
        "start": {
          "line": 309,
          "column": 53
        },
        "end": {
          "line": 309,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10143,
      "end": 10144,
      "loc": {
        "start": {
          "line": 309,
          "column": 64
        },
        "end": {
          "line": 309,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10144,
      "end": 10145,
      "loc": {
        "start": {
          "line": 309,
          "column": 65
        },
        "end": {
          "line": 309,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10145,
      "end": 10146,
      "loc": {
        "start": {
          "line": 309,
          "column": 66
        },
        "end": {
          "line": 309,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10157,
      "end": 10158,
      "loc": {
        "start": {
          "line": 310,
          "column": 10
        },
        "end": {
          "line": 310,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10168,
      "end": 10169,
      "loc": {
        "start": {
          "line": 312,
          "column": 8
        },
        "end": {
          "line": 312,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 10179,
      "end": 10185,
      "loc": {
        "start": {
          "line": 314,
          "column": 8
        },
        "end": {
          "line": 314,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10185,
      "end": 10186,
      "loc": {
        "start": {
          "line": 314,
          "column": 14
        },
        "end": {
          "line": 314,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldName",
      "start": 10186,
      "end": 10195,
      "loc": {
        "start": {
          "line": 314,
          "column": 15
        },
        "end": {
          "line": 314,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10195,
      "end": 10196,
      "loc": {
        "start": {
          "line": 314,
          "column": 24
        },
        "end": {
          "line": 314,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10197,
      "end": 10198,
      "loc": {
        "start": {
          "line": 314,
          "column": 26
        },
        "end": {
          "line": 314,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 10199,
      "end": 10202,
      "loc": {
        "start": {
          "line": 314,
          "column": 28
        },
        "end": {
          "line": 314,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10202,
      "end": 10203,
      "loc": {
        "start": {
          "line": 314,
          "column": 31
        },
        "end": {
          "line": 314,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10210,
      "end": 10211,
      "loc": {
        "start": {
          "line": 315,
          "column": 6
        },
        "end": {
          "line": 315,
          "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": 10212,
      "end": 10216,
      "loc": {
        "start": {
          "line": 315,
          "column": 8
        },
        "end": {
          "line": 315,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10217,
      "end": 10218,
      "loc": {
        "start": {
          "line": 315,
          "column": 13
        },
        "end": {
          "line": 315,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 10227,
      "end": 10233,
      "loc": {
        "start": {
          "line": 316,
          "column": 8
        },
        "end": {
          "line": 316,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10233,
      "end": 10234,
      "loc": {
        "start": {
          "line": 316,
          "column": 14
        },
        "end": {
          "line": 316,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldName",
      "start": 10234,
      "end": 10243,
      "loc": {
        "start": {
          "line": 316,
          "column": 15
        },
        "end": {
          "line": 316,
          "column": 24
        }
      }
    },
    {
      "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": 316,
          "column": 24
        },
        "end": {
          "line": 316,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10245,
      "end": 10246,
      "loc": {
        "start": {
          "line": 316,
          "column": 26
        },
        "end": {
          "line": 316,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 10247,
      "end": 10255,
      "loc": {
        "start": {
          "line": 316,
          "column": 28
        },
        "end": {
          "line": 316,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10255,
      "end": 10256,
      "loc": {
        "start": {
          "line": 316,
          "column": 36
        },
        "end": {
          "line": 316,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10263,
      "end": 10264,
      "loc": {
        "start": {
          "line": 317,
          "column": 6
        },
        "end": {
          "line": 317,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10269,
      "end": 10270,
      "loc": {
        "start": {
          "line": 318,
          "column": 4
        },
        "end": {
          "line": 318,
          "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": 10276,
      "end": 10282,
      "loc": {
        "start": {
          "line": 320,
          "column": 4
        },
        "end": {
          "line": 320,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 10283,
      "end": 10289,
      "loc": {
        "start": {
          "line": 320,
          "column": 11
        },
        "end": {
          "line": 320,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10289,
      "end": 10290,
      "loc": {
        "start": {
          "line": 320,
          "column": 17
        },
        "end": {
          "line": 320,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10293,
      "end": 10294,
      "loc": {
        "start": {
          "line": 321,
          "column": 2
        },
        "end": {
          "line": 321,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10294,
      "end": 10295,
      "loc": {
        "start": {
          "line": 321,
          "column": 3
        },
        "end": {
          "line": 321,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "findAutoIncrementField",
      "start": 10299,
      "end": 10321,
      "loc": {
        "start": {
          "line": 323,
          "column": 2
        },
        "end": {
          "line": 323,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10321,
      "end": 10322,
      "loc": {
        "start": {
          "line": 323,
          "column": 24
        },
        "end": {
          "line": 323,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 10322,
      "end": 10329,
      "loc": {
        "start": {
          "line": 323,
          "column": 25
        },
        "end": {
          "line": 323,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10329,
      "end": 10330,
      "loc": {
        "start": {
          "line": 323,
          "column": 32
        },
        "end": {
          "line": 323,
          "column": 33
        }
      }
    },
    {
      "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": 323,
          "column": 34
        },
        "end": {
          "line": 323,
          "column": 35
        }
      }
    },
    {
      "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": 10337,
      "end": 10342,
      "loc": {
        "start": {
          "line": 324,
          "column": 4
        },
        "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": "fields",
      "start": 10343,
      "end": 10349,
      "loc": {
        "start": {
          "line": 324,
          "column": 10
        },
        "end": {
          "line": 324,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10350,
      "end": 10351,
      "loc": {
        "start": {
          "line": 324,
          "column": 17
        },
        "end": {
          "line": 324,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10352,
      "end": 10353,
      "loc": {
        "start": {
          "line": 324,
          "column": 19
        },
        "end": {
          "line": 324,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10353,
      "end": 10354,
      "loc": {
        "start": {
          "line": 324,
          "column": 20
        },
        "end": {
          "line": 324,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10354,
      "end": 10355,
      "loc": {
        "start": {
          "line": 324,
          "column": 21
        },
        "end": {
          "line": 324,
          "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": 10361,
      "end": 10364,
      "loc": {
        "start": {
          "line": 326,
          "column": 4
        },
        "end": {
          "line": 326,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10365,
      "end": 10366,
      "loc": {
        "start": {
          "line": 326,
          "column": 8
        },
        "end": {
          "line": 326,
          "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": 10366,
      "end": 10371,
      "loc": {
        "start": {
          "line": 326,
          "column": 9
        },
        "end": {
          "line": 326,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 10372,
      "end": 10376,
      "loc": {
        "start": {
          "line": 326,
          "column": 15
        },
        "end": {
          "line": 326,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 10377,
      "end": 10379,
      "loc": {
        "start": {
          "line": 326,
          "column": 20
        },
        "end": {
          "line": 326,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 10380,
      "end": 10387,
      "loc": {
        "start": {
          "line": 326,
          "column": 23
        },
        "end": {
          "line": 326,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10387,
      "end": 10388,
      "loc": {
        "start": {
          "line": 326,
          "column": 30
        },
        "end": {
          "line": 326,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 10388,
      "end": 10398,
      "loc": {
        "start": {
          "line": 326,
          "column": 31
        },
        "end": {
          "line": 326,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10398,
      "end": 10399,
      "loc": {
        "start": {
          "line": 326,
          "column": 41
        },
        "end": {
          "line": 326,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10400,
      "end": 10401,
      "loc": {
        "start": {
          "line": 326,
          "column": 43
        },
        "end": {
          "line": 326,
          "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": 10408,
      "end": 10410,
      "loc": {
        "start": {
          "line": 327,
          "column": 6
        },
        "end": {
          "line": 327,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10411,
      "end": 10412,
      "loc": {
        "start": {
          "line": 327,
          "column": 9
        },
        "end": {
          "line": 327,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 10412,
      "end": 10419,
      "loc": {
        "start": {
          "line": 327,
          "column": 10
        },
        "end": {
          "line": 327,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10419,
      "end": 10420,
      "loc": {
        "start": {
          "line": 327,
          "column": 17
        },
        "end": {
          "line": 327,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 10420,
      "end": 10430,
      "loc": {
        "start": {
          "line": 327,
          "column": 18
        },
        "end": {
          "line": 327,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10430,
      "end": 10431,
      "loc": {
        "start": {
          "line": 327,
          "column": 28
        },
        "end": {
          "line": 327,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 10431,
      "end": 10445,
      "loc": {
        "start": {
          "line": 327,
          "column": 29
        },
        "end": {
          "line": 327,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10445,
      "end": 10446,
      "loc": {
        "start": {
          "line": 327,
          "column": 43
        },
        "end": {
          "line": 327,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 10446,
      "end": 10450,
      "loc": {
        "start": {
          "line": 327,
          "column": 44
        },
        "end": {
          "line": 327,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10450,
      "end": 10451,
      "loc": {
        "start": {
          "line": 327,
          "column": 48
        },
        "end": {
          "line": 327,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10451,
      "end": 10452,
      "loc": {
        "start": {
          "line": 327,
          "column": 49
        },
        "end": {
          "line": 327,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10453,
      "end": 10454,
      "loc": {
        "start": {
          "line": 327,
          "column": 51
        },
        "end": {
          "line": 327,
          "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": 10463,
      "end": 10468,
      "loc": {
        "start": {
          "line": 328,
          "column": 8
        },
        "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": "definition",
      "start": 10469,
      "end": 10479,
      "loc": {
        "start": {
          "line": 328,
          "column": 14
        },
        "end": {
          "line": 328,
          "column": 24
        }
      }
    },
    {
      "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": 328,
          "column": 25
        },
        "end": {
          "line": 328,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 10482,
      "end": 10489,
      "loc": {
        "start": {
          "line": 328,
          "column": 27
        },
        "end": {
          "line": 328,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10489,
      "end": 10490,
      "loc": {
        "start": {
          "line": 328,
          "column": 34
        },
        "end": {
          "line": 328,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 10490,
      "end": 10500,
      "loc": {
        "start": {
          "line": 328,
          "column": 35
        },
        "end": {
          "line": 328,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10500,
      "end": 10501,
      "loc": {
        "start": {
          "line": 328,
          "column": 45
        },
        "end": {
          "line": 328,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 10501,
      "end": 10505,
      "loc": {
        "start": {
          "line": 328,
          "column": 46
        },
        "end": {
          "line": 328,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10505,
      "end": 10506,
      "loc": {
        "start": {
          "line": 328,
          "column": 50
        },
        "end": {
          "line": 328,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10506,
      "end": 10507,
      "loc": {
        "start": {
          "line": 328,
          "column": 51
        },
        "end": {
          "line": 328,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10516,
      "end": 10518,
      "loc": {
        "start": {
          "line": 329,
          "column": 8
        },
        "end": {
          "line": 329,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10519,
      "end": 10520,
      "loc": {
        "start": {
          "line": 329,
          "column": 11
        },
        "end": {
          "line": 329,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 10520,
      "end": 10530,
      "loc": {
        "start": {
          "line": 329,
          "column": 12
        },
        "end": {
          "line": 329,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10531,
      "end": 10533,
      "loc": {
        "start": {
          "line": 329,
          "column": 23
        },
        "end": {
          "line": 329,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 10534,
      "end": 10544,
      "loc": {
        "start": {
          "line": 329,
          "column": 26
        },
        "end": {
          "line": 329,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10544,
      "end": 10545,
      "loc": {
        "start": {
          "line": 329,
          "column": 36
        },
        "end": {
          "line": 329,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 10545,
      "end": 10558,
      "loc": {
        "start": {
          "line": 329,
          "column": 37
        },
        "end": {
          "line": 329,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10558,
      "end": 10559,
      "loc": {
        "start": {
          "line": 329,
          "column": 50
        },
        "end": {
          "line": 329,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10560,
      "end": 10561,
      "loc": {
        "start": {
          "line": 329,
          "column": 52
        },
        "end": {
          "line": 329,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 10572,
      "end": 10578,
      "loc": {
        "start": {
          "line": 330,
          "column": 10
        },
        "end": {
          "line": 330,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10578,
      "end": 10579,
      "loc": {
        "start": {
          "line": 330,
          "column": 16
        },
        "end": {
          "line": 330,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 10579,
      "end": 10583,
      "loc": {
        "start": {
          "line": 330,
          "column": 17
        },
        "end": {
          "line": 330,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10583,
      "end": 10584,
      "loc": {
        "start": {
          "line": 330,
          "column": 21
        },
        "end": {
          "line": 330,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 10584,
      "end": 10588,
      "loc": {
        "start": {
          "line": 330,
          "column": 22
        },
        "end": {
          "line": 330,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10588,
      "end": 10589,
      "loc": {
        "start": {
          "line": 330,
          "column": 26
        },
        "end": {
          "line": 330,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10589,
      "end": 10590,
      "loc": {
        "start": {
          "line": 330,
          "column": 27
        },
        "end": {
          "line": 330,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10599,
      "end": 10600,
      "loc": {
        "start": {
          "line": 331,
          "column": 8
        },
        "end": {
          "line": 331,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10607,
      "end": 10608,
      "loc": {
        "start": {
          "line": 332,
          "column": 6
        },
        "end": {
          "line": 332,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10613,
      "end": 10614,
      "loc": {
        "start": {
          "line": 333,
          "column": 4
        },
        "end": {
          "line": 333,
          "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": 10620,
      "end": 10626,
      "loc": {
        "start": {
          "line": 335,
          "column": 4
        },
        "end": {
          "line": 335,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 10627,
      "end": 10633,
      "loc": {
        "start": {
          "line": 335,
          "column": 11
        },
        "end": {
          "line": 335,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10633,
      "end": 10634,
      "loc": {
        "start": {
          "line": 335,
          "column": 17
        },
        "end": {
          "line": 335,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10637,
      "end": 10638,
      "loc": {
        "start": {
          "line": 336,
          "column": 2
        },
        "end": {
          "line": 336,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10638,
      "end": 10639,
      "loc": {
        "start": {
          "line": 336,
          "column": 3
        },
        "end": {
          "line": 336,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showIndexesQuery",
      "start": 10643,
      "end": 10659,
      "loc": {
        "start": {
          "line": 338,
          "column": 2
        },
        "end": {
          "line": 338,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10659,
      "end": 10660,
      "loc": {
        "start": {
          "line": 338,
          "column": 18
        },
        "end": {
          "line": 338,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10660,
      "end": 10669,
      "loc": {
        "start": {
          "line": 338,
          "column": 19
        },
        "end": {
          "line": 338,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10669,
      "end": 10670,
      "loc": {
        "start": {
          "line": 338,
          "column": 28
        },
        "end": {
          "line": 338,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10671,
      "end": 10672,
      "loc": {
        "start": {
          "line": 338,
          "column": 30
        },
        "end": {
          "line": 338,
          "column": 31
        }
      }
    },
    {
      "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": 10677,
      "end": 10683,
      "loc": {
        "start": {
          "line": 339,
          "column": 4
        },
        "end": {
          "line": 339,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10684,
      "end": 10685,
      "loc": {
        "start": {
          "line": 339,
          "column": 11
        },
        "end": {
          "line": 339,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRAGMA INDEX_LIST(",
      "start": 10685,
      "end": 10703,
      "loc": {
        "start": {
          "line": 339,
          "column": 12
        },
        "end": {
          "line": 339,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10703,
      "end": 10705,
      "loc": {
        "start": {
          "line": 339,
          "column": 30
        },
        "end": {
          "line": 339,
          "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": 10705,
      "end": 10709,
      "loc": {
        "start": {
          "line": 339,
          "column": 32
        },
        "end": {
          "line": 339,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10709,
      "end": 10710,
      "loc": {
        "start": {
          "line": 339,
          "column": 36
        },
        "end": {
          "line": 339,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 10710,
      "end": 10720,
      "loc": {
        "start": {
          "line": 339,
          "column": 37
        },
        "end": {
          "line": 339,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10720,
      "end": 10721,
      "loc": {
        "start": {
          "line": 339,
          "column": 47
        },
        "end": {
          "line": 339,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10721,
      "end": 10730,
      "loc": {
        "start": {
          "line": 339,
          "column": 48
        },
        "end": {
          "line": 339,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10730,
      "end": 10731,
      "loc": {
        "start": {
          "line": 339,
          "column": 57
        },
        "end": {
          "line": 339,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10731,
      "end": 10732,
      "loc": {
        "start": {
          "line": 339,
          "column": 58
        },
        "end": {
          "line": 339,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 10732,
      "end": 10733,
      "loc": {
        "start": {
          "line": 339,
          "column": 59
        },
        "end": {
          "line": 339,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10733,
      "end": 10734,
      "loc": {
        "start": {
          "line": 339,
          "column": 60
        },
        "end": {
          "line": 339,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10734,
      "end": 10735,
      "loc": {
        "start": {
          "line": 339,
          "column": 61
        },
        "end": {
          "line": 339,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10738,
      "end": 10739,
      "loc": {
        "start": {
          "line": 340,
          "column": 2
        },
        "end": {
          "line": 340,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10739,
      "end": 10740,
      "loc": {
        "start": {
          "line": 340,
          "column": 3
        },
        "end": {
          "line": 340,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeIndexQuery",
      "start": 10744,
      "end": 10760,
      "loc": {
        "start": {
          "line": 342,
          "column": 2
        },
        "end": {
          "line": 342,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10760,
      "end": 10761,
      "loc": {
        "start": {
          "line": 342,
          "column": 18
        },
        "end": {
          "line": 342,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10761,
      "end": 10770,
      "loc": {
        "start": {
          "line": 342,
          "column": 19
        },
        "end": {
          "line": 342,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10770,
      "end": 10771,
      "loc": {
        "start": {
          "line": 342,
          "column": 28
        },
        "end": {
          "line": 342,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 10772,
      "end": 10793,
      "loc": {
        "start": {
          "line": 342,
          "column": 30
        },
        "end": {
          "line": 342,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10793,
      "end": 10794,
      "loc": {
        "start": {
          "line": 342,
          "column": 51
        },
        "end": {
          "line": 342,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10795,
      "end": 10796,
      "loc": {
        "start": {
          "line": 342,
          "column": 53
        },
        "end": {
          "line": 342,
          "column": 54
        }
      }
    },
    {
      "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": 10801,
      "end": 10804,
      "loc": {
        "start": {
          "line": 343,
          "column": 4
        },
        "end": {
          "line": 343,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 10805,
      "end": 10814,
      "loc": {
        "start": {
          "line": 343,
          "column": 8
        },
        "end": {
          "line": 343,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10815,
      "end": 10816,
      "loc": {
        "start": {
          "line": 343,
          "column": 18
        },
        "end": {
          "line": 343,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 10817,
      "end": 10838,
      "loc": {
        "start": {
          "line": 343,
          "column": 20
        },
        "end": {
          "line": 343,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10838,
      "end": 10839,
      "loc": {
        "start": {
          "line": 343,
          "column": 41
        },
        "end": {
          "line": 343,
          "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": 10845,
      "end": 10847,
      "loc": {
        "start": {
          "line": 345,
          "column": 4
        },
        "end": {
          "line": 345,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10848,
      "end": 10849,
      "loc": {
        "start": {
          "line": 345,
          "column": 7
        },
        "end": {
          "line": 345,
          "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": 10849,
      "end": 10855,
      "loc": {
        "start": {
          "line": 345,
          "column": 8
        },
        "end": {
          "line": 345,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 10856,
      "end": 10865,
      "loc": {
        "start": {
          "line": 345,
          "column": 15
        },
        "end": {
          "line": 345,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10866,
      "end": 10869,
      "loc": {
        "start": {
          "line": 345,
          "column": 25
        },
        "end": {
          "line": 345,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 10870,
      "end": 10878,
      "loc": {
        "start": {
          "line": 345,
          "column": 29
        },
        "end": {
          "line": 345,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10878,
      "end": 10879,
      "loc": {
        "start": {
          "line": 345,
          "column": 37
        },
        "end": {
          "line": 345,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10880,
      "end": 10881,
      "loc": {
        "start": {
          "line": 345,
          "column": 39
        },
        "end": {
          "line": 345,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 10888,
      "end": 10897,
      "loc": {
        "start": {
          "line": 346,
          "column": 6
        },
        "end": {
          "line": 346,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10898,
      "end": 10899,
      "loc": {
        "start": {
          "line": 346,
          "column": 16
        },
        "end": {
          "line": 346,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 10900,
      "end": 10905,
      "loc": {
        "start": {
          "line": 346,
          "column": 18
        },
        "end": {
          "line": 346,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10905,
      "end": 10906,
      "loc": {
        "start": {
          "line": 346,
          "column": 23
        },
        "end": {
          "line": 346,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscore",
      "start": 10906,
      "end": 10916,
      "loc": {
        "start": {
          "line": 346,
          "column": 24
        },
        "end": {
          "line": 346,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10916,
      "end": 10917,
      "loc": {
        "start": {
          "line": 346,
          "column": 34
        },
        "end": {
          "line": 346,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10917,
      "end": 10926,
      "loc": {
        "start": {
          "line": 346,
          "column": 35
        },
        "end": {
          "line": 346,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10927,
      "end": 10928,
      "loc": {
        "start": {
          "line": 346,
          "column": 45
        },
        "end": {
          "line": 346,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 10929,
      "end": 10932,
      "loc": {
        "start": {
          "line": 346,
          "column": 47
        },
        "end": {
          "line": 346,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10933,
      "end": 10934,
      "loc": {
        "start": {
          "line": 346,
          "column": 51
        },
        "end": {
          "line": 346,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 10935,
      "end": 10956,
      "loc": {
        "start": {
          "line": 346,
          "column": 53
        },
        "end": {
          "line": 346,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10956,
      "end": 10957,
      "loc": {
        "start": {
          "line": 346,
          "column": 74
        },
        "end": {
          "line": 346,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 10957,
      "end": 10961,
      "loc": {
        "start": {
          "line": 346,
          "column": 75
        },
        "end": {
          "line": 346,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10961,
      "end": 10962,
      "loc": {
        "start": {
          "line": 346,
          "column": 79
        },
        "end": {
          "line": 346,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 10962,
      "end": 10965,
      "loc": {
        "start": {
          "line": 346,
          "column": 80
        },
        "end": {
          "line": 346,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10965,
      "end": 10966,
      "loc": {
        "start": {
          "line": 346,
          "column": 83
        },
        "end": {
          "line": 346,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10966,
      "end": 10967,
      "loc": {
        "start": {
          "line": 346,
          "column": 84
        },
        "end": {
          "line": 346,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10967,
      "end": 10968,
      "loc": {
        "start": {
          "line": 346,
          "column": 85
        },
        "end": {
          "line": 346,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10973,
      "end": 10974,
      "loc": {
        "start": {
          "line": 347,
          "column": 4
        },
        "end": {
          "line": 347,
          "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": 10980,
      "end": 10986,
      "loc": {
        "start": {
          "line": 349,
          "column": 4
        },
        "end": {
          "line": 349,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10987,
      "end": 10988,
      "loc": {
        "start": {
          "line": 349,
          "column": 11
        },
        "end": {
          "line": 349,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DROP INDEX IF EXISTS ",
      "start": 10988,
      "end": 11009,
      "loc": {
        "start": {
          "line": 349,
          "column": 12
        },
        "end": {
          "line": 349,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11009,
      "end": 11011,
      "loc": {
        "start": {
          "line": 349,
          "column": 33
        },
        "end": {
          "line": 349,
          "column": 35
        }
      }
    },
    {
      "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": 11011,
      "end": 11015,
      "loc": {
        "start": {
          "line": 349,
          "column": 35
        },
        "end": {
          "line": 349,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11015,
      "end": 11016,
      "loc": {
        "start": {
          "line": 349,
          "column": 39
        },
        "end": {
          "line": 349,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 11016,
      "end": 11031,
      "loc": {
        "start": {
          "line": 349,
          "column": 40
        },
        "end": {
          "line": 349,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11031,
      "end": 11032,
      "loc": {
        "start": {
          "line": 349,
          "column": 55
        },
        "end": {
          "line": 349,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 11032,
      "end": 11041,
      "loc": {
        "start": {
          "line": 349,
          "column": 56
        },
        "end": {
          "line": 349,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11041,
      "end": 11042,
      "loc": {
        "start": {
          "line": 349,
          "column": 65
        },
        "end": {
          "line": 349,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11042,
      "end": 11043,
      "loc": {
        "start": {
          "line": 349,
          "column": 66
        },
        "end": {
          "line": 349,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 11043,
      "end": 11043,
      "loc": {
        "start": {
          "line": 349,
          "column": 67
        },
        "end": {
          "line": 349,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11043,
      "end": 11044,
      "loc": {
        "start": {
          "line": 349,
          "column": 67
        },
        "end": {
          "line": 349,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11044,
      "end": 11045,
      "loc": {
        "start": {
          "line": 349,
          "column": 68
        },
        "end": {
          "line": 349,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11048,
      "end": 11049,
      "loc": {
        "start": {
          "line": 350,
          "column": 2
        },
        "end": {
          "line": 350,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11049,
      "end": 11050,
      "loc": {
        "start": {
          "line": 350,
          "column": 3
        },
        "end": {
          "line": 350,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "describeTableQuery",
      "start": 11054,
      "end": 11072,
      "loc": {
        "start": {
          "line": 352,
          "column": 2
        },
        "end": {
          "line": 352,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11072,
      "end": 11073,
      "loc": {
        "start": {
          "line": 352,
          "column": 20
        },
        "end": {
          "line": 352,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11073,
      "end": 11082,
      "loc": {
        "start": {
          "line": 352,
          "column": 21
        },
        "end": {
          "line": 352,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11082,
      "end": 11083,
      "loc": {
        "start": {
          "line": 352,
          "column": 30
        },
        "end": {
          "line": 352,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 11084,
      "end": 11090,
      "loc": {
        "start": {
          "line": 352,
          "column": 32
        },
        "end": {
          "line": 352,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11090,
      "end": 11091,
      "loc": {
        "start": {
          "line": 352,
          "column": 38
        },
        "end": {
          "line": 352,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaDelimiter",
      "start": 11092,
      "end": 11107,
      "loc": {
        "start": {
          "line": 352,
          "column": 40
        },
        "end": {
          "line": 352,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11107,
      "end": 11108,
      "loc": {
        "start": {
          "line": 352,
          "column": 55
        },
        "end": {
          "line": 352,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11109,
      "end": 11110,
      "loc": {
        "start": {
          "line": 352,
          "column": 57
        },
        "end": {
          "line": 352,
          "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": 11115,
      "end": 11120,
      "loc": {
        "start": {
          "line": 353,
          "column": 4
        },
        "end": {
          "line": 353,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 11121,
      "end": 11126,
      "loc": {
        "start": {
          "line": 353,
          "column": 10
        },
        "end": {
          "line": 353,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11127,
      "end": 11128,
      "loc": {
        "start": {
          "line": 353,
          "column": 16
        },
        "end": {
          "line": 353,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11129,
      "end": 11130,
      "loc": {
        "start": {
          "line": 353,
          "column": 18
        },
        "end": {
          "line": 353,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schema",
      "start": 11137,
      "end": 11144,
      "loc": {
        "start": {
          "line": 354,
          "column": 6
        },
        "end": {
          "line": 354,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11144,
      "end": 11145,
      "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": "schema",
      "start": 11146,
      "end": 11152,
      "loc": {
        "start": {
          "line": 354,
          "column": 15
        },
        "end": {
          "line": 354,
          "column": 21
        }
      }
    },
    {
      "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": 354,
          "column": 21
        },
        "end": {
          "line": 354,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schemaDelimiter",
      "start": 11160,
      "end": 11176,
      "loc": {
        "start": {
          "line": 355,
          "column": 6
        },
        "end": {
          "line": 355,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11176,
      "end": 11177,
      "loc": {
        "start": {
          "line": 355,
          "column": 22
        },
        "end": {
          "line": 355,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaDelimiter",
      "start": 11178,
      "end": 11193,
      "loc": {
        "start": {
          "line": 355,
          "column": 24
        },
        "end": {
          "line": 355,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11193,
      "end": 11194,
      "loc": {
        "start": {
          "line": 355,
          "column": 39
        },
        "end": {
          "line": 355,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11201,
      "end": 11210,
      "loc": {
        "start": {
          "line": 356,
          "column": 6
        },
        "end": {
          "line": 356,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11215,
      "end": 11216,
      "loc": {
        "start": {
          "line": 357,
          "column": 4
        },
        "end": {
          "line": 357,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11216,
      "end": 11217,
      "loc": {
        "start": {
          "line": 357,
          "column": 5
        },
        "end": {
          "line": 357,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11222,
      "end": 11228,
      "loc": {
        "start": {
          "line": 358,
          "column": 4
        },
        "end": {
          "line": 358,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11229,
      "end": 11230,
      "loc": {
        "start": {
          "line": 358,
          "column": 11
        },
        "end": {
          "line": 358,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRAGMA TABLE_INFO(",
      "start": 11230,
      "end": 11248,
      "loc": {
        "start": {
          "line": 358,
          "column": 12
        },
        "end": {
          "line": 358,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11248,
      "end": 11250,
      "loc": {
        "start": {
          "line": 358,
          "column": 30
        },
        "end": {
          "line": 358,
          "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": 11250,
      "end": 11254,
      "loc": {
        "start": {
          "line": 358,
          "column": 32
        },
        "end": {
          "line": 358,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11254,
      "end": 11255,
      "loc": {
        "start": {
          "line": 358,
          "column": 36
        },
        "end": {
          "line": 358,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 11255,
      "end": 11265,
      "loc": {
        "start": {
          "line": 358,
          "column": 37
        },
        "end": {
          "line": 358,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11265,
      "end": 11266,
      "loc": {
        "start": {
          "line": 358,
          "column": 47
        },
        "end": {
          "line": 358,
          "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": 11266,
      "end": 11270,
      "loc": {
        "start": {
          "line": 358,
          "column": 48
        },
        "end": {
          "line": 358,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11270,
      "end": 11271,
      "loc": {
        "start": {
          "line": 358,
          "column": 52
        },
        "end": {
          "line": 358,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addSchema",
      "start": 11271,
      "end": 11280,
      "loc": {
        "start": {
          "line": 358,
          "column": 53
        },
        "end": {
          "line": 358,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11280,
      "end": 11281,
      "loc": {
        "start": {
          "line": 358,
          "column": 62
        },
        "end": {
          "line": 358,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 11281,
      "end": 11286,
      "loc": {
        "start": {
          "line": 358,
          "column": 63
        },
        "end": {
          "line": 358,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11286,
      "end": 11287,
      "loc": {
        "start": {
          "line": 358,
          "column": 68
        },
        "end": {
          "line": 358,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11287,
      "end": 11288,
      "loc": {
        "start": {
          "line": 358,
          "column": 69
        },
        "end": {
          "line": 358,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11288,
      "end": 11289,
      "loc": {
        "start": {
          "line": 358,
          "column": 70
        },
        "end": {
          "line": 358,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ");",
      "start": 11289,
      "end": 11291,
      "loc": {
        "start": {
          "line": 358,
          "column": 71
        },
        "end": {
          "line": 358,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11291,
      "end": 11292,
      "loc": {
        "start": {
          "line": 358,
          "column": 73
        },
        "end": {
          "line": 358,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11292,
      "end": 11293,
      "loc": {
        "start": {
          "line": 358,
          "column": 74
        },
        "end": {
          "line": 358,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11296,
      "end": 11297,
      "loc": {
        "start": {
          "line": 359,
          "column": 2
        },
        "end": {
          "line": 359,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11297,
      "end": 11298,
      "loc": {
        "start": {
          "line": 359,
          "column": 3
        },
        "end": {
          "line": 359,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeColumnQuery",
      "start": 11302,
      "end": 11319,
      "loc": {
        "start": {
          "line": 361,
          "column": 2
        },
        "end": {
          "line": 361,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11319,
      "end": 11320,
      "loc": {
        "start": {
          "line": 361,
          "column": 19
        },
        "end": {
          "line": 361,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11320,
      "end": 11329,
      "loc": {
        "start": {
          "line": 361,
          "column": 20
        },
        "end": {
          "line": 361,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11329,
      "end": 11330,
      "loc": {
        "start": {
          "line": 361,
          "column": 29
        },
        "end": {
          "line": 361,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 11331,
      "end": 11341,
      "loc": {
        "start": {
          "line": 361,
          "column": 31
        },
        "end": {
          "line": 361,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11341,
      "end": 11342,
      "loc": {
        "start": {
          "line": 361,
          "column": 41
        },
        "end": {
          "line": 361,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11343,
      "end": 11344,
      "loc": {
        "start": {
          "line": 361,
          "column": 43
        },
        "end": {
          "line": 361,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 11350,
      "end": 11360,
      "loc": {
        "start": {
          "line": 363,
          "column": 4
        },
        "end": {
          "line": 363,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11361,
      "end": 11362,
      "loc": {
        "start": {
          "line": 363,
          "column": 15
        },
        "end": {
          "line": 363,
          "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": 11363,
      "end": 11367,
      "loc": {
        "start": {
          "line": 363,
          "column": 17
        },
        "end": {
          "line": 363,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11367,
      "end": 11368,
      "loc": {
        "start": {
          "line": 363,
          "column": 21
        },
        "end": {
          "line": 363,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 11368,
      "end": 11383,
      "loc": {
        "start": {
          "line": 363,
          "column": 22
        },
        "end": {
          "line": 363,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11383,
      "end": 11384,
      "loc": {
        "start": {
          "line": 363,
          "column": 37
        },
        "end": {
          "line": 363,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 11384,
      "end": 11394,
      "loc": {
        "start": {
          "line": 363,
          "column": 38
        },
        "end": {
          "line": 363,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11394,
      "end": 11395,
      "loc": {
        "start": {
          "line": 363,
          "column": 48
        },
        "end": {
          "line": 363,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11395,
      "end": 11396,
      "loc": {
        "start": {
          "line": 363,
          "column": 49
        },
        "end": {
          "line": 363,
          "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": 11402,
      "end": 11405,
      "loc": {
        "start": {
          "line": 365,
          "column": 4
        },
        "end": {
          "line": 365,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 11406,
      "end": 11421,
      "loc": {
        "start": {
          "line": 365,
          "column": 8
        },
        "end": {
          "line": 365,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11421,
      "end": 11422,
      "loc": {
        "start": {
          "line": 365,
          "column": 23
        },
        "end": {
          "line": 365,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11427,
      "end": 11429,
      "loc": {
        "start": {
          "line": 366,
          "column": 4
        },
        "end": {
          "line": 366,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11430,
      "end": 11431,
      "loc": {
        "start": {
          "line": 366,
          "column": 7
        },
        "end": {
          "line": 366,
          "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": 11431,
      "end": 11437,
      "loc": {
        "start": {
          "line": 366,
          "column": 8
        },
        "end": {
          "line": 366,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11438,
      "end": 11447,
      "loc": {
        "start": {
          "line": 366,
          "column": 15
        },
        "end": {
          "line": 366,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 11448,
      "end": 11451,
      "loc": {
        "start": {
          "line": 366,
          "column": 25
        },
        "end": {
          "line": 366,
          "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": 11452,
      "end": 11460,
      "loc": {
        "start": {
          "line": 366,
          "column": 29
        },
        "end": {
          "line": 366,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11460,
      "end": 11461,
      "loc": {
        "start": {
          "line": 366,
          "column": 37
        },
        "end": {
          "line": 366,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11462,
      "end": 11463,
      "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": "backupTableName",
      "start": 11470,
      "end": 11485,
      "loc": {
        "start": {
          "line": 367,
          "column": 6
        },
        "end": {
          "line": 367,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11486,
      "end": 11487,
      "loc": {
        "start": {
          "line": 367,
          "column": 22
        },
        "end": {
          "line": 367,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11488,
      "end": 11489,
      "loc": {
        "start": {
          "line": 367,
          "column": 24
        },
        "end": {
          "line": 367,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11498,
      "end": 11507,
      "loc": {
        "start": {
          "line": 368,
          "column": 8
        },
        "end": {
          "line": 368,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11507,
      "end": 11508,
      "loc": {
        "start": {
          "line": 368,
          "column": 17
        },
        "end": {
          "line": 368,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11509,
      "end": 11518,
      "loc": {
        "start": {
          "line": 368,
          "column": 19
        },
        "end": {
          "line": 368,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11518,
      "end": 11519,
      "loc": {
        "start": {
          "line": 368,
          "column": 28
        },
        "end": {
          "line": 368,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11519,
      "end": 11528,
      "loc": {
        "start": {
          "line": 368,
          "column": 29
        },
        "end": {
          "line": 368,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11529,
      "end": 11530,
      "loc": {
        "start": {
          "line": 368,
          "column": 39
        },
        "end": {
          "line": 368,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_backup",
      "start": 11531,
      "end": 11540,
      "loc": {
        "start": {
          "line": 368,
          "column": 41
        },
        "end": {
          "line": 368,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11540,
      "end": 11541,
      "loc": {
        "start": {
          "line": 368,
          "column": 50
        },
        "end": {
          "line": 368,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 11550,
      "end": 11556,
      "loc": {
        "start": {
          "line": 369,
          "column": 8
        },
        "end": {
          "line": 369,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11556,
      "end": 11557,
      "loc": {
        "start": {
          "line": 369,
          "column": 14
        },
        "end": {
          "line": 369,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11558,
      "end": 11567,
      "loc": {
        "start": {
          "line": 369,
          "column": 16
        },
        "end": {
          "line": 369,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11567,
      "end": 11568,
      "loc": {
        "start": {
          "line": 369,
          "column": 25
        },
        "end": {
          "line": 369,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 11568,
      "end": 11574,
      "loc": {
        "start": {
          "line": 369,
          "column": 26
        },
        "end": {
          "line": 369,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11581,
      "end": 11582,
      "loc": {
        "start": {
          "line": 370,
          "column": 6
        },
        "end": {
          "line": 370,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11582,
      "end": 11583,
      "loc": {
        "start": {
          "line": 370,
          "column": 7
        },
        "end": {
          "line": 370,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11588,
      "end": 11589,
      "loc": {
        "start": {
          "line": 371,
          "column": 4
        },
        "end": {
          "line": 371,
          "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": 11590,
      "end": 11594,
      "loc": {
        "start": {
          "line": 371,
          "column": 6
        },
        "end": {
          "line": 371,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11595,
      "end": 11596,
      "loc": {
        "start": {
          "line": 371,
          "column": 11
        },
        "end": {
          "line": 371,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 11603,
      "end": 11618,
      "loc": {
        "start": {
          "line": 372,
          "column": 6
        },
        "end": {
          "line": 372,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11619,
      "end": 11620,
      "loc": {
        "start": {
          "line": 372,
          "column": 22
        },
        "end": {
          "line": 372,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11621,
      "end": 11630,
      "loc": {
        "start": {
          "line": 372,
          "column": 24
        },
        "end": {
          "line": 372,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11631,
      "end": 11632,
      "loc": {
        "start": {
          "line": 372,
          "column": 34
        },
        "end": {
          "line": 372,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_backup",
      "start": 11633,
      "end": 11642,
      "loc": {
        "start": {
          "line": 372,
          "column": 36
        },
        "end": {
          "line": 372,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11642,
      "end": 11643,
      "loc": {
        "start": {
          "line": 372,
          "column": 45
        },
        "end": {
          "line": 372,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11648,
      "end": 11649,
      "loc": {
        "start": {
          "line": 373,
          "column": 4
        },
        "end": {
          "line": 373,
          "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": 11655,
      "end": 11660,
      "loc": {
        "start": {
          "line": 375,
          "column": 4
        },
        "end": {
          "line": 375,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedTableName",
      "start": 11661,
      "end": 11676,
      "loc": {
        "start": {
          "line": 375,
          "column": 10
        },
        "end": {
          "line": 375,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11677,
      "end": 11678,
      "loc": {
        "start": {
          "line": 375,
          "column": 26
        },
        "end": {
          "line": 375,
          "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": 11679,
      "end": 11683,
      "loc": {
        "start": {
          "line": 375,
          "column": 28
        },
        "end": {
          "line": 375,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11683,
      "end": 11684,
      "loc": {
        "start": {
          "line": 375,
          "column": 32
        },
        "end": {
          "line": 375,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 11684,
      "end": 11694,
      "loc": {
        "start": {
          "line": 375,
          "column": 33
        },
        "end": {
          "line": 375,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11694,
      "end": 11695,
      "loc": {
        "start": {
          "line": 375,
          "column": 43
        },
        "end": {
          "line": 375,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11695,
      "end": 11704,
      "loc": {
        "start": {
          "line": 375,
          "column": 44
        },
        "end": {
          "line": 375,
          "column": 53
        }
      }
    },
    {
      "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": 375,
          "column": 53
        },
        "end": {
          "line": 375,
          "column": 54
        }
      }
    },
    {
      "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": 375,
          "column": 54
        },
        "end": {
          "line": 375,
          "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": 11711,
      "end": 11716,
      "loc": {
        "start": {
          "line": 376,
          "column": 4
        },
        "end": {
          "line": 376,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedBackupTableName",
      "start": 11717,
      "end": 11738,
      "loc": {
        "start": {
          "line": 376,
          "column": 10
        },
        "end": {
          "line": 376,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11739,
      "end": 11740,
      "loc": {
        "start": {
          "line": 376,
          "column": 32
        },
        "end": {
          "line": 376,
          "column": 33
        }
      }
    },
    {
      "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": 11741,
      "end": 11745,
      "loc": {
        "start": {
          "line": 376,
          "column": 34
        },
        "end": {
          "line": 376,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11745,
      "end": 11746,
      "loc": {
        "start": {
          "line": 376,
          "column": 38
        },
        "end": {
          "line": 376,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 11746,
      "end": 11756,
      "loc": {
        "start": {
          "line": 376,
          "column": 39
        },
        "end": {
          "line": 376,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11756,
      "end": 11757,
      "loc": {
        "start": {
          "line": 376,
          "column": 49
        },
        "end": {
          "line": 376,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 11757,
      "end": 11772,
      "loc": {
        "start": {
          "line": 376,
          "column": 50
        },
        "end": {
          "line": 376,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11772,
      "end": 11773,
      "loc": {
        "start": {
          "line": 376,
          "column": 65
        },
        "end": {
          "line": 376,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11773,
      "end": 11774,
      "loc": {
        "start": {
          "line": 376,
          "column": 66
        },
        "end": {
          "line": 376,
          "column": 67
        }
      }
    },
    {
      "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": 11779,
      "end": 11784,
      "loc": {
        "start": {
          "line": 377,
          "column": 4
        },
        "end": {
          "line": 377,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeNames",
      "start": 11785,
      "end": 11799,
      "loc": {
        "start": {
          "line": 377,
          "column": 10
        },
        "end": {
          "line": 377,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11800,
      "end": 11801,
      "loc": {
        "start": {
          "line": 377,
          "column": 25
        },
        "end": {
          "line": 377,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 11802,
      "end": 11808,
      "loc": {
        "start": {
          "line": 377,
          "column": 27
        },
        "end": {
          "line": 377,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11808,
      "end": 11809,
      "loc": {
        "start": {
          "line": 377,
          "column": 33
        },
        "end": {
          "line": 377,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 11809,
      "end": 11813,
      "loc": {
        "start": {
          "line": 377,
          "column": 34
        },
        "end": {
          "line": 377,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11813,
      "end": 11814,
      "loc": {
        "start": {
          "line": 377,
          "column": 38
        },
        "end": {
          "line": 377,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 11814,
      "end": 11824,
      "loc": {
        "start": {
          "line": 377,
          "column": 39
        },
        "end": {
          "line": 377,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11824,
      "end": 11825,
      "loc": {
        "start": {
          "line": 377,
          "column": 49
        },
        "end": {
          "line": 377,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11825,
      "end": 11826,
      "loc": {
        "start": {
          "line": 377,
          "column": 50
        },
        "end": {
          "line": 377,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 11826,
      "end": 11830,
      "loc": {
        "start": {
          "line": 377,
          "column": 51
        },
        "end": {
          "line": 377,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11830,
      "end": 11831,
      "loc": {
        "start": {
          "line": 377,
          "column": 55
        },
        "end": {
          "line": 377,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 11831,
      "end": 11835,
      "loc": {
        "start": {
          "line": 377,
          "column": 56
        },
        "end": {
          "line": 377,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11835,
      "end": 11836,
      "loc": {
        "start": {
          "line": 377,
          "column": 60
        },
        "end": {
          "line": 377,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11836,
      "end": 11837,
      "loc": {
        "start": {
          "line": 377,
          "column": 61
        },
        "end": {
          "line": 377,
          "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": 11843,
      "end": 11849,
      "loc": {
        "start": {
          "line": 379,
          "column": 4
        },
        "end": {
          "line": 379,
          "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": 11850,
      "end": 11854,
      "loc": {
        "start": {
          "line": 379,
          "column": 11
        },
        "end": {
          "line": 379,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11854,
      "end": 11855,
      "loc": {
        "start": {
          "line": 379,
          "column": 15
        },
        "end": {
          "line": 379,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTableQuery",
      "start": 11855,
      "end": 11871,
      "loc": {
        "start": {
          "line": 379,
          "column": 16
        },
        "end": {
          "line": 379,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11871,
      "end": 11872,
      "loc": {
        "start": {
          "line": 379,
          "column": 32
        },
        "end": {
          "line": 379,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 11872,
      "end": 11887,
      "loc": {
        "start": {
          "line": 379,
          "column": 33
        },
        "end": {
          "line": 379,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11887,
      "end": 11888,
      "loc": {
        "start": {
          "line": 379,
          "column": 48
        },
        "end": {
          "line": 379,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 11889,
      "end": 11899,
      "loc": {
        "start": {
          "line": 379,
          "column": 50
        },
        "end": {
          "line": 379,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11899,
      "end": 11900,
      "loc": {
        "start": {
          "line": 379,
          "column": 60
        },
        "end": {
          "line": 379,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11900,
      "end": 11901,
      "loc": {
        "start": {
          "line": 379,
          "column": 61
        },
        "end": {
          "line": 379,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 11901,
      "end": 11908,
      "loc": {
        "start": {
          "line": 379,
          "column": 62
        },
        "end": {
          "line": 379,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11908,
      "end": 11909,
      "loc": {
        "start": {
          "line": 379,
          "column": 69
        },
        "end": {
          "line": 379,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CREATE TABLE",
      "start": 11909,
      "end": 11923,
      "loc": {
        "start": {
          "line": 379,
          "column": 70
        },
        "end": {
          "line": 379,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11923,
      "end": 11924,
      "loc": {
        "start": {
          "line": 379,
          "column": 84
        },
        "end": {
          "line": 379,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CREATE TEMPORARY TABLE",
      "start": 11925,
      "end": 11949,
      "loc": {
        "start": {
          "line": 379,
          "column": 86
        },
        "end": {
          "line": 379,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11949,
      "end": 11950,
      "loc": {
        "start": {
          "line": 379,
          "column": 110
        },
        "end": {
          "line": 379,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11957,
      "end": 11958,
      "loc": {
        "start": {
          "line": 380,
          "column": 6
        },
        "end": {
          "line": 380,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11959,
      "end": 11960,
      "loc": {
        "start": {
          "line": 380,
          "column": 8
        },
        "end": {
          "line": 380,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INSERT INTO ",
      "start": 11960,
      "end": 11972,
      "loc": {
        "start": {
          "line": 380,
          "column": 9
        },
        "end": {
          "line": 380,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11972,
      "end": 11974,
      "loc": {
        "start": {
          "line": 380,
          "column": 21
        },
        "end": {
          "line": 380,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedBackupTableName",
      "start": 11974,
      "end": 11995,
      "loc": {
        "start": {
          "line": 380,
          "column": 23
        },
        "end": {
          "line": 380,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11995,
      "end": 11996,
      "loc": {
        "start": {
          "line": 380,
          "column": 44
        },
        "end": {
          "line": 380,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " SELECT ",
      "start": 11996,
      "end": 12004,
      "loc": {
        "start": {
          "line": 380,
          "column": 45
        },
        "end": {
          "line": 380,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12004,
      "end": 12006,
      "loc": {
        "start": {
          "line": 380,
          "column": 53
        },
        "end": {
          "line": 380,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeNames",
      "start": 12006,
      "end": 12020,
      "loc": {
        "start": {
          "line": 380,
          "column": 55
        },
        "end": {
          "line": 380,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12020,
      "end": 12021,
      "loc": {
        "start": {
          "line": 380,
          "column": 69
        },
        "end": {
          "line": 380,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM ",
      "start": 12021,
      "end": 12027,
      "loc": {
        "start": {
          "line": 380,
          "column": 70
        },
        "end": {
          "line": 380,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12027,
      "end": 12029,
      "loc": {
        "start": {
          "line": 380,
          "column": 76
        },
        "end": {
          "line": 380,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedTableName",
      "start": 12029,
      "end": 12044,
      "loc": {
        "start": {
          "line": 380,
          "column": 78
        },
        "end": {
          "line": 380,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12044,
      "end": 12045,
      "loc": {
        "start": {
          "line": 380,
          "column": 93
        },
        "end": {
          "line": 380,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 12045,
      "end": 12046,
      "loc": {
        "start": {
          "line": 380,
          "column": 94
        },
        "end": {
          "line": 380,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12046,
      "end": 12047,
      "loc": {
        "start": {
          "line": 380,
          "column": 95
        },
        "end": {
          "line": 380,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12054,
      "end": 12055,
      "loc": {
        "start": {
          "line": 381,
          "column": 6
        },
        "end": {
          "line": 381,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12056,
      "end": 12057,
      "loc": {
        "start": {
          "line": 381,
          "column": 8
        },
        "end": {
          "line": 381,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DROP TABLE ",
      "start": 12057,
      "end": 12068,
      "loc": {
        "start": {
          "line": 381,
          "column": 9
        },
        "end": {
          "line": 381,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12068,
      "end": 12070,
      "loc": {
        "start": {
          "line": 381,
          "column": 20
        },
        "end": {
          "line": 381,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedTableName",
      "start": 12070,
      "end": 12085,
      "loc": {
        "start": {
          "line": 381,
          "column": 22
        },
        "end": {
          "line": 381,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12085,
      "end": 12086,
      "loc": {
        "start": {
          "line": 381,
          "column": 37
        },
        "end": {
          "line": 381,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 12086,
      "end": 12087,
      "loc": {
        "start": {
          "line": 381,
          "column": 38
        },
        "end": {
          "line": 381,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12087,
      "end": 12088,
      "loc": {
        "start": {
          "line": 381,
          "column": 39
        },
        "end": {
          "line": 381,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12095,
      "end": 12096,
      "loc": {
        "start": {
          "line": 382,
          "column": 6
        },
        "end": {
          "line": 382,
          "column": 7
        }
      }
    },
    {
      "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": 12097,
      "end": 12101,
      "loc": {
        "start": {
          "line": 382,
          "column": 8
        },
        "end": {
          "line": 382,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12101,
      "end": 12102,
      "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": "createTableQuery",
      "start": 12102,
      "end": 12118,
      "loc": {
        "start": {
          "line": 382,
          "column": 13
        },
        "end": {
          "line": 382,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12118,
      "end": 12119,
      "loc": {
        "start": {
          "line": 382,
          "column": 29
        },
        "end": {
          "line": 382,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12119,
      "end": 12128,
      "loc": {
        "start": {
          "line": 382,
          "column": 30
        },
        "end": {
          "line": 382,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12128,
      "end": 12129,
      "loc": {
        "start": {
          "line": 382,
          "column": 39
        },
        "end": {
          "line": 382,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 12130,
      "end": 12140,
      "loc": {
        "start": {
          "line": 382,
          "column": 41
        },
        "end": {
          "line": 382,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12140,
      "end": 12141,
      "loc": {
        "start": {
          "line": 382,
          "column": 51
        },
        "end": {
          "line": 382,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12148,
      "end": 12149,
      "loc": {
        "start": {
          "line": 383,
          "column": 6
        },
        "end": {
          "line": 383,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12150,
      "end": 12151,
      "loc": {
        "start": {
          "line": 383,
          "column": 8
        },
        "end": {
          "line": 383,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INSERT INTO ",
      "start": 12151,
      "end": 12163,
      "loc": {
        "start": {
          "line": 383,
          "column": 9
        },
        "end": {
          "line": 383,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12163,
      "end": 12165,
      "loc": {
        "start": {
          "line": 383,
          "column": 21
        },
        "end": {
          "line": 383,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedTableName",
      "start": 12165,
      "end": 12180,
      "loc": {
        "start": {
          "line": 383,
          "column": 23
        },
        "end": {
          "line": 383,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12180,
      "end": 12181,
      "loc": {
        "start": {
          "line": 383,
          "column": 38
        },
        "end": {
          "line": 383,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " SELECT ",
      "start": 12181,
      "end": 12189,
      "loc": {
        "start": {
          "line": 383,
          "column": 39
        },
        "end": {
          "line": 383,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12189,
      "end": 12191,
      "loc": {
        "start": {
          "line": 383,
          "column": 47
        },
        "end": {
          "line": 383,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeNames",
      "start": 12191,
      "end": 12205,
      "loc": {
        "start": {
          "line": 383,
          "column": 49
        },
        "end": {
          "line": 383,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12205,
      "end": 12206,
      "loc": {
        "start": {
          "line": 383,
          "column": 63
        },
        "end": {
          "line": 383,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM ",
      "start": 12206,
      "end": 12212,
      "loc": {
        "start": {
          "line": 383,
          "column": 64
        },
        "end": {
          "line": 383,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12212,
      "end": 12214,
      "loc": {
        "start": {
          "line": 383,
          "column": 70
        },
        "end": {
          "line": 383,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedBackupTableName",
      "start": 12214,
      "end": 12235,
      "loc": {
        "start": {
          "line": 383,
          "column": 72
        },
        "end": {
          "line": 383,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12235,
      "end": 12236,
      "loc": {
        "start": {
          "line": 383,
          "column": 93
        },
        "end": {
          "line": 383,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 12236,
      "end": 12237,
      "loc": {
        "start": {
          "line": 383,
          "column": 94
        },
        "end": {
          "line": 383,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12237,
      "end": 12238,
      "loc": {
        "start": {
          "line": 383,
          "column": 95
        },
        "end": {
          "line": 383,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12245,
      "end": 12246,
      "loc": {
        "start": {
          "line": 384,
          "column": 6
        },
        "end": {
          "line": 384,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12247,
      "end": 12248,
      "loc": {
        "start": {
          "line": 384,
          "column": 8
        },
        "end": {
          "line": 384,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DROP TABLE ",
      "start": 12248,
      "end": 12259,
      "loc": {
        "start": {
          "line": 384,
          "column": 9
        },
        "end": {
          "line": 384,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12259,
      "end": 12261,
      "loc": {
        "start": {
          "line": 384,
          "column": 20
        },
        "end": {
          "line": 384,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedBackupTableName",
      "start": 12261,
      "end": 12282,
      "loc": {
        "start": {
          "line": 384,
          "column": 22
        },
        "end": {
          "line": 384,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12282,
      "end": 12283,
      "loc": {
        "start": {
          "line": 384,
          "column": 43
        },
        "end": {
          "line": 384,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 12283,
      "end": 12284,
      "loc": {
        "start": {
          "line": 384,
          "column": 44
        },
        "end": {
          "line": 384,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12284,
      "end": 12285,
      "loc": {
        "start": {
          "line": 384,
          "column": 45
        },
        "end": {
          "line": 384,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12285,
      "end": 12286,
      "loc": {
        "start": {
          "line": 384,
          "column": 46
        },
        "end": {
          "line": 384,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12289,
      "end": 12290,
      "loc": {
        "start": {
          "line": 385,
          "column": 2
        },
        "end": {
          "line": 385,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12290,
      "end": 12291,
      "loc": {
        "start": {
          "line": 385,
          "column": 3
        },
        "end": {
          "line": 385,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameColumnQuery",
      "start": 12295,
      "end": 12312,
      "loc": {
        "start": {
          "line": 387,
          "column": 2
        },
        "end": {
          "line": 387,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12312,
      "end": 12313,
      "loc": {
        "start": {
          "line": 387,
          "column": 19
        },
        "end": {
          "line": 387,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12313,
      "end": 12322,
      "loc": {
        "start": {
          "line": 387,
          "column": 20
        },
        "end": {
          "line": 387,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12322,
      "end": 12323,
      "loc": {
        "start": {
          "line": 387,
          "column": 29
        },
        "end": {
          "line": 387,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameBefore",
      "start": 12324,
      "end": 12338,
      "loc": {
        "start": {
          "line": 387,
          "column": 31
        },
        "end": {
          "line": 387,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12338,
      "end": 12339,
      "loc": {
        "start": {
          "line": 387,
          "column": 45
        },
        "end": {
          "line": 387,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameAfter",
      "start": 12340,
      "end": 12353,
      "loc": {
        "start": {
          "line": 387,
          "column": 47
        },
        "end": {
          "line": 387,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12353,
      "end": 12354,
      "loc": {
        "start": {
          "line": 387,
          "column": 60
        },
        "end": {
          "line": 387,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 12355,
      "end": 12365,
      "loc": {
        "start": {
          "line": 387,
          "column": 62
        },
        "end": {
          "line": 387,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12365,
      "end": 12366,
      "loc": {
        "start": {
          "line": 387,
          "column": 72
        },
        "end": {
          "line": 387,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12367,
      "end": 12368,
      "loc": {
        "start": {
          "line": 387,
          "column": 74
        },
        "end": {
          "line": 387,
          "column": 75
        }
      }
    },
    {
      "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": 12374,
      "end": 12377,
      "loc": {
        "start": {
          "line": 389,
          "column": 4
        },
        "end": {
          "line": 389,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 12378,
      "end": 12393,
      "loc": {
        "start": {
          "line": 389,
          "column": 8
        },
        "end": {
          "line": 389,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12393,
      "end": 12394,
      "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": "attributes",
      "start": 12400,
      "end": 12410,
      "loc": {
        "start": {
          "line": 391,
          "column": 4
        },
        "end": {
          "line": 391,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12411,
      "end": 12412,
      "loc": {
        "start": {
          "line": 391,
          "column": 15
        },
        "end": {
          "line": 391,
          "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": 12413,
      "end": 12417,
      "loc": {
        "start": {
          "line": 391,
          "column": 17
        },
        "end": {
          "line": 391,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12417,
      "end": 12418,
      "loc": {
        "start": {
          "line": 391,
          "column": 21
        },
        "end": {
          "line": 391,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 12418,
      "end": 12433,
      "loc": {
        "start": {
          "line": 391,
          "column": 22
        },
        "end": {
          "line": 391,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12433,
      "end": 12434,
      "loc": {
        "start": {
          "line": 391,
          "column": 37
        },
        "end": {
          "line": 391,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 12434,
      "end": 12444,
      "loc": {
        "start": {
          "line": 391,
          "column": 38
        },
        "end": {
          "line": 391,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12444,
      "end": 12445,
      "loc": {
        "start": {
          "line": 391,
          "column": 48
        },
        "end": {
          "line": 391,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12445,
      "end": 12446,
      "loc": {
        "start": {
          "line": 391,
          "column": 49
        },
        "end": {
          "line": 391,
          "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": 12452,
      "end": 12454,
      "loc": {
        "start": {
          "line": 393,
          "column": 4
        },
        "end": {
          "line": 393,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12455,
      "end": 12456,
      "loc": {
        "start": {
          "line": 393,
          "column": 7
        },
        "end": {
          "line": 393,
          "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": 12456,
      "end": 12462,
      "loc": {
        "start": {
          "line": 393,
          "column": 8
        },
        "end": {
          "line": 393,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12463,
      "end": 12472,
      "loc": {
        "start": {
          "line": 393,
          "column": 15
        },
        "end": {
          "line": 393,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12473,
      "end": 12476,
      "loc": {
        "start": {
          "line": 393,
          "column": 25
        },
        "end": {
          "line": 393,
          "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": 12477,
      "end": 12485,
      "loc": {
        "start": {
          "line": 393,
          "column": 29
        },
        "end": {
          "line": 393,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12485,
      "end": 12486,
      "loc": {
        "start": {
          "line": 393,
          "column": 37
        },
        "end": {
          "line": 393,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12487,
      "end": 12488,
      "loc": {
        "start": {
          "line": 393,
          "column": 39
        },
        "end": {
          "line": 393,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 12495,
      "end": 12510,
      "loc": {
        "start": {
          "line": 394,
          "column": 6
        },
        "end": {
          "line": 394,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12511,
      "end": 12512,
      "loc": {
        "start": {
          "line": 394,
          "column": 22
        },
        "end": {
          "line": 394,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12513,
      "end": 12514,
      "loc": {
        "start": {
          "line": 394,
          "column": 24
        },
        "end": {
          "line": 394,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12523,
      "end": 12532,
      "loc": {
        "start": {
          "line": 395,
          "column": 8
        },
        "end": {
          "line": 395,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12532,
      "end": 12533,
      "loc": {
        "start": {
          "line": 395,
          "column": 17
        },
        "end": {
          "line": 395,
          "column": 18
        }
      }
    },
    {
      "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": 395,
          "column": 19
        },
        "end": {
          "line": 395,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12543,
      "end": 12544,
      "loc": {
        "start": {
          "line": 395,
          "column": 28
        },
        "end": {
          "line": 395,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12544,
      "end": 12553,
      "loc": {
        "start": {
          "line": 395,
          "column": 29
        },
        "end": {
          "line": 395,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12554,
      "end": 12555,
      "loc": {
        "start": {
          "line": 395,
          "column": 39
        },
        "end": {
          "line": 395,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_backup",
      "start": 12556,
      "end": 12565,
      "loc": {
        "start": {
          "line": 395,
          "column": 41
        },
        "end": {
          "line": 395,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12565,
      "end": 12566,
      "loc": {
        "start": {
          "line": 395,
          "column": 50
        },
        "end": {
          "line": 395,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 12575,
      "end": 12581,
      "loc": {
        "start": {
          "line": 396,
          "column": 8
        },
        "end": {
          "line": 396,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12581,
      "end": 12582,
      "loc": {
        "start": {
          "line": 396,
          "column": 14
        },
        "end": {
          "line": 396,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12583,
      "end": 12592,
      "loc": {
        "start": {
          "line": 396,
          "column": 16
        },
        "end": {
          "line": 396,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12592,
      "end": 12593,
      "loc": {
        "start": {
          "line": 396,
          "column": 25
        },
        "end": {
          "line": 396,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 12593,
      "end": 12599,
      "loc": {
        "start": {
          "line": 396,
          "column": 26
        },
        "end": {
          "line": 396,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12606,
      "end": 12607,
      "loc": {
        "start": {
          "line": 397,
          "column": 6
        },
        "end": {
          "line": 397,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12607,
      "end": 12608,
      "loc": {
        "start": {
          "line": 397,
          "column": 7
        },
        "end": {
          "line": 397,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12613,
      "end": 12614,
      "loc": {
        "start": {
          "line": 398,
          "column": 4
        },
        "end": {
          "line": 398,
          "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": 12615,
      "end": 12619,
      "loc": {
        "start": {
          "line": 398,
          "column": 6
        },
        "end": {
          "line": 398,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12620,
      "end": 12621,
      "loc": {
        "start": {
          "line": 398,
          "column": 11
        },
        "end": {
          "line": 398,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 12628,
      "end": 12643,
      "loc": {
        "start": {
          "line": 399,
          "column": 6
        },
        "end": {
          "line": 399,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12644,
      "end": 12645,
      "loc": {
        "start": {
          "line": 399,
          "column": 22
        },
        "end": {
          "line": 399,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12646,
      "end": 12655,
      "loc": {
        "start": {
          "line": 399,
          "column": 24
        },
        "end": {
          "line": 399,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12656,
      "end": 12657,
      "loc": {
        "start": {
          "line": 399,
          "column": 34
        },
        "end": {
          "line": 399,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_backup",
      "start": 12658,
      "end": 12667,
      "loc": {
        "start": {
          "line": 399,
          "column": 36
        },
        "end": {
          "line": 399,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12667,
      "end": 12668,
      "loc": {
        "start": {
          "line": 399,
          "column": 45
        },
        "end": {
          "line": 399,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12673,
      "end": 12674,
      "loc": {
        "start": {
          "line": 400,
          "column": 4
        },
        "end": {
          "line": 400,
          "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": 12680,
      "end": 12685,
      "loc": {
        "start": {
          "line": 402,
          "column": 4
        },
        "end": {
          "line": 402,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedTableName",
      "start": 12686,
      "end": 12701,
      "loc": {
        "start": {
          "line": 402,
          "column": 10
        },
        "end": {
          "line": 402,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12702,
      "end": 12703,
      "loc": {
        "start": {
          "line": 402,
          "column": 26
        },
        "end": {
          "line": 402,
          "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": 12704,
      "end": 12708,
      "loc": {
        "start": {
          "line": 402,
          "column": 28
        },
        "end": {
          "line": 402,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12708,
      "end": 12709,
      "loc": {
        "start": {
          "line": 402,
          "column": 32
        },
        "end": {
          "line": 402,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 12709,
      "end": 12719,
      "loc": {
        "start": {
          "line": 402,
          "column": 33
        },
        "end": {
          "line": 402,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12719,
      "end": 12720,
      "loc": {
        "start": {
          "line": 402,
          "column": 43
        },
        "end": {
          "line": 402,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12720,
      "end": 12729,
      "loc": {
        "start": {
          "line": 402,
          "column": 44
        },
        "end": {
          "line": 402,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12729,
      "end": 12730,
      "loc": {
        "start": {
          "line": 402,
          "column": 53
        },
        "end": {
          "line": 402,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12730,
      "end": 12731,
      "loc": {
        "start": {
          "line": 402,
          "column": 54
        },
        "end": {
          "line": 402,
          "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": 12736,
      "end": 12741,
      "loc": {
        "start": {
          "line": 403,
          "column": 4
        },
        "end": {
          "line": 403,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedBackupTableName",
      "start": 12742,
      "end": 12763,
      "loc": {
        "start": {
          "line": 403,
          "column": 10
        },
        "end": {
          "line": 403,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12764,
      "end": 12765,
      "loc": {
        "start": {
          "line": 403,
          "column": 32
        },
        "end": {
          "line": 403,
          "column": 33
        }
      }
    },
    {
      "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": 12766,
      "end": 12770,
      "loc": {
        "start": {
          "line": 403,
          "column": 34
        },
        "end": {
          "line": 403,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12770,
      "end": 12771,
      "loc": {
        "start": {
          "line": 403,
          "column": 38
        },
        "end": {
          "line": 403,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 12771,
      "end": 12781,
      "loc": {
        "start": {
          "line": 403,
          "column": 39
        },
        "end": {
          "line": 403,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12781,
      "end": 12782,
      "loc": {
        "start": {
          "line": 403,
          "column": 49
        },
        "end": {
          "line": 403,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 12782,
      "end": 12797,
      "loc": {
        "start": {
          "line": 403,
          "column": 50
        },
        "end": {
          "line": 403,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12797,
      "end": 12798,
      "loc": {
        "start": {
          "line": 403,
          "column": 65
        },
        "end": {
          "line": 403,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12798,
      "end": 12799,
      "loc": {
        "start": {
          "line": 403,
          "column": 66
        },
        "end": {
          "line": 403,
          "column": 67
        }
      }
    },
    {
      "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": 12804,
      "end": 12809,
      "loc": {
        "start": {
          "line": 404,
          "column": 4
        },
        "end": {
          "line": 404,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeNamesImport",
      "start": 12810,
      "end": 12830,
      "loc": {
        "start": {
          "line": 404,
          "column": 10
        },
        "end": {
          "line": 404,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12831,
      "end": 12832,
      "loc": {
        "start": {
          "line": 404,
          "column": 31
        },
        "end": {
          "line": 404,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 12833,
      "end": 12839,
      "loc": {
        "start": {
          "line": 404,
          "column": 33
        },
        "end": {
          "line": 404,
          "column": 39
        }
      }
    },
    {
      "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": 404,
          "column": 39
        },
        "end": {
          "line": 404,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 12840,
      "end": 12844,
      "loc": {
        "start": {
          "line": 404,
          "column": 40
        },
        "end": {
          "line": 404,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12844,
      "end": 12845,
      "loc": {
        "start": {
          "line": 404,
          "column": 44
        },
        "end": {
          "line": 404,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 12845,
      "end": 12855,
      "loc": {
        "start": {
          "line": 404,
          "column": 45
        },
        "end": {
          "line": 404,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12855,
      "end": 12856,
      "loc": {
        "start": {
          "line": 404,
          "column": 55
        },
        "end": {
          "line": 404,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12856,
      "end": 12857,
      "loc": {
        "start": {
          "line": 404,
          "column": 56
        },
        "end": {
          "line": 404,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 12857,
      "end": 12860,
      "loc": {
        "start": {
          "line": 404,
          "column": 57
        },
        "end": {
          "line": 404,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12860,
      "end": 12861,
      "loc": {
        "start": {
          "line": 404,
          "column": 60
        },
        "end": {
          "line": 404,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 12861,
      "end": 12865,
      "loc": {
        "start": {
          "line": 404,
          "column": 61
        },
        "end": {
          "line": 404,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12866,
      "end": 12868,
      "loc": {
        "start": {
          "line": 404,
          "column": 66
        },
        "end": {
          "line": 404,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12875,
      "end": 12876,
      "loc": {
        "start": {
          "line": 405,
          "column": 6
        },
        "end": {
          "line": 405,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameAfter",
      "start": 12876,
      "end": 12889,
      "loc": {
        "start": {
          "line": 405,
          "column": 7
        },
        "end": {
          "line": 405,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12890,
      "end": 12893,
      "loc": {
        "start": {
          "line": 405,
          "column": 21
        },
        "end": {
          "line": 405,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 12894,
      "end": 12898,
      "loc": {
        "start": {
          "line": 405,
          "column": 25
        },
        "end": {
          "line": 405,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12898,
      "end": 12899,
      "loc": {
        "start": {
          "line": 405,
          "column": 29
        },
        "end": {
          "line": 405,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12900,
      "end": 12901,
      "loc": {
        "start": {
          "line": 405,
          "column": 31
        },
        "end": {
          "line": 405,
          "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": 12902,
      "end": 12906,
      "loc": {
        "start": {
          "line": 405,
          "column": 33
        },
        "end": {
          "line": 405,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12906,
      "end": 12907,
      "loc": {
        "start": {
          "line": 405,
          "column": 37
        },
        "end": {
          "line": 405,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 12907,
      "end": 12922,
      "loc": {
        "start": {
          "line": 405,
          "column": 38
        },
        "end": {
          "line": 405,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12922,
      "end": 12923,
      "loc": {
        "start": {
          "line": 405,
          "column": 53
        },
        "end": {
          "line": 405,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameBefore",
      "start": 12923,
      "end": 12937,
      "loc": {
        "start": {
          "line": 405,
          "column": 54
        },
        "end": {
          "line": 405,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12937,
      "end": 12938,
      "loc": {
        "start": {
          "line": 405,
          "column": 68
        },
        "end": {
          "line": 405,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12939,
      "end": 12940,
      "loc": {
        "start": {
          "line": 405,
          "column": 70
        },
        "end": {
          "line": 405,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AS ",
      "start": 12941,
      "end": 12947,
      "loc": {
        "start": {
          "line": 405,
          "column": 72
        },
        "end": {
          "line": 405,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12948,
      "end": 12949,
      "loc": {
        "start": {
          "line": 405,
          "column": 79
        },
        "end": {
          "line": 405,
          "column": 80
        }
      }
    },
    {
      "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": 12950,
      "end": 12954,
      "loc": {
        "start": {
          "line": 405,
          "column": 81
        },
        "end": {
          "line": 405,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12954,
      "end": 12955,
      "loc": {
        "start": {
          "line": 405,
          "column": 85
        },
        "end": {
          "line": 405,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 12955,
      "end": 12970,
      "loc": {
        "start": {
          "line": 405,
          "column": 86
        },
        "end": {
          "line": 405,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12970,
      "end": 12971,
      "loc": {
        "start": {
          "line": 405,
          "column": 101
        },
        "end": {
          "line": 405,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 12971,
      "end": 12975,
      "loc": {
        "start": {
          "line": 405,
          "column": 102
        },
        "end": {
          "line": 405,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12975,
      "end": 12976,
      "loc": {
        "start": {
          "line": 405,
          "column": 106
        },
        "end": {
          "line": 405,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12977,
      "end": 12978,
      "loc": {
        "start": {
          "line": 405,
          "column": 108
        },
        "end": {
          "line": 405,
          "column": 109
        }
      }
    },
    {
      "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": 12979,
      "end": 12983,
      "loc": {
        "start": {
          "line": 405,
          "column": 110
        },
        "end": {
          "line": 405,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12983,
      "end": 12984,
      "loc": {
        "start": {
          "line": 405,
          "column": 114
        },
        "end": {
          "line": 405,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 12984,
      "end": 12999,
      "loc": {
        "start": {
          "line": 405,
          "column": 115
        },
        "end": {
          "line": 405,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12999,
      "end": 13000,
      "loc": {
        "start": {
          "line": 405,
          "column": 130
        },
        "end": {
          "line": 405,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 13000,
      "end": 13004,
      "loc": {
        "start": {
          "line": 405,
          "column": 131
        },
        "end": {
          "line": 405,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13004,
      "end": 13005,
      "loc": {
        "start": {
          "line": 405,
          "column": 135
        },
        "end": {
          "line": 405,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13010,
      "end": 13011,
      "loc": {
        "start": {
          "line": 406,
          "column": 4
        },
        "end": {
          "line": 406,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13011,
      "end": 13012,
      "loc": {
        "start": {
          "line": 406,
          "column": 5
        },
        "end": {
          "line": 406,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 13012,
      "end": 13016,
      "loc": {
        "start": {
          "line": 406,
          "column": 6
        },
        "end": {
          "line": 406,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13016,
      "end": 13017,
      "loc": {
        "start": {
          "line": 406,
          "column": 10
        },
        "end": {
          "line": 406,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 13017,
      "end": 13021,
      "loc": {
        "start": {
          "line": 406,
          "column": 11
        },
        "end": {
          "line": 406,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13021,
      "end": 13022,
      "loc": {
        "start": {
          "line": 406,
          "column": 15
        },
        "end": {
          "line": 406,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13022,
      "end": 13023,
      "loc": {
        "start": {
          "line": 406,
          "column": 16
        },
        "end": {
          "line": 406,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13028,
      "end": 13033,
      "loc": {
        "start": {
          "line": 407,
          "column": 4
        },
        "end": {
          "line": 407,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeNamesExport",
      "start": 13034,
      "end": 13054,
      "loc": {
        "start": {
          "line": 407,
          "column": 10
        },
        "end": {
          "line": 407,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13055,
      "end": 13056,
      "loc": {
        "start": {
          "line": 407,
          "column": 31
        },
        "end": {
          "line": 407,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 13057,
      "end": 13063,
      "loc": {
        "start": {
          "line": 407,
          "column": 33
        },
        "end": {
          "line": 407,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13063,
      "end": 13064,
      "loc": {
        "start": {
          "line": 407,
          "column": 39
        },
        "end": {
          "line": 407,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 13064,
      "end": 13068,
      "loc": {
        "start": {
          "line": 407,
          "column": 40
        },
        "end": {
          "line": 407,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13068,
      "end": 13069,
      "loc": {
        "start": {
          "line": 407,
          "column": 44
        },
        "end": {
          "line": 407,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 13069,
      "end": 13079,
      "loc": {
        "start": {
          "line": 407,
          "column": 45
        },
        "end": {
          "line": 407,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13079,
      "end": 13080,
      "loc": {
        "start": {
          "line": 407,
          "column": 55
        },
        "end": {
          "line": 407,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13080,
      "end": 13081,
      "loc": {
        "start": {
          "line": 407,
          "column": 56
        },
        "end": {
          "line": 407,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 13081,
      "end": 13084,
      "loc": {
        "start": {
          "line": 407,
          "column": 57
        },
        "end": {
          "line": 407,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13084,
      "end": 13085,
      "loc": {
        "start": {
          "line": 407,
          "column": 60
        },
        "end": {
          "line": 407,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 13085,
      "end": 13089,
      "loc": {
        "start": {
          "line": 407,
          "column": 61
        },
        "end": {
          "line": 407,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13090,
      "end": 13092,
      "loc": {
        "start": {
          "line": 407,
          "column": 66
        },
        "end": {
          "line": 407,
          "column": 68
        }
      }
    },
    {
      "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": 13093,
      "end": 13097,
      "loc": {
        "start": {
          "line": 407,
          "column": 69
        },
        "end": {
          "line": 407,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13097,
      "end": 13098,
      "loc": {
        "start": {
          "line": 407,
          "column": 73
        },
        "end": {
          "line": 407,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 13098,
      "end": 13113,
      "loc": {
        "start": {
          "line": 407,
          "column": 74
        },
        "end": {
          "line": 407,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13113,
      "end": 13114,
      "loc": {
        "start": {
          "line": 407,
          "column": 89
        },
        "end": {
          "line": 407,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 13114,
      "end": 13118,
      "loc": {
        "start": {
          "line": 407,
          "column": 90
        },
        "end": {
          "line": 407,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13118,
      "end": 13119,
      "loc": {
        "start": {
          "line": 407,
          "column": 94
        },
        "end": {
          "line": 407,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13119,
      "end": 13120,
      "loc": {
        "start": {
          "line": 407,
          "column": 95
        },
        "end": {
          "line": 407,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13120,
      "end": 13121,
      "loc": {
        "start": {
          "line": 407,
          "column": 96
        },
        "end": {
          "line": 407,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 13121,
      "end": 13125,
      "loc": {
        "start": {
          "line": 407,
          "column": 97
        },
        "end": {
          "line": 407,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13125,
      "end": 13126,
      "loc": {
        "start": {
          "line": 407,
          "column": 101
        },
        "end": {
          "line": 407,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 13126,
      "end": 13130,
      "loc": {
        "start": {
          "line": 407,
          "column": 102
        },
        "end": {
          "line": 407,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13130,
      "end": 13131,
      "loc": {
        "start": {
          "line": 407,
          "column": 106
        },
        "end": {
          "line": 407,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13131,
      "end": 13132,
      "loc": {
        "start": {
          "line": 407,
          "column": 107
        },
        "end": {
          "line": 407,
          "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": 13138,
      "end": 13144,
      "loc": {
        "start": {
          "line": 409,
          "column": 4
        },
        "end": {
          "line": 409,
          "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": 13145,
      "end": 13149,
      "loc": {
        "start": {
          "line": 409,
          "column": 11
        },
        "end": {
          "line": 409,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13149,
      "end": 13150,
      "loc": {
        "start": {
          "line": 409,
          "column": 15
        },
        "end": {
          "line": 409,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTableQuery",
      "start": 13150,
      "end": 13166,
      "loc": {
        "start": {
          "line": 409,
          "column": 16
        },
        "end": {
          "line": 409,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13166,
      "end": 13167,
      "loc": {
        "start": {
          "line": 409,
          "column": 32
        },
        "end": {
          "line": 409,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "backupTableName",
      "start": 13167,
      "end": 13182,
      "loc": {
        "start": {
          "line": 409,
          "column": 33
        },
        "end": {
          "line": 409,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13182,
      "end": 13183,
      "loc": {
        "start": {
          "line": 409,
          "column": 48
        },
        "end": {
          "line": 409,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 13184,
      "end": 13194,
      "loc": {
        "start": {
          "line": 409,
          "column": 50
        },
        "end": {
          "line": 409,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13194,
      "end": 13195,
      "loc": {
        "start": {
          "line": 409,
          "column": 60
        },
        "end": {
          "line": 409,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13195,
      "end": 13196,
      "loc": {
        "start": {
          "line": 409,
          "column": 61
        },
        "end": {
          "line": 409,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 13196,
      "end": 13203,
      "loc": {
        "start": {
          "line": 409,
          "column": 62
        },
        "end": {
          "line": 409,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13203,
      "end": 13204,
      "loc": {
        "start": {
          "line": 409,
          "column": 69
        },
        "end": {
          "line": 409,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CREATE TABLE",
      "start": 13204,
      "end": 13218,
      "loc": {
        "start": {
          "line": 409,
          "column": 70
        },
        "end": {
          "line": 409,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13218,
      "end": 13219,
      "loc": {
        "start": {
          "line": 409,
          "column": 84
        },
        "end": {
          "line": 409,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CREATE TEMPORARY TABLE",
      "start": 13220,
      "end": 13244,
      "loc": {
        "start": {
          "line": 409,
          "column": 86
        },
        "end": {
          "line": 409,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13244,
      "end": 13245,
      "loc": {
        "start": {
          "line": 409,
          "column": 110
        },
        "end": {
          "line": 409,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13252,
      "end": 13253,
      "loc": {
        "start": {
          "line": 410,
          "column": 6
        },
        "end": {
          "line": 410,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13254,
      "end": 13255,
      "loc": {
        "start": {
          "line": 410,
          "column": 8
        },
        "end": {
          "line": 410,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INSERT INTO ",
      "start": 13255,
      "end": 13267,
      "loc": {
        "start": {
          "line": 410,
          "column": 9
        },
        "end": {
          "line": 410,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13267,
      "end": 13269,
      "loc": {
        "start": {
          "line": 410,
          "column": 21
        },
        "end": {
          "line": 410,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedBackupTableName",
      "start": 13269,
      "end": 13290,
      "loc": {
        "start": {
          "line": 410,
          "column": 23
        },
        "end": {
          "line": 410,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13290,
      "end": 13291,
      "loc": {
        "start": {
          "line": 410,
          "column": 44
        },
        "end": {
          "line": 410,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " SELECT ",
      "start": 13291,
      "end": 13299,
      "loc": {
        "start": {
          "line": 410,
          "column": 45
        },
        "end": {
          "line": 410,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13299,
      "end": 13301,
      "loc": {
        "start": {
          "line": 410,
          "column": 53
        },
        "end": {
          "line": 410,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeNamesImport",
      "start": 13301,
      "end": 13321,
      "loc": {
        "start": {
          "line": 410,
          "column": 55
        },
        "end": {
          "line": 410,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13321,
      "end": 13322,
      "loc": {
        "start": {
          "line": 410,
          "column": 75
        },
        "end": {
          "line": 410,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM ",
      "start": 13322,
      "end": 13328,
      "loc": {
        "start": {
          "line": 410,
          "column": 76
        },
        "end": {
          "line": 410,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13328,
      "end": 13330,
      "loc": {
        "start": {
          "line": 410,
          "column": 82
        },
        "end": {
          "line": 410,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedTableName",
      "start": 13330,
      "end": 13345,
      "loc": {
        "start": {
          "line": 410,
          "column": 84
        },
        "end": {
          "line": 410,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13345,
      "end": 13346,
      "loc": {
        "start": {
          "line": 410,
          "column": 99
        },
        "end": {
          "line": 410,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13346,
      "end": 13347,
      "loc": {
        "start": {
          "line": 410,
          "column": 100
        },
        "end": {
          "line": 410,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13347,
      "end": 13348,
      "loc": {
        "start": {
          "line": 410,
          "column": 101
        },
        "end": {
          "line": 410,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13355,
      "end": 13356,
      "loc": {
        "start": {
          "line": 411,
          "column": 6
        },
        "end": {
          "line": 411,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13357,
      "end": 13358,
      "loc": {
        "start": {
          "line": 411,
          "column": 8
        },
        "end": {
          "line": 411,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DROP TABLE ",
      "start": 13358,
      "end": 13369,
      "loc": {
        "start": {
          "line": 411,
          "column": 9
        },
        "end": {
          "line": 411,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13369,
      "end": 13371,
      "loc": {
        "start": {
          "line": 411,
          "column": 20
        },
        "end": {
          "line": 411,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedTableName",
      "start": 13371,
      "end": 13386,
      "loc": {
        "start": {
          "line": 411,
          "column": 22
        },
        "end": {
          "line": 411,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13386,
      "end": 13387,
      "loc": {
        "start": {
          "line": 411,
          "column": 37
        },
        "end": {
          "line": 411,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13387,
      "end": 13388,
      "loc": {
        "start": {
          "line": 411,
          "column": 38
        },
        "end": {
          "line": 411,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13388,
      "end": 13389,
      "loc": {
        "start": {
          "line": 411,
          "column": 39
        },
        "end": {
          "line": 411,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13396,
      "end": 13397,
      "loc": {
        "start": {
          "line": 412,
          "column": 6
        },
        "end": {
          "line": 412,
          "column": 7
        }
      }
    },
    {
      "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": 13398,
      "end": 13402,
      "loc": {
        "start": {
          "line": 412,
          "column": 8
        },
        "end": {
          "line": 412,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13402,
      "end": 13403,
      "loc": {
        "start": {
          "line": 412,
          "column": 12
        },
        "end": {
          "line": 412,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTableQuery",
      "start": 13403,
      "end": 13419,
      "loc": {
        "start": {
          "line": 412,
          "column": 13
        },
        "end": {
          "line": 412,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13419,
      "end": 13420,
      "loc": {
        "start": {
          "line": 412,
          "column": 29
        },
        "end": {
          "line": 412,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 13420,
      "end": 13429,
      "loc": {
        "start": {
          "line": 412,
          "column": 30
        },
        "end": {
          "line": 412,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13429,
      "end": 13430,
      "loc": {
        "start": {
          "line": 412,
          "column": 39
        },
        "end": {
          "line": 412,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 13431,
      "end": 13441,
      "loc": {
        "start": {
          "line": 412,
          "column": 41
        },
        "end": {
          "line": 412,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13441,
      "end": 13442,
      "loc": {
        "start": {
          "line": 412,
          "column": 51
        },
        "end": {
          "line": 412,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13449,
      "end": 13450,
      "loc": {
        "start": {
          "line": 413,
          "column": 6
        },
        "end": {
          "line": 413,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13451,
      "end": 13452,
      "loc": {
        "start": {
          "line": 413,
          "column": 8
        },
        "end": {
          "line": 413,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INSERT INTO ",
      "start": 13452,
      "end": 13464,
      "loc": {
        "start": {
          "line": 413,
          "column": 9
        },
        "end": {
          "line": 413,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13464,
      "end": 13466,
      "loc": {
        "start": {
          "line": 413,
          "column": 21
        },
        "end": {
          "line": 413,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedTableName",
      "start": 13466,
      "end": 13481,
      "loc": {
        "start": {
          "line": 413,
          "column": 23
        },
        "end": {
          "line": 413,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13481,
      "end": 13482,
      "loc": {
        "start": {
          "line": 413,
          "column": 38
        },
        "end": {
          "line": 413,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " SELECT ",
      "start": 13482,
      "end": 13490,
      "loc": {
        "start": {
          "line": 413,
          "column": 39
        },
        "end": {
          "line": 413,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13490,
      "end": 13492,
      "loc": {
        "start": {
          "line": 413,
          "column": 47
        },
        "end": {
          "line": 413,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeNamesExport",
      "start": 13492,
      "end": 13512,
      "loc": {
        "start": {
          "line": 413,
          "column": 49
        },
        "end": {
          "line": 413,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13512,
      "end": 13513,
      "loc": {
        "start": {
          "line": 413,
          "column": 69
        },
        "end": {
          "line": 413,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM ",
      "start": 13513,
      "end": 13519,
      "loc": {
        "start": {
          "line": 413,
          "column": 70
        },
        "end": {
          "line": 413,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13519,
      "end": 13521,
      "loc": {
        "start": {
          "line": 413,
          "column": 76
        },
        "end": {
          "line": 413,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedBackupTableName",
      "start": 13521,
      "end": 13542,
      "loc": {
        "start": {
          "line": 413,
          "column": 78
        },
        "end": {
          "line": 413,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13542,
      "end": 13543,
      "loc": {
        "start": {
          "line": 413,
          "column": 99
        },
        "end": {
          "line": 413,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13543,
      "end": 13544,
      "loc": {
        "start": {
          "line": 413,
          "column": 100
        },
        "end": {
          "line": 413,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13544,
      "end": 13545,
      "loc": {
        "start": {
          "line": 413,
          "column": 101
        },
        "end": {
          "line": 413,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13552,
      "end": 13553,
      "loc": {
        "start": {
          "line": 414,
          "column": 6
        },
        "end": {
          "line": 414,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13554,
      "end": 13555,
      "loc": {
        "start": {
          "line": 414,
          "column": 8
        },
        "end": {
          "line": 414,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DROP TABLE ",
      "start": 13555,
      "end": 13566,
      "loc": {
        "start": {
          "line": 414,
          "column": 9
        },
        "end": {
          "line": 414,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13566,
      "end": 13568,
      "loc": {
        "start": {
          "line": 414,
          "column": 20
        },
        "end": {
          "line": 414,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quotedBackupTableName",
      "start": 13568,
      "end": 13589,
      "loc": {
        "start": {
          "line": 414,
          "column": 22
        },
        "end": {
          "line": 414,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13589,
      "end": 13590,
      "loc": {
        "start": {
          "line": 414,
          "column": 43
        },
        "end": {
          "line": 414,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13590,
      "end": 13591,
      "loc": {
        "start": {
          "line": 414,
          "column": 44
        },
        "end": {
          "line": 414,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13591,
      "end": 13592,
      "loc": {
        "start": {
          "line": 414,
          "column": 45
        },
        "end": {
          "line": 414,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13592,
      "end": 13593,
      "loc": {
        "start": {
          "line": 414,
          "column": 46
        },
        "end": {
          "line": 414,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13596,
      "end": 13597,
      "loc": {
        "start": {
          "line": 415,
          "column": 2
        },
        "end": {
          "line": 415,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13597,
      "end": 13598,
      "loc": {
        "start": {
          "line": 415,
          "column": 3
        },
        "end": {
          "line": 415,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTransactionQuery",
      "start": 13602,
      "end": 13623,
      "loc": {
        "start": {
          "line": 417,
          "column": 2
        },
        "end": {
          "line": 417,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13623,
      "end": 13624,
      "loc": {
        "start": {
          "line": 417,
          "column": 23
        },
        "end": {
          "line": 417,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 13624,
      "end": 13635,
      "loc": {
        "start": {
          "line": 417,
          "column": 24
        },
        "end": {
          "line": 417,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13635,
      "end": 13636,
      "loc": {
        "start": {
          "line": 417,
          "column": 35
        },
        "end": {
          "line": 417,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13637,
      "end": 13644,
      "loc": {
        "start": {
          "line": 417,
          "column": 37
        },
        "end": {
          "line": 417,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13644,
      "end": 13645,
      "loc": {
        "start": {
          "line": 417,
          "column": 44
        },
        "end": {
          "line": 417,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13646,
      "end": 13647,
      "loc": {
        "start": {
          "line": 417,
          "column": 46
        },
        "end": {
          "line": 417,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13652,
      "end": 13654,
      "loc": {
        "start": {
          "line": 418,
          "column": 4
        },
        "end": {
          "line": 418,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13655,
      "end": 13656,
      "loc": {
        "start": {
          "line": 418,
          "column": 7
        },
        "end": {
          "line": 418,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 13656,
      "end": 13667,
      "loc": {
        "start": {
          "line": 418,
          "column": 8
        },
        "end": {
          "line": 418,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13667,
      "end": 13668,
      "loc": {
        "start": {
          "line": 418,
          "column": 19
        },
        "end": {
          "line": 418,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 13668,
      "end": 13674,
      "loc": {
        "start": {
          "line": 418,
          "column": 20
        },
        "end": {
          "line": 418,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13674,
      "end": 13675,
      "loc": {
        "start": {
          "line": 418,
          "column": 26
        },
        "end": {
          "line": 418,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13676,
      "end": 13677,
      "loc": {
        "start": {
          "line": 418,
          "column": 28
        },
        "end": {
          "line": 418,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13684,
      "end": 13690,
      "loc": {
        "start": {
          "line": 419,
          "column": 6
        },
        "end": {
          "line": 419,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SAVEPOINT ",
      "start": 13691,
      "end": 13703,
      "loc": {
        "start": {
          "line": 419,
          "column": 13
        },
        "end": {
          "line": 419,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13704,
      "end": 13705,
      "loc": {
        "start": {
          "line": 419,
          "column": 26
        },
        "end": {
          "line": 419,
          "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": 13706,
      "end": 13710,
      "loc": {
        "start": {
          "line": 419,
          "column": 28
        },
        "end": {
          "line": 419,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13710,
      "end": 13711,
      "loc": {
        "start": {
          "line": 419,
          "column": 32
        },
        "end": {
          "line": 419,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 13711,
      "end": 13726,
      "loc": {
        "start": {
          "line": 419,
          "column": 33
        },
        "end": {
          "line": 419,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13726,
      "end": 13727,
      "loc": {
        "start": {
          "line": 419,
          "column": 48
        },
        "end": {
          "line": 419,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 13727,
      "end": 13738,
      "loc": {
        "start": {
          "line": 419,
          "column": 49
        },
        "end": {
          "line": 419,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13738,
      "end": 13739,
      "loc": {
        "start": {
          "line": 419,
          "column": 60
        },
        "end": {
          "line": 419,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 13739,
      "end": 13743,
      "loc": {
        "start": {
          "line": 419,
          "column": 61
        },
        "end": {
          "line": 419,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13743,
      "end": 13744,
      "loc": {
        "start": {
          "line": 419,
          "column": 65
        },
        "end": {
          "line": 419,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13745,
      "end": 13746,
      "loc": {
        "start": {
          "line": 419,
          "column": 67
        },
        "end": {
          "line": 419,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13747,
      "end": 13750,
      "loc": {
        "start": {
          "line": 419,
          "column": 69
        },
        "end": {
          "line": 419,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13750,
      "end": 13751,
      "loc": {
        "start": {
          "line": 419,
          "column": 72
        },
        "end": {
          "line": 419,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13756,
      "end": 13757,
      "loc": {
        "start": {
          "line": 420,
          "column": 4
        },
        "end": {
          "line": 420,
          "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": 13763,
      "end": 13769,
      "loc": {
        "start": {
          "line": 422,
          "column": 4
        },
        "end": {
          "line": 422,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "BEGIN ",
      "start": 13770,
      "end": 13778,
      "loc": {
        "start": {
          "line": 422,
          "column": 11
        },
        "end": {
          "line": 422,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13779,
      "end": 13780,
      "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": "transaction",
      "start": 13781,
      "end": 13792,
      "loc": {
        "start": {
          "line": 422,
          "column": 22
        },
        "end": {
          "line": 422,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13792,
      "end": 13793,
      "loc": {
        "start": {
          "line": 422,
          "column": 33
        },
        "end": {
          "line": 422,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13793,
      "end": 13800,
      "loc": {
        "start": {
          "line": 422,
          "column": 34
        },
        "end": {
          "line": 422,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13800,
      "end": 13801,
      "loc": {
        "start": {
          "line": 422,
          "column": 41
        },
        "end": {
          "line": 422,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 13801,
      "end": 13805,
      "loc": {
        "start": {
          "line": 422,
          "column": 42
        },
        "end": {
          "line": 422,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 13806,
      "end": 13807,
      "loc": {
        "start": {
          "line": 422,
          "column": 47
        },
        "end": {
          "line": 422,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " TRANSACTION;",
      "start": 13808,
      "end": 13823,
      "loc": {
        "start": {
          "line": 422,
          "column": 49
        },
        "end": {
          "line": 422,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13823,
      "end": 13824,
      "loc": {
        "start": {
          "line": 422,
          "column": 64
        },
        "end": {
          "line": 422,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13827,
      "end": 13828,
      "loc": {
        "start": {
          "line": 423,
          "column": 2
        },
        "end": {
          "line": 423,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13828,
      "end": 13829,
      "loc": {
        "start": {
          "line": 423,
          "column": 3
        },
        "end": {
          "line": 423,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setAutocommitQuery",
      "start": 13833,
      "end": 13851,
      "loc": {
        "start": {
          "line": 425,
          "column": 2
        },
        "end": {
          "line": 425,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13851,
      "end": 13852,
      "loc": {
        "start": {
          "line": 425,
          "column": 20
        },
        "end": {
          "line": 425,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13852,
      "end": 13853,
      "loc": {
        "start": {
          "line": 425,
          "column": 21
        },
        "end": {
          "line": 425,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13854,
      "end": 13855,
      "loc": {
        "start": {
          "line": 425,
          "column": 23
        },
        "end": {
          "line": 425,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " SQLite does not support SET autocommit",
      "start": 13860,
      "end": 13901,
      "loc": {
        "start": {
          "line": 426,
          "column": 4
        },
        "end": {
          "line": 426,
          "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": 13906,
      "end": 13912,
      "loc": {
        "start": {
          "line": 427,
          "column": 4
        },
        "end": {
          "line": 427,
          "column": 10
        }
      }
    },
    {
      "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": 13913,
      "end": 13917,
      "loc": {
        "start": {
          "line": 427,
          "column": 11
        },
        "end": {
          "line": 427,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13917,
      "end": 13918,
      "loc": {
        "start": {
          "line": 427,
          "column": 15
        },
        "end": {
          "line": 427,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13921,
      "end": 13922,
      "loc": {
        "start": {
          "line": 428,
          "column": 2
        },
        "end": {
          "line": 428,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13922,
      "end": 13923,
      "loc": {
        "start": {
          "line": 428,
          "column": 3
        },
        "end": {
          "line": 428,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setIsolationLevelQuery",
      "start": 13927,
      "end": 13949,
      "loc": {
        "start": {
          "line": 430,
          "column": 2
        },
        "end": {
          "line": 430,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13949,
      "end": 13950,
      "loc": {
        "start": {
          "line": 430,
          "column": 24
        },
        "end": {
          "line": 430,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 13950,
      "end": 13955,
      "loc": {
        "start": {
          "line": 430,
          "column": 25
        },
        "end": {
          "line": 430,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13955,
      "end": 13956,
      "loc": {
        "start": {
          "line": 430,
          "column": 30
        },
        "end": {
          "line": 430,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13957,
      "end": 13958,
      "loc": {
        "start": {
          "line": 430,
          "column": 32
        },
        "end": {
          "line": 430,
          "column": 33
        }
      }
    },
    {
      "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": 13963,
      "end": 13969,
      "loc": {
        "start": {
          "line": 431,
          "column": 4
        },
        "end": {
          "line": 431,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13970,
      "end": 13971,
      "loc": {
        "start": {
          "line": 431,
          "column": 11
        },
        "end": {
          "line": 431,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 13971,
      "end": 13976,
      "loc": {
        "start": {
          "line": 431,
          "column": 12
        },
        "end": {
          "line": 431,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13976,
      "end": 13977,
      "loc": {
        "start": {
          "line": 431,
          "column": 17
        },
        "end": {
          "line": 431,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13978,
      "end": 13979,
      "loc": {
        "start": {
          "line": 431,
          "column": 19
        },
        "end": {
          "line": 431,
          "column": 20
        }
      }
    },
    {
      "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": 13986,
      "end": 13990,
      "loc": {
        "start": {
          "line": 432,
          "column": 6
        },
        "end": {
          "line": 432,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 13991,
      "end": 14002,
      "loc": {
        "start": {
          "line": 432,
          "column": 11
        },
        "end": {
          "line": 432,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14002,
      "end": 14003,
      "loc": {
        "start": {
          "line": 432,
          "column": 22
        },
        "end": {
          "line": 432,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ISOLATION_LEVELS",
      "start": 14003,
      "end": 14019,
      "loc": {
        "start": {
          "line": 432,
          "column": 23
        },
        "end": {
          "line": 432,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14019,
      "end": 14020,
      "loc": {
        "start": {
          "line": 432,
          "column": 39
        },
        "end": {
          "line": 432,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REPEATABLE_READ",
      "start": 14020,
      "end": 14035,
      "loc": {
        "start": {
          "line": 432,
          "column": 40
        },
        "end": {
          "line": 432,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14035,
      "end": 14036,
      "loc": {
        "start": {
          "line": 432,
          "column": 55
        },
        "end": {
          "line": 432,
          "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": 14045,
      "end": 14051,
      "loc": {
        "start": {
          "line": 433,
          "column": 8
        },
        "end": {
          "line": 433,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-- SQLite is not able to choose the isolation level REPEATABLE READ.",
      "start": 14052,
      "end": 14122,
      "loc": {
        "start": {
          "line": 433,
          "column": 15
        },
        "end": {
          "line": 433,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14122,
      "end": 14123,
      "loc": {
        "start": {
          "line": 433,
          "column": 85
        },
        "end": {
          "line": 433,
          "column": 86
        }
      }
    },
    {
      "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": 14130,
      "end": 14134,
      "loc": {
        "start": {
          "line": 434,
          "column": 6
        },
        "end": {
          "line": 434,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 14135,
      "end": 14146,
      "loc": {
        "start": {
          "line": 434,
          "column": 11
        },
        "end": {
          "line": 434,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14146,
      "end": 14147,
      "loc": {
        "start": {
          "line": 434,
          "column": 22
        },
        "end": {
          "line": 434,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ISOLATION_LEVELS",
      "start": 14147,
      "end": 14163,
      "loc": {
        "start": {
          "line": 434,
          "column": 23
        },
        "end": {
          "line": 434,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14163,
      "end": 14164,
      "loc": {
        "start": {
          "line": 434,
          "column": 39
        },
        "end": {
          "line": 434,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "READ_UNCOMMITTED",
      "start": 14164,
      "end": 14180,
      "loc": {
        "start": {
          "line": 434,
          "column": 40
        },
        "end": {
          "line": 434,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14180,
      "end": 14181,
      "loc": {
        "start": {
          "line": 434,
          "column": 56
        },
        "end": {
          "line": 434,
          "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": 14190,
      "end": 14196,
      "loc": {
        "start": {
          "line": 435,
          "column": 8
        },
        "end": {
          "line": 435,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRAGMA read_uncommitted = ON;",
      "start": 14197,
      "end": 14228,
      "loc": {
        "start": {
          "line": 435,
          "column": 15
        },
        "end": {
          "line": 435,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14228,
      "end": 14229,
      "loc": {
        "start": {
          "line": 435,
          "column": 46
        },
        "end": {
          "line": 435,
          "column": 47
        }
      }
    },
    {
      "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": 14236,
      "end": 14240,
      "loc": {
        "start": {
          "line": 436,
          "column": 6
        },
        "end": {
          "line": 436,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 14241,
      "end": 14252,
      "loc": {
        "start": {
          "line": 436,
          "column": 11
        },
        "end": {
          "line": 436,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14252,
      "end": 14253,
      "loc": {
        "start": {
          "line": 436,
          "column": 22
        },
        "end": {
          "line": 436,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ISOLATION_LEVELS",
      "start": 14253,
      "end": 14269,
      "loc": {
        "start": {
          "line": 436,
          "column": 23
        },
        "end": {
          "line": 436,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14269,
      "end": 14270,
      "loc": {
        "start": {
          "line": 436,
          "column": 39
        },
        "end": {
          "line": 436,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "READ_COMMITTED",
      "start": 14270,
      "end": 14284,
      "loc": {
        "start": {
          "line": 436,
          "column": 40
        },
        "end": {
          "line": 436,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14284,
      "end": 14285,
      "loc": {
        "start": {
          "line": 436,
          "column": 54
        },
        "end": {
          "line": 436,
          "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": 14294,
      "end": 14300,
      "loc": {
        "start": {
          "line": 437,
          "column": 8
        },
        "end": {
          "line": 437,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRAGMA read_uncommitted = OFF;",
      "start": 14301,
      "end": 14333,
      "loc": {
        "start": {
          "line": 437,
          "column": 15
        },
        "end": {
          "line": 437,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14333,
      "end": 14334,
      "loc": {
        "start": {
          "line": 437,
          "column": 47
        },
        "end": {
          "line": 437,
          "column": 48
        }
      }
    },
    {
      "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": 14341,
      "end": 14345,
      "loc": {
        "start": {
          "line": 438,
          "column": 6
        },
        "end": {
          "line": 438,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 14346,
      "end": 14357,
      "loc": {
        "start": {
          "line": 438,
          "column": 11
        },
        "end": {
          "line": 438,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14357,
      "end": 14358,
      "loc": {
        "start": {
          "line": 438,
          "column": 22
        },
        "end": {
          "line": 438,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ISOLATION_LEVELS",
      "start": 14358,
      "end": 14374,
      "loc": {
        "start": {
          "line": 438,
          "column": 23
        },
        "end": {
          "line": 438,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14374,
      "end": 14375,
      "loc": {
        "start": {
          "line": 438,
          "column": 39
        },
        "end": {
          "line": 438,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SERIALIZABLE",
      "start": 14375,
      "end": 14387,
      "loc": {
        "start": {
          "line": 438,
          "column": 40
        },
        "end": {
          "line": 438,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14387,
      "end": 14388,
      "loc": {
        "start": {
          "line": 438,
          "column": 52
        },
        "end": {
          "line": 438,
          "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": 14397,
      "end": 14403,
      "loc": {
        "start": {
          "line": 439,
          "column": 8
        },
        "end": {
          "line": 439,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-- SQLite's default isolation level is SERIALIZABLE. Nothing to do.",
      "start": 14404,
      "end": 14473,
      "loc": {
        "start": {
          "line": 439,
          "column": 15
        },
        "end": {
          "line": 439,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14473,
      "end": 14474,
      "loc": {
        "start": {
          "line": 439,
          "column": 84
        },
        "end": {
          "line": 439,
          "column": 85
        }
      }
    },
    {
      "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": 14481,
      "end": 14488,
      "loc": {
        "start": {
          "line": 440,
          "column": 6
        },
        "end": {
          "line": 440,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14488,
      "end": 14489,
      "loc": {
        "start": {
          "line": 440,
          "column": 13
        },
        "end": {
          "line": 440,
          "column": 14
        }
      }
    },
    {
      "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": 14498,
      "end": 14503,
      "loc": {
        "start": {
          "line": 441,
          "column": 8
        },
        "end": {
          "line": 441,
          "column": 13
        }
      }
    },
    {
      "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": 14504,
      "end": 14507,
      "loc": {
        "start": {
          "line": 441,
          "column": 14
        },
        "end": {
          "line": 441,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 14508,
      "end": 14513,
      "loc": {
        "start": {
          "line": 441,
          "column": 18
        },
        "end": {
          "line": 441,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14513,
      "end": 14514,
      "loc": {
        "start": {
          "line": 441,
          "column": 23
        },
        "end": {
          "line": 441,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Unknown isolation level: ",
      "start": 14514,
      "end": 14541,
      "loc": {
        "start": {
          "line": 441,
          "column": 24
        },
        "end": {
          "line": 441,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 14542,
      "end": 14543,
      "loc": {
        "start": {
          "line": 441,
          "column": 52
        },
        "end": {
          "line": 441,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14544,
      "end": 14549,
      "loc": {
        "start": {
          "line": 441,
          "column": 54
        },
        "end": {
          "line": 441,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14549,
      "end": 14550,
      "loc": {
        "start": {
          "line": 441,
          "column": 59
        },
        "end": {
          "line": 441,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14550,
      "end": 14551,
      "loc": {
        "start": {
          "line": 441,
          "column": 60
        },
        "end": {
          "line": 441,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14556,
      "end": 14557,
      "loc": {
        "start": {
          "line": 442,
          "column": 4
        },
        "end": {
          "line": 442,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14560,
      "end": 14561,
      "loc": {
        "start": {
          "line": 443,
          "column": 2
        },
        "end": {
          "line": 443,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14561,
      "end": 14562,
      "loc": {
        "start": {
          "line": 443,
          "column": 3
        },
        "end": {
          "line": 443,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replaceBooleanDefaults",
      "start": 14566,
      "end": 14588,
      "loc": {
        "start": {
          "line": 445,
          "column": 2
        },
        "end": {
          "line": 445,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14588,
      "end": 14589,
      "loc": {
        "start": {
          "line": 445,
          "column": 24
        },
        "end": {
          "line": 445,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 14589,
      "end": 14592,
      "loc": {
        "start": {
          "line": 445,
          "column": 25
        },
        "end": {
          "line": 445,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14592,
      "end": 14593,
      "loc": {
        "start": {
          "line": 445,
          "column": 28
        },
        "end": {
          "line": 445,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14594,
      "end": 14595,
      "loc": {
        "start": {
          "line": 445,
          "column": 30
        },
        "end": {
          "line": 445,
          "column": 31
        }
      }
    },
    {
      "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": 14600,
      "end": 14606,
      "loc": {
        "start": {
          "line": 446,
          "column": 4
        },
        "end": {
          "line": 446,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 14607,
      "end": 14610,
      "loc": {
        "start": {
          "line": 446,
          "column": 11
        },
        "end": {
          "line": 446,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14610,
      "end": 14611,
      "loc": {
        "start": {
          "line": 446,
          "column": 14
        },
        "end": {
          "line": 446,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 14611,
      "end": 14618,
      "loc": {
        "start": {
          "line": 446,
          "column": 15
        },
        "end": {
          "line": 446,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14618,
      "end": 14619,
      "loc": {
        "start": {
          "line": 446,
          "column": 22
        },
        "end": {
          "line": 446,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "DEFAULT '?false'?",
        "flags": "g"
      },
      "start": 14619,
      "end": 14639,
      "loc": {
        "start": {
          "line": 446,
          "column": 23
        },
        "end": {
          "line": 446,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14639,
      "end": 14640,
      "loc": {
        "start": {
          "line": 446,
          "column": 43
        },
        "end": {
          "line": 446,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DEFAULT 0",
      "start": 14641,
      "end": 14652,
      "loc": {
        "start": {
          "line": 446,
          "column": 45
        },
        "end": {
          "line": 446,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14652,
      "end": 14653,
      "loc": {
        "start": {
          "line": 446,
          "column": 56
        },
        "end": {
          "line": 446,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14653,
      "end": 14654,
      "loc": {
        "start": {
          "line": 446,
          "column": 57
        },
        "end": {
          "line": 446,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 14654,
      "end": 14661,
      "loc": {
        "start": {
          "line": 446,
          "column": 58
        },
        "end": {
          "line": 446,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14661,
      "end": 14662,
      "loc": {
        "start": {
          "line": 446,
          "column": 65
        },
        "end": {
          "line": 446,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "DEFAULT '?true'?",
        "flags": "g"
      },
      "start": 14662,
      "end": 14681,
      "loc": {
        "start": {
          "line": 446,
          "column": 66
        },
        "end": {
          "line": 446,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14681,
      "end": 14682,
      "loc": {
        "start": {
          "line": 446,
          "column": 85
        },
        "end": {
          "line": 446,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DEFAULT 1",
      "start": 14683,
      "end": 14694,
      "loc": {
        "start": {
          "line": 446,
          "column": 87
        },
        "end": {
          "line": 446,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14694,
      "end": 14695,
      "loc": {
        "start": {
          "line": 446,
          "column": 98
        },
        "end": {
          "line": 446,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14695,
      "end": 14696,
      "loc": {
        "start": {
          "line": 446,
          "column": 99
        },
        "end": {
          "line": 446,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14699,
      "end": 14700,
      "loc": {
        "start": {
          "line": 447,
          "column": 2
        },
        "end": {
          "line": 447,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14700,
      "end": 14701,
      "loc": {
        "start": {
          "line": 447,
          "column": 3
        },
        "end": {
          "line": 447,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 14705,
      "end": 14720,
      "loc": {
        "start": {
          "line": 449,
          "column": 2
        },
        "end": {
          "line": 449,
          "column": 17
        }
      }
    },
    {
      "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": 449,
          "column": 17
        },
        "end": {
          "line": 449,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 14721,
      "end": 14731,
      "loc": {
        "start": {
          "line": 449,
          "column": 18
        },
        "end": {
          "line": 449,
          "column": 28
        }
      }
    },
    {
      "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": 449,
          "column": 28
        },
        "end": {
          "line": 449,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14733,
      "end": 14734,
      "loc": {
        "start": {
          "line": 449,
          "column": 30
        },
        "end": {
          "line": 449,
          "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": 14739,
      "end": 14741,
      "loc": {
        "start": {
          "line": 450,
          "column": 4
        },
        "end": {
          "line": 450,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14742,
      "end": 14743,
      "loc": {
        "start": {
          "line": 450,
          "column": 7
        },
        "end": {
          "line": 450,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 14743,
      "end": 14753,
      "loc": {
        "start": {
          "line": 450,
          "column": 8
        },
        "end": {
          "line": 450,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14754,
      "end": 14757,
      "loc": {
        "start": {
          "line": 450,
          "column": 19
        },
        "end": {
          "line": 450,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "*",
      "start": 14758,
      "end": 14761,
      "loc": {
        "start": {
          "line": 450,
          "column": 23
        },
        "end": {
          "line": 450,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14761,
      "end": 14762,
      "loc": {
        "start": {
          "line": 450,
          "column": 26
        },
        "end": {
          "line": 450,
          "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": 14763,
      "end": 14769,
      "loc": {
        "start": {
          "line": 450,
          "column": 28
        },
        "end": {
          "line": 450,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 14770,
      "end": 14780,
      "loc": {
        "start": {
          "line": 450,
          "column": 35
        },
        "end": {
          "line": 450,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14780,
      "end": 14781,
      "loc": {
        "start": {
          "line": 450,
          "column": 45
        },
        "end": {
          "line": 450,
          "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": 14786,
      "end": 14792,
      "loc": {
        "start": {
          "line": 451,
          "column": 4
        },
        "end": {
          "line": 451,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 14793,
      "end": 14798,
      "loc": {
        "start": {
          "line": 451,
          "column": 11
        },
        "end": {
          "line": 451,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14798,
      "end": 14799,
      "loc": {
        "start": {
          "line": 451,
          "column": 16
        },
        "end": {
          "line": 451,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addTicks",
      "start": 14799,
      "end": 14807,
      "loc": {
        "start": {
          "line": 451,
          "column": 17
        },
        "end": {
          "line": 451,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14807,
      "end": 14808,
      "loc": {
        "start": {
          "line": 451,
          "column": 25
        },
        "end": {
          "line": 451,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 14808,
      "end": 14813,
      "loc": {
        "start": {
          "line": 451,
          "column": 26
        },
        "end": {
          "line": 451,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14813,
      "end": 14814,
      "loc": {
        "start": {
          "line": 451,
          "column": 31
        },
        "end": {
          "line": 451,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeTicks",
      "start": 14814,
      "end": 14825,
      "loc": {
        "start": {
          "line": 451,
          "column": 32
        },
        "end": {
          "line": 451,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14825,
      "end": 14826,
      "loc": {
        "start": {
          "line": 451,
          "column": 43
        },
        "end": {
          "line": 451,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 14826,
      "end": 14836,
      "loc": {
        "start": {
          "line": 451,
          "column": 44
        },
        "end": {
          "line": 451,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14836,
      "end": 14837,
      "loc": {
        "start": {
          "line": 451,
          "column": 54
        },
        "end": {
          "line": 451,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "`",
      "start": 14838,
      "end": 14841,
      "loc": {
        "start": {
          "line": 451,
          "column": 56
        },
        "end": {
          "line": 451,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14841,
      "end": 14842,
      "loc": {
        "start": {
          "line": 451,
          "column": 59
        },
        "end": {
          "line": 451,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14842,
      "end": 14843,
      "loc": {
        "start": {
          "line": 451,
          "column": 60
        },
        "end": {
          "line": 451,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "`",
      "start": 14844,
      "end": 14847,
      "loc": {
        "start": {
          "line": 451,
          "column": 62
        },
        "end": {
          "line": 451,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14847,
      "end": 14848,
      "loc": {
        "start": {
          "line": 451,
          "column": 65
        },
        "end": {
          "line": 451,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14848,
      "end": 14849,
      "loc": {
        "start": {
          "line": 451,
          "column": 66
        },
        "end": {
          "line": 451,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14852,
      "end": 14853,
      "loc": {
        "start": {
          "line": 452,
          "column": 2
        },
        "end": {
          "line": 452,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14853,
      "end": 14854,
      "loc": {
        "start": {
          "line": 452,
          "column": 3
        },
        "end": {
          "line": 452,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Generates an SQL query that returns all foreign keys of a table.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} schemaName The name of the schema.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
      "start": 14858,
      "end": 15127,
      "loc": {
        "start": {
          "line": 454,
          "column": 2
        },
        "end": {
          "line": 461,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getForeignKeysQuery",
      "start": 15130,
      "end": 15149,
      "loc": {
        "start": {
          "line": 462,
          "column": 2
        },
        "end": {
          "line": 462,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15149,
      "end": 15150,
      "loc": {
        "start": {
          "line": 462,
          "column": 21
        },
        "end": {
          "line": 462,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15150,
      "end": 15159,
      "loc": {
        "start": {
          "line": 462,
          "column": 22
        },
        "end": {
          "line": 462,
          "column": 31
        }
      }
    },
    {
      "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": 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": "schemaName",
      "start": 15161,
      "end": 15171,
      "loc": {
        "start": {
          "line": 462,
          "column": 33
        },
        "end": {
          "line": 462,
          "column": 43
        }
      }
    },
    {
      "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": 462,
          "column": 43
        },
        "end": {
          "line": 462,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15173,
      "end": 15174,
      "loc": {
        "start": {
          "line": 462,
          "column": 45
        },
        "end": {
          "line": 462,
          "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": 15179,
      "end": 15185,
      "loc": {
        "start": {
          "line": 463,
          "column": 4
        },
        "end": {
          "line": 463,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15186,
      "end": 15187,
      "loc": {
        "start": {
          "line": 463,
          "column": 11
        },
        "end": {
          "line": 463,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRAGMA foreign_key_list(",
      "start": 15187,
      "end": 15211,
      "loc": {
        "start": {
          "line": 463,
          "column": 12
        },
        "end": {
          "line": 463,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15211,
      "end": 15213,
      "loc": {
        "start": {
          "line": 463,
          "column": 36
        },
        "end": {
          "line": 463,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15213,
      "end": 15222,
      "loc": {
        "start": {
          "line": 463,
          "column": 38
        },
        "end": {
          "line": 463,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15222,
      "end": 15223,
      "loc": {
        "start": {
          "line": 463,
          "column": 47
        },
        "end": {
          "line": 463,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 15223,
      "end": 15224,
      "loc": {
        "start": {
          "line": 463,
          "column": 48
        },
        "end": {
          "line": 463,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15224,
      "end": 15225,
      "loc": {
        "start": {
          "line": 463,
          "column": 49
        },
        "end": {
          "line": 463,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15225,
      "end": 15226,
      "loc": {
        "start": {
          "line": 463,
          "column": 50
        },
        "end": {
          "line": 463,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15229,
      "end": 15230,
      "loc": {
        "start": {
          "line": 464,
          "column": 2
        },
        "end": {
          "line": 464,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15231,
      "end": 15232,
      "loc": {
        "start": {
          "line": 465,
          "column": 0
        },
        "end": {
          "line": 465,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15232,
      "end": 15233,
      "loc": {
        "start": {
          "line": 465,
          "column": 1
        },
        "end": {
          "line": 465,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 15235,
      "end": 15241,
      "loc": {
        "start": {
          "line": 467,
          "column": 0
        },
        "end": {
          "line": 467,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15241,
      "end": 15242,
      "loc": {
        "start": {
          "line": 467,
          "column": 6
        },
        "end": {
          "line": 467,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 15242,
      "end": 15249,
      "loc": {
        "start": {
          "line": 467,
          "column": 7
        },
        "end": {
          "line": 467,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15250,
      "end": 15251,
      "loc": {
        "start": {
          "line": 467,
          "column": 15
        },
        "end": {
          "line": 467,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 15252,
      "end": 15266,
      "loc": {
        "start": {
          "line": 467,
          "column": 17
        },
        "end": {
          "line": 467,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15266,
      "end": 15267,
      "loc": {
        "start": {
          "line": 467,
          "column": 31
        },
        "end": {
          "line": 467,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15268,
      "end": 15268,
      "loc": {
        "start": {
          "line": 468,
          "column": 0
        },
        "end": {
          "line": 468,
          "column": 0
        }
      }
    }
  ]
}