{
  "type": "File",
  "start": 0,
  "end": 11536,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 355,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 11536,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 355,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 15,
        "end": 52,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 21,
            "end": 51,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 21,
              "end": 26,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 11
                },
                "identifierName": "Utils"
              },
              "name": "Utils"
            },
            "init": {
              "type": "CallExpression",
              "start": 29,
              "end": 51,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 14
                },
                "end": {
                  "line": 3,
                  "column": 36
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 29,
                "end": 36,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 14
                  },
                  "end": {
                    "line": 3,
                    "column": 21
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 37,
                  "end": 50,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 22
                    },
                    "end": {
                      "line": 3,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "../../utils",
                    "raw": "'../../utils'"
                  },
                  "value": "../../utils"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 53,
        "end": 123,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 70
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 59,
            "end": 122,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 69
              }
            },
            "id": {
              "type": "Identifier",
              "start": 59,
              "end": 81,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 28
                },
                "identifierName": "AbstractQueryGenerator"
              },
              "name": "AbstractQueryGenerator"
            },
            "init": {
              "type": "CallExpression",
              "start": 84,
              "end": 122,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 31
                },
                "end": {
                  "line": 4,
                  "column": 69
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 84,
                "end": 91,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 31
                  },
                  "end": {
                    "line": 4,
                    "column": 38
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 92,
                  "end": 121,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 39
                    },
                    "end": {
                      "line": 4,
                      "column": 68
                    }
                  },
                  "extra": {
                    "rawValue": "../abstract/query-generator",
                    "raw": "'../abstract/query-generator'"
                  },
                  "value": "../abstract/query-generator"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 125,
        "end": 11398,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 347,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 131,
            "end": 11397,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 347,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 131,
              "end": 145,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 20
                },
                "identifierName": "QueryGenerator"
              },
              "name": "QueryGenerator"
            },
            "init": {
              "type": "ObjectExpression",
              "start": 148,
              "end": 11397,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 23
                },
                "end": {
                  "line": 347,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 178,
                  "end": 211,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 2
                    },
                    "end": {
                      "line": 8,
                      "column": 35
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 178,
                    "end": 187,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 2
                      },
                      "end": {
                        "line": 8,
                        "column": 11
                      },
                      "identifierName": "__proto__"
                    },
                    "name": "__proto__",
                    "leadingComments": null
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 189,
                    "end": 211,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 13
                      },
                      "end": {
                        "line": 8,
                        "column": 35
                      },
                      "identifierName": "AbstractQueryGenerator"
                    },
                    "name": "AbstractQueryGenerator"
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": " jshint proto:true ",
                      "start": 152,
                      "end": 175,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 2
                        },
                        "end": {
                          "line": 7,
                          "column": 25
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectProperty",
                  "start": 215,
                  "end": 231,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 2
                    },
                    "end": {
                      "line": 9,
                      "column": 18
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 215,
                    "end": 222,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 2
                      },
                      "end": {
                        "line": 9,
                        "column": 9
                      },
                      "identifierName": "dialect"
                    },
                    "name": "dialect"
                  },
                  "value": {
                    "type": "StringLiteral",
                    "start": 224,
                    "end": 231,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 11
                      },
                      "end": {
                        "line": 9,
                        "column": 18
                      }
                    },
                    "extra": {
                      "rawValue": "mysql",
                      "raw": "'mysql'"
                    },
                    "value": "mysql"
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 236,
                  "end": 282,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 2
                    },
                    "end": {
                      "line": 13,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 236,
                    "end": 248,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 2
                      },
                      "end": {
                        "line": 11,
                        "column": 14
                      },
                      "identifierName": "createSchema"
                    },
                    "name": "createSchema"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 251,
                    "end": 282,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 17
                      },
                      "end": {
                        "line": 13,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 257,
                        "end": 278,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 4
                          },
                          "end": {
                            "line": 12,
                            "column": 25
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 264,
                          "end": 277,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 11
                            },
                            "end": {
                              "line": 12,
                              "column": 24
                            }
                          },
                          "extra": {
                            "rawValue": "SHOW TABLES",
                            "raw": "'SHOW TABLES'"
                          },
                          "value": "SHOW TABLES"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 287,
                  "end": 337,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 2
                    },
                    "end": {
                      "line": 17,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 287,
                    "end": 303,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 2
                      },
                      "end": {
                        "line": 15,
                        "column": 18
                      },
                      "identifierName": "showSchemasQuery"
                    },
                    "name": "showSchemasQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 306,
                    "end": 337,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 21
                      },
                      "end": {
                        "line": 17,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 312,
                        "end": 333,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 16,
                            "column": 25
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 319,
                          "end": 332,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 11
                            },
                            "end": {
                              "line": 16,
                              "column": 24
                            }
                          },
                          "extra": {
                            "rawValue": "SHOW TABLES",
                            "raw": "'SHOW TABLES'"
                          },
                          "value": "SHOW TABLES"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 342,
                  "end": 406,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 2
                    },
                    "end": {
                      "line": 21,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 342,
                    "end": 354,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 2
                      },
                      "end": {
                        "line": 19,
                        "column": 14
                      },
                      "identifierName": "versionQuery"
                    },
                    "name": "versionQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 357,
                    "end": 406,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 17
                      },
                      "end": {
                        "line": 21,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 363,
                        "end": 402,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 43
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 370,
                          "end": 401,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 11
                            },
                            "end": {
                              "line": 20,
                              "column": 42
                            }
                          },
                          "extra": {
                            "rawValue": "SELECT VERSION() as `version`",
                            "raw": "'SELECT VERSION() as `version`'"
                          },
                          "value": "SELECT VERSION() as `version`"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 411,
                  "end": 3556,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 2
                    },
                    "end": {
                      "line": 96,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 411,
                    "end": 427,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 2
                      },
                      "end": {
                        "line": 23,
                        "column": 18
                      },
                      "identifierName": "createTableQuery"
                    },
                    "name": "createTableQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 428,
                      "end": 437,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 19
                        },
                        "end": {
                          "line": 23,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 439,
                      "end": 449,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 30
                        },
                        "end": {
                          "line": 23,
                          "column": 40
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 451,
                      "end": 458,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 42
                        },
                        "end": {
                          "line": 23,
                          "column": 49
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 460,
                    "end": 3556,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 51
                      },
                      "end": {
                        "line": 96,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 466,
                        "end": 582,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 22
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 466,
                          "end": 581,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 21
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 466,
                            "end": 473,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 4
                              },
                              "end": {
                                "line": 24,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 476,
                            "end": 581,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 14
                              },
                              "end": {
                                "line": 28,
                                "column": 21
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 476,
                              "end": 490,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 14
                                },
                                "end": {
                                  "line": 24,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 476,
                                "end": 483,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 476,
                                  "end": 481,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 19
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 482,
                                  "end": 483,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 21
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 484,
                                "end": 490,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 28
                                  },
                                  "identifierName": "extend"
                                },
                                "name": "extend"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 491,
                                "end": 565,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 5
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 499,
                                    "end": 515,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 22
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 499,
                                      "end": 505,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 12
                                        },
                                        "identifierName": "engine"
                                      },
                                      "name": "engine"
                                    },
                                    "value": {
                                      "type": "StringLiteral",
                                      "start": 507,
                                      "end": 515,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 22
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "InnoDB",
                                        "raw": "'InnoDB'"
                                      },
                                      "value": "InnoDB"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 523,
                                    "end": 536,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 19
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 523,
                                      "end": 530,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 13
                                        },
                                        "identifierName": "charset"
                                      },
                                      "name": "charset"
                                    },
                                    "value": {
                                      "type": "NullLiteral",
                                      "start": 532,
                                      "end": 536,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 19
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 544,
                                    "end": 559,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 21
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 544,
                                      "end": 553,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 15
                                        },
                                        "identifierName": "rowFormat"
                                      },
                                      "name": "rowFormat"
                                    },
                                    "value": {
                                      "type": "NullLiteral",
                                      "start": 555,
                                      "end": 559,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 21
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "LogicalExpression",
                                "start": 567,
                                "end": 580,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 20
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 567,
                                  "end": 574,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 14
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "operator": "||",
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 578,
                                  "end": 580,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 20
                                    }
                                  },
                                  "properties": []
                                }
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 588,
                        "end": 771,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 4
                          },
                          "end": {
                            "line": 30,
                            "column": 187
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 594,
                            "end": 770,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 10
                              },
                              "end": {
                                "line": 30,
                                "column": 186
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 594,
                              "end": 599,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 10
                                },
                                "end": {
                                  "line": 30,
                                  "column": 15
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 602,
                              "end": 770,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 18
                                },
                                "end": {
                                  "line": 30,
                                  "column": 186
                                }
                              },
                              "extra": {
                                "rawValue": "CREATE TABLE IF NOT EXISTS <%= table %> (<%= attributes%>) ENGINE=<%= engine %><%= comment %><%= charset %><%= collation %><%= initialAutoIncrement %><%= rowFormat %>",
                                "raw": "'CREATE TABLE IF NOT EXISTS <%= table %> (<%= attributes%>) ENGINE=<%= engine %><%= comment %><%= charset %><%= collation %><%= initialAutoIncrement %><%= rowFormat %>'"
                              },
                              "value": "CREATE TABLE IF NOT EXISTS <%= table %> (<%= attributes%>) ENGINE=<%= engine %><%= comment %><%= charset %><%= collation %><%= initialAutoIncrement %><%= rowFormat %>"
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 776,
                        "end": 799,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 27
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 782,
                            "end": 798,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 10
                              },
                              "end": {
                                "line": 31,
                                "column": 26
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 782,
                              "end": 793,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 10
                                },
                                "end": {
                                  "line": 31,
                                  "column": 21
                                },
                                "identifierName": "primaryKeys"
                              },
                              "name": "primaryKeys"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 796,
                              "end": 798,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 24
                                },
                                "end": {
                                  "line": 31,
                                  "column": 26
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 804,
                        "end": 827,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 27
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 810,
                            "end": 826,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 10
                              },
                              "end": {
                                "line": 32,
                                "column": 26
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 810,
                              "end": 821,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 10
                                },
                                "end": {
                                  "line": 32,
                                  "column": 21
                                },
                                "identifierName": "foreignKeys"
                              },
                              "name": "foreignKeys"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 824,
                              "end": 826,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 24
                                },
                                "end": {
                                  "line": 32,
                                  "column": 26
                                }
                              },
                              "properties": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 832,
                        "end": 851,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 23
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 838,
                            "end": 850,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 10
                              },
                              "end": {
                                "line": 33,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 838,
                              "end": 845,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 10
                                },
                                "end": {
                                  "line": 33,
                                  "column": 17
                                },
                                "identifierName": "attrStr"
                              },
                              "name": "attrStr"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 848,
                              "end": 850,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 20
                                },
                                "end": {
                                  "line": 33,
                                  "column": 22
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 857,
                        "end": 1987,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 60,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 862,
                          "end": 872,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 9
                            },
                            "end": {
                              "line": 35,
                              "column": 19
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 868,
                              "end": 872,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 15
                                },
                                "end": {
                                  "line": 35,
                                  "column": 19
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 868,
                                "end": 872,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 19
                                  },
                                  "identifierName": "attr"
                                },
                                "name": "attr"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 876,
                          "end": 886,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 23
                            },
                            "end": {
                              "line": 35,
                              "column": 33
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 888,
                          "end": 1987,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 35
                            },
                            "end": {
                              "line": 60,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 896,
                              "end": 1981,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 6
                                },
                                "end": {
                                  "line": 59,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 900,
                                "end": 931,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 900,
                                  "end": 925,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 900,
                                    "end": 910,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 20
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 911,
                                    "end": 925,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 35
                                      },
                                      "identifierName": "hasOwnProperty"
                                    },
                                    "name": "hasOwnProperty"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 926,
                                    "end": 930,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 40
                                      },
                                      "identifierName": "attr"
                                    },
                                    "name": "attr"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 933,
                                "end": 1981,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 943,
                                    "end": 977,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 42
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 949,
                                        "end": 976,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 41
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 949,
                                          "end": 957,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 22
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 960,
                                          "end": 976,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 960,
                                            "end": 970,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 35
                                              },
                                              "identifierName": "attributes"
                                            },
                                            "name": "attributes"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 971,
                                            "end": 975,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 40
                                              },
                                              "identifierName": "attr"
                                            },
                                            "name": "attr"
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 986,
                                    "end": 996,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 18
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 990,
                                        "end": 995,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 17
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 990,
                                          "end": 995,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 17
                                            },
                                            "identifierName": "match"
                                          },
                                          "name": "match"
                                        },
                                        "init": null
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 1006,
                                    "end": 1973,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 1010,
                                      "end": 1051,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 53
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1010,
                                        "end": 1026,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1010,
                                          "end": 1017,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1010,
                                            "end": 1015,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 17
                                              },
                                              "identifierName": "Utils"
                                            },
                                            "name": "Utils"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1016,
                                            "end": 1017,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 19
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1018,
                                          "end": 1026,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 28
                                            },
                                            "identifierName": "includes"
                                          },
                                          "name": "includes"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1027,
                                          "end": 1035,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 37
                                            },
                                            "identifierName": "dataType"
                                          },
                                          "name": "dataType"
                                        },
                                        {
                                          "type": "StringLiteral",
                                          "start": 1037,
                                          "end": 1050,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 52
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "PRIMARY KEY",
                                            "raw": "'PRIMARY KEY'"
                                          },
                                          "value": "PRIMARY KEY"
                                        }
                                      ]
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 1053,
                                      "end": 1573,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1065,
                                          "end": 1088,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 33
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1065,
                                            "end": 1087,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 32
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1065,
                                              "end": 1081,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1065,
                                                "end": 1076,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 21
                                                  },
                                                  "identifierName": "primaryKeys"
                                                },
                                                "name": "primaryKeys"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1077,
                                                "end": 1081,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 26
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1082,
                                                "end": 1086,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 31
                                                  },
                                                  "identifierName": "attr"
                                                },
                                                "name": "attr"
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 1100,
                                          "end": 1563,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 11
                                            }
                                          },
                                          "test": {
                                            "type": "CallExpression",
                                            "start": 1104,
                                            "end": 1144,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 54
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1104,
                                              "end": 1120,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1104,
                                                "end": 1111,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 21
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1104,
                                                  "end": 1109,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 19
                                                    },
                                                    "identifierName": "Utils"
                                                  },
                                                  "name": "Utils"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1110,
                                                  "end": 1111,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 21
                                                    },
                                                    "identifierName": "_"
                                                  },
                                                  "name": "_"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1112,
                                                "end": 1120,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 30
                                                  },
                                                  "identifierName": "includes"
                                                },
                                                "name": "includes"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1121,
                                                "end": 1129,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 39
                                                  },
                                                  "identifierName": "dataType"
                                                },
                                                "name": "dataType"
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 1131,
                                                "end": 1143,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 53
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "REFERENCES",
                                                  "raw": "'REFERENCES'"
                                                },
                                                "value": "REFERENCES"
                                              }
                                            ]
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 1146,
                                            "end": 1446,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1246,
                                                "end": 1294,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 60
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 1246,
                                                  "end": 1293,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 59
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 1246,
                                                    "end": 1251,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 17
                                                      },
                                                      "identifierName": "match"
                                                    },
                                                    "name": "match",
                                                    "leadingComments": null
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 1254,
                                                    "end": 1293,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 59
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1254,
                                                      "end": 1268,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 34
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1254,
                                                        "end": 1262,
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 28
                                                          },
                                                          "identifierName": "dataType"
                                                        },
                                                        "name": "dataType"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1263,
                                                        "end": 1268,
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 34
                                                          },
                                                          "identifierName": "match"
                                                        },
                                                        "name": "match"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "RegExpLiteral",
                                                        "start": 1269,
                                                        "end": 1292,
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 58
                                                          }
                                                        },
                                                        "extra": {
                                                          "raw": "/^(.+) (REFERENCES.*)$/"
                                                        },
                                                        "pattern": "^(.+) (REFERENCES.*)$",
                                                        "flags": ""
                                                      }
                                                    ]
                                                  },
                                                  "leadingComments": null
                                                },
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " MySQL doesn't support inline REFERENCES declarations: move to the end",
                                                    "start": 1161,
                                                    "end": 1233,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 85
                                                      }
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1307,
                                                "end": 1392,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 97
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 1307,
                                                  "end": 1391,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 96
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1307,
                                                    "end": 1319,
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 24
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1307,
                                                      "end": 1314,
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 19
                                                        },
                                                        "identifierName": "attrStr"
                                                      },
                                                      "name": "attrStr"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1315,
                                                      "end": 1319,
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 24
                                                        },
                                                        "identifierName": "push"
                                                      },
                                                      "name": "push"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BinaryExpression",
                                                      "start": 1320,
                                                      "end": 1390,
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 95
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 1320,
                                                        "end": 1352,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 57
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "CallExpression",
                                                          "start": 1320,
                                                          "end": 1346,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 51
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1320,
                                                            "end": 1340,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 45
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 1320,
                                                              "end": 1324,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 46,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 46,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1325,
                                                              "end": 1340,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 46,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 46,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "quoteIdentifier"
                                                              },
                                                              "name": "quoteIdentifier"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 1341,
                                                              "end": 1345,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 46,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 46,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "attr"
                                                              },
                                                              "name": "attr"
                                                            }
                                                          ]
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 1349,
                                                          "end": 1352,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 57
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": " ",
                                                            "raw": "' '"
                                                          },
                                                          "value": " "
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 1355,
                                                        "end": 1390,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 95
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1355,
                                                          "end": 1371,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 60
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 76
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 1355,
                                                            "end": 1363,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 60
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 68
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1355,
                                                              "end": 1360,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 46,
                                                                  "column": 60
                                                                },
                                                                "end": {
                                                                  "line": 46,
                                                                  "column": 65
                                                                },
                                                                "identifierName": "match"
                                                              },
                                                              "name": "match"
                                                            },
                                                            "property": {
                                                              "type": "NumericLiteral",
                                                              "start": 1361,
                                                              "end": 1362,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 46,
                                                                  "column": 66
                                                                },
                                                                "end": {
                                                                  "line": 46,
                                                                  "column": 67
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 1,
                                                                "raw": "1"
                                                              },
                                                              "value": 1
                                                            },
                                                            "computed": true
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1364,
                                                            "end": 1371,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 69
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 76
                                                              },
                                                              "identifierName": "replace"
                                                            },
                                                            "name": "replace"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "RegExpLiteral",
                                                            "start": 1372,
                                                            "end": 1385,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 77
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 90
                                                              }
                                                            },
                                                            "extra": {
                                                              "raw": "/PRIMARY KEY/"
                                                            },
                                                            "pattern": "PRIMARY KEY",
                                                            "flags": ""
                                                          },
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 1387,
                                                            "end": 1389,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 92
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 94
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "",
                                                              "raw": "''"
                                                            },
                                                            "value": ""
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1405,
                                                "end": 1434,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 41
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 1405,
                                                  "end": 1433,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 40
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 1405,
                                                    "end": 1422,
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1405,
                                                      "end": 1416,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 23
                                                        },
                                                        "identifierName": "foreignKeys"
                                                      },
                                                      "name": "foreignKeys"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1417,
                                                      "end": 1421,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 28
                                                        },
                                                        "identifierName": "attr"
                                                      },
                                                      "name": "attr"
                                                    },
                                                    "computed": true
                                                  },
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 1425,
                                                    "end": 1433,
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1425,
                                                      "end": 1430,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 37
                                                        },
                                                        "identifierName": "match"
                                                      },
                                                      "name": "match"
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 1431,
                                                      "end": 1432,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 39
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 2,
                                                        "raw": "2"
                                                      },
                                                      "value": 2
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": {
                                            "type": "BlockStatement",
                                            "start": 1452,
                                            "end": 1563,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 11
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1466,
                                                "end": 1551,
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 97
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 1466,
                                                  "end": 1550,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 96
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1466,
                                                    "end": 1478,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 24
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1466,
                                                      "end": 1473,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 19
                                                        },
                                                        "identifierName": "attrStr"
                                                      },
                                                      "name": "attrStr"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1474,
                                                      "end": 1478,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 24
                                                        },
                                                        "identifierName": "push"
                                                      },
                                                      "name": "push"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BinaryExpression",
                                                      "start": 1479,
                                                      "end": 1549,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 95
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 1479,
                                                        "end": 1511,
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 57
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "CallExpression",
                                                          "start": 1479,
                                                          "end": 1505,
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 51
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1479,
                                                            "end": 1499,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 45
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 1479,
                                                              "end": 1483,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 49,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 49,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1484,
                                                              "end": 1499,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 49,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 49,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "quoteIdentifier"
                                                              },
                                                              "name": "quoteIdentifier"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 1500,
                                                              "end": 1504,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 49,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 49,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "attr"
                                                              },
                                                              "name": "attr"
                                                            }
                                                          ]
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 1508,
                                                          "end": 1511,
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 57
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": " ",
                                                            "raw": "' '"
                                                          },
                                                          "value": " "
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 1514,
                                                        "end": 1549,
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 95
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1514,
                                                          "end": 1530,
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 60
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 76
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1514,
                                                            "end": 1522,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 60
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 68
                                                              },
                                                              "identifierName": "dataType"
                                                            },
                                                            "name": "dataType"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1523,
                                                            "end": 1530,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 69
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 76
                                                              },
                                                              "identifierName": "replace"
                                                            },
                                                            "name": "replace"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "RegExpLiteral",
                                                            "start": 1531,
                                                            "end": 1544,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 77
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 90
                                                              }
                                                            },
                                                            "extra": {
                                                              "raw": "/PRIMARY KEY/"
                                                            },
                                                            "pattern": "PRIMARY KEY",
                                                            "flags": ""
                                                          },
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 1546,
                                                            "end": 1548,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 92
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 94
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "",
                                                              "raw": "''"
                                                            },
                                                            "value": ""
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "IfStatement",
                                      "start": 1579,
                                      "end": 1973,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 1583,
                                        "end": 1623,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 59
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1583,
                                          "end": 1599,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1583,
                                            "end": 1590,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 26
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1583,
                                              "end": 1588,
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 24
                                                },
                                                "identifierName": "Utils"
                                              },
                                              "name": "Utils"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1589,
                                              "end": 1590,
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 26
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1591,
                                            "end": 1599,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 35
                                              },
                                              "identifierName": "includes"
                                            },
                                            "name": "includes"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1600,
                                            "end": 1608,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 44
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 1610,
                                            "end": 1622,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 58
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "REFERENCES",
                                              "raw": "'REFERENCES'"
                                            },
                                            "value": "REFERENCES"
                                          }
                                        ]
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 1625,
                                        "end": 1887,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1720,
                                            "end": 1768,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 58
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 1720,
                                              "end": 1767,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 57
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 1720,
                                                "end": 1725,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 15
                                                  },
                                                  "identifierName": "match"
                                                },
                                                "name": "match",
                                                "leadingComments": null
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 1728,
                                                "end": 1767,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 57
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1728,
                                                  "end": 1742,
                                                  "loc": {
                                                    "start": {
                                                      "line": 53,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 53,
                                                      "column": 32
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1728,
                                                    "end": 1736,
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 26
                                                      },
                                                      "identifierName": "dataType"
                                                    },
                                                    "name": "dataType"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1737,
                                                    "end": 1742,
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 32
                                                      },
                                                      "identifierName": "match"
                                                    },
                                                    "name": "match"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "RegExpLiteral",
                                                    "start": 1743,
                                                    "end": 1766,
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 56
                                                      }
                                                    },
                                                    "extra": {
                                                      "raw": "/^(.+) (REFERENCES.*)$/"
                                                    },
                                                    "pattern": "^(.+) (REFERENCES.*)$",
                                                    "flags": ""
                                                  }
                                                ]
                                              },
                                              "leadingComments": null
                                            },
                                            "leadingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " MySQL doesn't support inline REFERENCES declarations: move to the end",
                                                "start": 1637,
                                                "end": 1709,
                                                "loc": {
                                                  "start": {
                                                    "line": 52,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 82
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1779,
                                            "end": 1837,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 68
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1779,
                                              "end": 1836,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 67
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1779,
                                                "end": 1791,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1779,
                                                  "end": 1786,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 17
                                                    },
                                                    "identifierName": "attrStr"
                                                  },
                                                  "name": "attrStr"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1787,
                                                  "end": 1791,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 22
                                                    },
                                                    "identifierName": "push"
                                                  },
                                                  "name": "push"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BinaryExpression",
                                                  "start": 1792,
                                                  "end": 1835,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 66
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "start": 1792,
                                                    "end": 1824,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 55
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "CallExpression",
                                                      "start": 1792,
                                                      "end": 1818,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 49
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1792,
                                                        "end": 1812,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 1792,
                                                          "end": 1796,
                                                          "loc": {
                                                            "start": {
                                                              "line": 54,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 54,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1797,
                                                          "end": 1812,
                                                          "loc": {
                                                            "start": {
                                                              "line": 54,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 54,
                                                              "column": 43
                                                            },
                                                            "identifierName": "quoteIdentifier"
                                                          },
                                                          "name": "quoteIdentifier"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1813,
                                                          "end": 1817,
                                                          "loc": {
                                                            "start": {
                                                              "line": 54,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 54,
                                                              "column": 48
                                                            },
                                                            "identifierName": "attr"
                                                          },
                                                          "name": "attr"
                                                        }
                                                      ]
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 1821,
                                                      "end": 1824,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 55
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": " ",
                                                        "raw": "' '"
                                                      },
                                                      "value": " "
                                                    }
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 1827,
                                                    "end": 1835,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 66
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1827,
                                                      "end": 1832,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 58
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 63
                                                        },
                                                        "identifierName": "match"
                                                      },
                                                      "name": "match"
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 1833,
                                                      "end": 1834,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 65
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 1,
                                                        "raw": "1"
                                                      },
                                                      "value": 1
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1848,
                                            "end": 1877,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 39
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 1848,
                                              "end": 1876,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 38
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 1848,
                                                "end": 1865,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 27
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1848,
                                                  "end": 1859,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 21
                                                    },
                                                    "identifierName": "foreignKeys"
                                                  },
                                                  "name": "foreignKeys"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1860,
                                                  "end": 1864,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 26
                                                    },
                                                    "identifierName": "attr"
                                                  },
                                                  "name": "attr"
                                                },
                                                "computed": true
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 1868,
                                                "end": 1876,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1868,
                                                  "end": 1873,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 35
                                                    },
                                                    "identifierName": "match"
                                                  },
                                                  "name": "match"
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 1874,
                                                  "end": 1875,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 37
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 2,
                                                    "raw": "2"
                                                  },
                                                  "value": 2
                                                },
                                                "computed": true
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "BlockStatement",
                                        "start": 1893,
                                        "end": 1973,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1905,
                                            "end": 1963,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 68
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1905,
                                              "end": 1962,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 67
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1905,
                                                "end": 1917,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1905,
                                                  "end": 1912,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 17
                                                    },
                                                    "identifierName": "attrStr"
                                                  },
                                                  "name": "attrStr"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1913,
                                                  "end": 1917,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 22
                                                    },
                                                    "identifierName": "push"
                                                  },
                                                  "name": "push"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BinaryExpression",
                                                  "start": 1918,
                                                  "end": 1961,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 66
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "start": 1918,
                                                    "end": 1950,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 55
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "CallExpression",
                                                      "start": 1918,
                                                      "end": 1944,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 49
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1918,
                                                        "end": 1938,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 1918,
                                                          "end": 1922,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1923,
                                                          "end": 1938,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 43
                                                            },
                                                            "identifierName": "quoteIdentifier"
                                                          },
                                                          "name": "quoteIdentifier"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1939,
                                                          "end": 1943,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 48
                                                            },
                                                            "identifierName": "attr"
                                                          },
                                                          "name": "attr"
                                                        }
                                                      ]
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 1947,
                                                      "end": 1950,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 55
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": " ",
                                                        "raw": "' '"
                                                      },
                                                      "value": " "
                                                    }
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 1953,
                                                    "end": 1961,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 66
                                                      },
                                                      "identifierName": "dataType"
                                                    },
                                                    "name": "dataType"
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 1993,
                        "end": 2590,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 6
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1999,
                            "end": 2589,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 10
                              },
                              "end": {
                                "line": 71,
                                "column": 5
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1999,
                              "end": 2005,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 10
                                },
                                "end": {
                                  "line": 62,
                                  "column": 16
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 2008,
                              "end": 2589,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 19
                                },
                                "end": {
                                  "line": 71,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 2016,
                                  "end": 2049,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 39
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2016,
                                    "end": 2021,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 11
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 2023,
                                    "end": 2049,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2023,
                                      "end": 2038,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2023,
                                        "end": 2027,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2028,
                                        "end": 2038,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 28
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2039,
                                        "end": 2048,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 38
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 2057,
                                  "end": 2087,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 36
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2057,
                                    "end": 2067,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 16
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 2069,
                                    "end": 2087,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 36
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2069,
                                      "end": 2081,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2069,
                                        "end": 2076,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 25
                                          },
                                          "identifierName": "attrStr"
                                        },
                                        "name": "attrStr"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2077,
                                        "end": 2081,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 30
                                          },
                                          "identifierName": "join"
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 2082,
                                        "end": 2086,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 35
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ", ",
                                          "raw": "', '"
                                        },
                                        "value": ", "
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 2095,
                                  "end": 2206,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 117
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2095,
                                    "end": 2102,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 13
                                      },
                                      "identifierName": "comment"
                                    },
                                    "name": "comment"
                                  },
                                  "value": {
                                    "type": "ConditionalExpression",
                                    "start": 2104,
                                    "end": 2206,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 117
                                      }
                                    },
                                    "test": {
                                      "type": "LogicalExpression",
                                      "start": 2104,
                                      "end": 2156,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 67
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2104,
                                        "end": 2119,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2104,
                                          "end": 2111,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 22
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2112,
                                          "end": 2119,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 30
                                            },
                                            "identifierName": "comment"
                                          },
                                          "name": "comment"
                                        },
                                        "computed": false
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 2123,
                                        "end": 2156,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 67
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2123,
                                          "end": 2139,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2123,
                                            "end": 2130,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 41
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2123,
                                              "end": 2128,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 39
                                                },
                                                "identifierName": "Utils"
                                              },
                                              "name": "Utils"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2129,
                                              "end": 2130,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 41
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2131,
                                            "end": 2139,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 50
                                              },
                                              "identifierName": "isString"
                                            },
                                            "name": "isString"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 2140,
                                            "end": 2155,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2140,
                                              "end": 2147,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 58
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2148,
                                              "end": 2155,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 66
                                                },
                                                "identifierName": "comment"
                                              },
                                              "name": "comment"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    },
                                    "consequent": {
                                      "type": "BinaryExpression",
                                      "start": 2159,
                                      "end": 2201,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 112
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 2159,
                                        "end": 2170,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 81
                                          }
                                        },
                                        "extra": {
                                          "rawValue": " COMMENT ",
                                          "raw": "' COMMENT '"
                                        },
                                        "value": " COMMENT "
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 2173,
                                        "end": 2201,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 112
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2173,
                                          "end": 2184,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 84
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2173,
                                            "end": 2177,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 88
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2178,
                                            "end": 2184,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 95
                                              },
                                              "identifierName": "escape"
                                            },
                                            "name": "escape"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 2185,
                                            "end": 2200,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 111
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2185,
                                              "end": 2192,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 96
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 103
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2193,
                                              "end": 2200,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 104
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 111
                                                },
                                                "identifierName": "comment"
                                              },
                                              "name": "comment"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    },
                                    "alternate": {
                                      "type": "StringLiteral",
                                      "start": 2204,
                                      "end": 2206,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 115
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 117
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "''"
                                      },
                                      "value": ""
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 2214,
                                  "end": 2236,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 28
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2214,
                                    "end": 2220,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 12
                                      },
                                      "identifierName": "engine"
                                    },
                                    "name": "engine"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 2222,
                                    "end": 2236,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2222,
                                      "end": 2229,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 21
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2230,
                                      "end": 2236,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 28
                                        },
                                        "identifierName": "engine"
                                      },
                                      "name": "engine"
                                    },
                                    "computed": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 2244,
                                  "end": 2315,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 77
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2244,
                                    "end": 2251,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 13
                                      },
                                      "identifierName": "charset"
                                    },
                                    "name": "charset"
                                  },
                                  "value": {
                                    "type": "ConditionalExpression",
                                    "start": 2254,
                                    "end": 2314,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 76
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 2254,
                                      "end": 2269,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2254,
                                        "end": 2261,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 23
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2262,
                                        "end": 2269,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 31
                                          },
                                          "identifierName": "charset"
                                        },
                                        "name": "charset"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "BinaryExpression",
                                      "start": 2272,
                                      "end": 2309,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 71
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 2272,
                                        "end": 2291,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 53
                                          }
                                        },
                                        "extra": {
                                          "rawValue": " DEFAULT CHARSET=",
                                          "raw": "' DEFAULT CHARSET='"
                                        },
                                        "value": " DEFAULT CHARSET="
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 2294,
                                        "end": 2309,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2294,
                                          "end": 2301,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 63
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2302,
                                          "end": 2309,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 71
                                            },
                                            "identifierName": "charset"
                                          },
                                          "name": "charset"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "alternate": {
                                      "type": "StringLiteral",
                                      "start": 2312,
                                      "end": 2314,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 76
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "''"
                                      },
                                      "value": ""
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 2253
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 2323,
                                  "end": 2388,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 71
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2323,
                                    "end": 2332,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 15
                                      },
                                      "identifierName": "collation"
                                    },
                                    "name": "collation"
                                  },
                                  "value": {
                                    "type": "ConditionalExpression",
                                    "start": 2335,
                                    "end": 2387,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 70
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 2335,
                                      "end": 2350,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2335,
                                        "end": 2342,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 25
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2343,
                                        "end": 2350,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 33
                                          },
                                          "identifierName": "collate"
                                        },
                                        "name": "collate"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "BinaryExpression",
                                      "start": 2353,
                                      "end": 2382,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 65
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 2353,
                                        "end": 2364,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 47
                                          }
                                        },
                                        "extra": {
                                          "rawValue": " COLLATE ",
                                          "raw": "' COLLATE '"
                                        },
                                        "value": " COLLATE "
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 2367,
                                        "end": 2382,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 65
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2367,
                                          "end": 2374,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 57
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2375,
                                          "end": 2382,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 65
                                            },
                                            "identifierName": "collate"
                                          },
                                          "name": "collate"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "alternate": {
                                      "type": "StringLiteral",
                                      "start": 2385,
                                      "end": 2387,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 70
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "''"
                                      },
                                      "value": ""
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 2334
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 2396,
                                  "end": 2466,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 76
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2396,
                                    "end": 2405,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 15
                                      },
                                      "identifierName": "rowFormat"
                                    },
                                    "name": "rowFormat"
                                  },
                                  "value": {
                                    "type": "ConditionalExpression",
                                    "start": 2407,
                                    "end": 2466,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 76
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 2407,
                                      "end": 2424,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2407,
                                        "end": 2414,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 24
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2415,
                                        "end": 2424,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 34
                                          },
                                          "identifierName": "rowFormat"
                                        },
                                        "name": "rowFormat"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "BinaryExpression",
                                      "start": 2427,
                                      "end": 2461,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 71
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 2427,
                                        "end": 2441,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 51
                                          }
                                        },
                                        "extra": {
                                          "rawValue": " ROW_FORMAT=",
                                          "raw": "' ROW_FORMAT='"
                                        },
                                        "value": " ROW_FORMAT="
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 2444,
                                        "end": 2461,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2444,
                                          "end": 2451,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 61
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2452,
                                          "end": 2461,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 71
                                            },
                                            "identifierName": "rowFormat"
                                          },
                                          "name": "rowFormat"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "alternate": {
                                      "type": "StringLiteral",
                                      "start": 2464,
                                      "end": 2466,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 76
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "''"
                                      },
                                      "value": ""
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 2474,
                                  "end": 2583,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 115
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 2474,
                                    "end": 2494,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 26
                                      },
                                      "identifierName": "initialAutoIncrement"
                                    },
                                    "name": "initialAutoIncrement"
                                  },
                                  "value": {
                                    "type": "ConditionalExpression",
                                    "start": 2497,
                                    "end": 2582,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 114
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 2497,
                                      "end": 2525,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 57
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2497,
                                        "end": 2504,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 36
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2505,
                                        "end": 2525,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 57
                                          },
                                          "identifierName": "initialAutoIncrement"
                                        },
                                        "name": "initialAutoIncrement"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "BinaryExpression",
                                      "start": 2528,
                                      "end": 2577,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 109
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 2528,
                                        "end": 2546,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 78
                                          }
                                        },
                                        "extra": {
                                          "rawValue": " AUTO_INCREMENT=",
                                          "raw": "' AUTO_INCREMENT='"
                                        },
                                        "value": " AUTO_INCREMENT="
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 2549,
                                        "end": 2577,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 109
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2549,
                                          "end": 2556,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 81
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 88
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2557,
                                          "end": 2577,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 109
                                            },
                                            "identifierName": "initialAutoIncrement"
                                          },
                                          "name": "initialAutoIncrement"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "alternate": {
                                      "type": "StringLiteral",
                                      "start": 2580,
                                      "end": 2582,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 112
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 114
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "''"
                                      },
                                      "value": ""
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 2496
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 2595,
                        "end": 2671,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 4
                          },
                          "end": {
                            "line": 72,
                            "column": 80
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2601,
                            "end": 2670,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 10
                              },
                              "end": {
                                "line": 72,
                                "column": 79
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2601,
                              "end": 2609,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 10
                                },
                                "end": {
                                  "line": 72,
                                  "column": 18
                                },
                                "identifierName": "pkString"
                              },
                              "name": "pkString"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 2612,
                              "end": 2670,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 21
                                },
                                "end": {
                                  "line": 72,
                                  "column": 79
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2612,
                                "end": 2664,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 73
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 2612,
                                  "end": 2659,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 68
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2612,
                                    "end": 2627,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2612,
                                      "end": 2623,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 32
                                        },
                                        "identifierName": "primaryKeys"
                                      },
                                      "name": "primaryKeys"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2624,
                                      "end": 2627,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 36
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 2628,
                                      "end": 2658,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 67
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 2628,
                                          "end": 2630,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 39
                                            },
                                            "identifierName": "pk"
                                          },
                                          "name": "pk"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 2634,
                                        "end": 2658,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 67
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2634,
                                          "end": 2654,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 63
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2634,
                                            "end": 2638,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 47
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2639,
                                            "end": 2654,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 63
                                              },
                                              "identifierName": "quoteIdentifier"
                                            },
                                            "name": "quoteIdentifier"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 2655,
                                            "end": 2657,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 66
                                              },
                                              "identifierName": "pk"
                                            },
                                            "name": "pk"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2660,
                                  "end": 2664,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 73
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 2665,
                                  "end": 2669,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 78
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "IfStatement",
                        "start": 2677,
                        "end": 3190,
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 4
                          },
                          "end": {
                            "line": 83,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 2681,
                          "end": 2701,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 8
                            },
                            "end": {
                              "line": 74,
                              "column": 28
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 2682,
                            "end": 2701,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 9
                              },
                              "end": {
                                "line": 74,
                                "column": 28
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 2683,
                              "end": 2701,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 10
                                },
                                "end": {
                                  "line": 74,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2683,
                                "end": 2690,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 17
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2691,
                                "end": 2701,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 28
                                  },
                                  "identifierName": "uniqueKeys"
                                },
                                "name": "uniqueKeys"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 2703,
                          "end": 3190,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 30
                            },
                            "end": {
                              "line": 83,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 2711,
                              "end": 3184,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 6
                                },
                                "end": {
                                  "line": 82,
                                  "column": 9
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2711,
                                "end": 3183,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 8
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2711,
                                  "end": 2723,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2711,
                                    "end": 2718,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 13
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2711,
                                      "end": 2716,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 11
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2717,
                                      "end": 2718,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 13
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2719,
                                    "end": 2723,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 18
                                      },
                                      "identifierName": "each"
                                    },
                                    "name": "each"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 2724,
                                    "end": 2742,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2724,
                                      "end": 2731,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 26
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2732,
                                      "end": 2742,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 37
                                        },
                                        "identifierName": "uniqueKeys"
                                      },
                                      "name": "uniqueKeys"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 2744,
                                    "end": 3182,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 7
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 2745,
                                        "end": 2752,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 47
                                          },
                                          "identifierName": "columns"
                                        },
                                        "name": "columns"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2754,
                                        "end": 2763,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 58
                                          },
                                          "identifierName": "indexName"
                                        },
                                        "name": "indexName"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2768,
                                      "end": 3182,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 2778,
                                          "end": 3174,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 9
                                            }
                                          },
                                          "test": {
                                            "type": "UnaryExpression",
                                            "start": 2782,
                                            "end": 2802,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 32
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 2783,
                                              "end": 2802,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2783,
                                                "end": 2790,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 20
                                                  },
                                                  "identifierName": "columns"
                                                },
                                                "name": "columns"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2791,
                                                "end": 2802,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 32
                                                  },
                                                  "identifierName": "singleField"
                                                },
                                                "name": "singleField"
                                              },
                                              "computed": false
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 2804,
                                            "end": 3174,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 2885,
                                                "end": 3010,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 11
                                                  }
                                                },
                                                "test": {
                                                  "type": "UnaryExpression",
                                                  "start": 2889,
                                                  "end": 2917,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 42
                                                    }
                                                  },
                                                  "operator": "!",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "start": 2890,
                                                    "end": 2917,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 42
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2890,
                                                      "end": 2906,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 31
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2890,
                                                        "end": 2897,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 22
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2890,
                                                          "end": 2895,
                                                          "loc": {
                                                            "start": {
                                                              "line": 77,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 77,
                                                              "column": 20
                                                            },
                                                            "identifierName": "Utils"
                                                          },
                                                          "name": "Utils",
                                                          "leadingComments": null
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2896,
                                                          "end": 2897,
                                                          "loc": {
                                                            "start": {
                                                              "line": 77,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 77,
                                                              "column": 22
                                                            },
                                                            "identifierName": "_"
                                                          },
                                                          "name": "_"
                                                        },
                                                        "computed": false,
                                                        "leadingComments": null
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2898,
                                                        "end": 2906,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 31
                                                          },
                                                          "identifierName": "isString"
                                                        },
                                                        "name": "isString"
                                                      },
                                                      "computed": false,
                                                      "leadingComments": null
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 2907,
                                                        "end": 2916,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 41
                                                          },
                                                          "identifierName": "indexName"
                                                        },
                                                        "name": "indexName"
                                                      }
                                                    ],
                                                    "leadingComments": null
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  },
                                                  "leadingComments": null
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 2919,
                                                  "end": 3010,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 11
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 2933,
                                                      "end": 2998,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 77
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "AssignmentExpression",
                                                        "start": 2933,
                                                        "end": 2997,
                                                        "loc": {
                                                          "start": {
                                                            "line": 78,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 78,
                                                            "column": 76
                                                          }
                                                        },
                                                        "operator": "=",
                                                        "left": {
                                                          "type": "Identifier",
                                                          "start": 2933,
                                                          "end": 2942,
                                                          "loc": {
                                                            "start": {
                                                              "line": 78,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 78,
                                                              "column": 21
                                                            },
                                                            "identifierName": "indexName"
                                                          },
                                                          "name": "indexName"
                                                        },
                                                        "right": {
                                                          "type": "BinaryExpression",
                                                          "start": 2945,
                                                          "end": 2997,
                                                          "loc": {
                                                            "start": {
                                                              "line": 78,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 78,
                                                              "column": 76
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "BinaryExpression",
                                                            "start": 2945,
                                                            "end": 2970,
                                                            "loc": {
                                                              "start": {
                                                                "line": 78,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 78,
                                                                "column": 49
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "BinaryExpression",
                                                              "start": 2945,
                                                              "end": 2964,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 78,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 78,
                                                                  "column": 43
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "StringLiteral",
                                                                "start": 2945,
                                                                "end": 2952,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 78,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 78,
                                                                    "column": 31
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "uniq_",
                                                                  "raw": "'uniq_'"
                                                                },
                                                                "value": "uniq_"
                                                              },
                                                              "operator": "+",
                                                              "right": {
                                                                "type": "Identifier",
                                                                "start": 2955,
                                                                "end": 2964,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 78,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 78,
                                                                    "column": 43
                                                                  },
                                                                  "identifierName": "tableName"
                                                                },
                                                                "name": "tableName"
                                                              }
                                                            },
                                                            "operator": "+",
                                                            "right": {
                                                              "type": "StringLiteral",
                                                              "start": 2967,
                                                              "end": 2970,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 78,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 78,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": "_",
                                                                "raw": "'_'"
                                                              },
                                                              "value": "_"
                                                            }
                                                          },
                                                          "operator": "+",
                                                          "right": {
                                                            "type": "CallExpression",
                                                            "start": 2973,
                                                            "end": 2997,
                                                            "loc": {
                                                              "start": {
                                                                "line": 78,
                                                                "column": 52
                                                              },
                                                              "end": {
                                                                "line": 78,
                                                                "column": 76
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 2973,
                                                              "end": 2992,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 78,
                                                                  "column": 52
                                                                },
                                                                "end": {
                                                                  "line": 78,
                                                                  "column": 71
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 2973,
                                                                "end": 2987,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 78,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 78,
                                                                    "column": 66
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2973,
                                                                  "end": 2980,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 78,
                                                                      "column": 52
                                                                    },
                                                                    "end": {
                                                                      "line": 78,
                                                                      "column": 59
                                                                    },
                                                                    "identifierName": "columns"
                                                                  },
                                                                  "name": "columns"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2981,
                                                                  "end": 2987,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 78,
                                                                      "column": 60
                                                                    },
                                                                    "end": {
                                                                      "line": 78,
                                                                      "column": 66
                                                                    },
                                                                    "identifierName": "fields"
                                                                  },
                                                                  "name": "fields"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2988,
                                                                "end": 2992,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 78,
                                                                    "column": 67
                                                                  },
                                                                  "end": {
                                                                    "line": 78,
                                                                    "column": 71
                                                                  },
                                                                  "identifierName": "join"
                                                                },
                                                                "name": "join"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 2993,
                                                                "end": 2996,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 78,
                                                                    "column": 72
                                                                  },
                                                                  "end": {
                                                                    "line": 78,
                                                                    "column": 75
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "_",
                                                                  "raw": "'_'"
                                                                },
                                                                "value": "_"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null,
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " If it's a single field its handled in column def, not as an index",
                                                    "start": 2806,
                                                    "end": 2874,
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 104
                                                      }
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 3021,
                                                "end": 3164,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 153
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 3021,
                                                  "end": 3163,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 152
                                                    }
                                                  },
                                                  "operator": "+=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3021,
                                                    "end": 3038,
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 27
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3021,
                                                      "end": 3027,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 16
                                                        },
                                                        "identifierName": "values"
                                                      },
                                                      "name": "values"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3028,
                                                      "end": 3038,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 27
                                                        },
                                                        "identifierName": "attributes"
                                                      },
                                                      "name": "attributes"
                                                    },
                                                    "computed": false
                                                  },
                                                  "right": {
                                                    "type": "BinaryExpression",
                                                    "start": 3042,
                                                    "end": 3163,
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 152
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 3042,
                                                      "end": 3157,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 146
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 3042,
                                                        "end": 3094,
                                                        "loc": {
                                                          "start": {
                                                            "line": 80,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 80,
                                                            "column": 83
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "BinaryExpression",
                                                          "start": 3042,
                                                          "end": 3087,
                                                          "loc": {
                                                            "start": {
                                                              "line": 80,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 80,
                                                              "column": 76
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "StringLiteral",
                                                            "start": 3042,
                                                            "end": 3053,
                                                            "loc": {
                                                              "start": {
                                                                "line": 80,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 80,
                                                                "column": 42
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": ", UNIQUE ",
                                                              "raw": "', UNIQUE '"
                                                            },
                                                            "value": ", UNIQUE "
                                                          },
                                                          "operator": "+",
                                                          "right": {
                                                            "type": "CallExpression",
                                                            "start": 3056,
                                                            "end": 3087,
                                                            "loc": {
                                                              "start": {
                                                                "line": 80,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 80,
                                                                "column": 76
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3056,
                                                              "end": 3076,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 80,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 80,
                                                                  "column": 65
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 3056,
                                                                "end": 3060,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 49
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3061,
                                                                "end": 3076,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 50
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 65
                                                                  },
                                                                  "identifierName": "quoteIdentifier"
                                                                },
                                                                "name": "quoteIdentifier"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 3077,
                                                                "end": 3086,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 66
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 75
                                                                  },
                                                                  "identifierName": "indexName"
                                                                },
                                                                "name": "indexName"
                                                              }
                                                            ]
                                                          }
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 3090,
                                                          "end": 3094,
                                                          "loc": {
                                                            "start": {
                                                              "line": 80,
                                                              "column": 79
                                                            },
                                                            "end": {
                                                              "line": 80,
                                                              "column": 83
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": " (",
                                                            "raw": "' ('"
                                                          },
                                                          "value": " ("
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 3097,
                                                        "end": 3157,
                                                        "loc": {
                                                          "start": {
                                                            "line": 80,
                                                            "column": 86
                                                          },
                                                          "end": {
                                                            "line": 80,
                                                            "column": 146
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3097,
                                                          "end": 3151,
                                                          "loc": {
                                                            "start": {
                                                              "line": 80,
                                                              "column": 86
                                                            },
                                                            "end": {
                                                              "line": 80,
                                                              "column": 140
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 3097,
                                                            "end": 3146,
                                                            "loc": {
                                                              "start": {
                                                                "line": 80,
                                                                "column": 86
                                                              },
                                                              "end": {
                                                                "line": 80,
                                                                "column": 135
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3097,
                                                              "end": 3108,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 80,
                                                                  "column": 86
                                                                },
                                                                "end": {
                                                                  "line": 80,
                                                                  "column": 97
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 3097,
                                                                "end": 3104,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 86
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 93
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3097,
                                                                  "end": 3102,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 86
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 91
                                                                    },
                                                                    "identifierName": "Utils"
                                                                  },
                                                                  "name": "Utils"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3103,
                                                                  "end": 3104,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 92
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 93
                                                                    },
                                                                    "identifierName": "_"
                                                                  },
                                                                  "name": "_"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3105,
                                                                "end": 3108,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 94
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 97
                                                                  },
                                                                  "identifierName": "map"
                                                                },
                                                                "name": "map"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 3109,
                                                                "end": 3123,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 98
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 112
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3109,
                                                                  "end": 3116,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 98
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 105
                                                                    },
                                                                    "identifierName": "columns"
                                                                  },
                                                                  "name": "columns"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3117,
                                                                  "end": 3123,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 106
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 112
                                                                    },
                                                                    "identifierName": "fields"
                                                                  },
                                                                  "name": "fields"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 3125,
                                                                "end": 3145,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 114
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 134
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 3125,
                                                                  "end": 3129,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 114
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 118
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3130,
                                                                  "end": 3145,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 119
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 134
                                                                    },
                                                                    "identifierName": "quoteIdentifier"
                                                                  },
                                                                  "name": "quoteIdentifier"
                                                                },
                                                                "computed": false
                                                              }
                                                            ]
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3147,
                                                            "end": 3151,
                                                            "loc": {
                                                              "start": {
                                                                "line": 80,
                                                                "column": 136
                                                              },
                                                              "end": {
                                                                "line": 80,
                                                                "column": 140
                                                              },
                                                              "identifierName": "join"
                                                            },
                                                            "name": "join"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 3152,
                                                            "end": 3156,
                                                            "loc": {
                                                              "start": {
                                                                "line": 80,
                                                                "column": 141
                                                              },
                                                              "end": {
                                                                "line": 80,
                                                                "column": 145
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": ", ",
                                                              "raw": "', '"
                                                            },
                                                            "value": ", "
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 3160,
                                                      "end": 3163,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 149
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 152
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": ")",
                                                        "raw": "')'"
                                                      },
                                                      "value": ")"
                                                    }
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 3196,
                        "end": 3291,
                        "loc": {
                          "start": {
                            "line": 85,
                            "column": 4
                          },
                          "end": {
                            "line": 87,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 3200,
                          "end": 3219,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 8
                            },
                            "end": {
                              "line": 85,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 3200,
                            "end": 3215,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 8
                              },
                              "end": {
                                "line": 85,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3200,
                              "end": 3208,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 8
                                },
                                "end": {
                                  "line": 85,
                                  "column": 16
                                },
                                "identifierName": "pkString"
                              },
                              "name": "pkString"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3209,
                              "end": 3215,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 17
                                },
                                "end": {
                                  "line": 85,
                                  "column": 23
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 3218,
                            "end": 3219,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 26
                              },
                              "end": {
                                "line": 85,
                                "column": 27
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 3221,
                          "end": 3291,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 29
                            },
                            "end": {
                              "line": 87,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 3229,
                              "end": 3285,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 6
                                },
                                "end": {
                                  "line": 86,
                                  "column": 62
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 3229,
                                "end": 3284,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 61
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 3229,
                                  "end": 3246,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3229,
                                    "end": 3235,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 12
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3236,
                                    "end": 3246,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 23
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 3250,
                                  "end": 3284,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 61
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 3250,
                                    "end": 3278,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 55
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 3250,
                                      "end": 3267,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 44
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ", PRIMARY KEY (",
                                        "raw": "', PRIMARY KEY ('"
                                      },
                                      "value": ", PRIMARY KEY ("
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 3270,
                                      "end": 3278,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 55
                                        },
                                        "identifierName": "pkString"
                                      },
                                      "name": "pkString"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 3281,
                                    "end": 3284,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 61
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ")",
                                      "raw": "')'"
                                    },
                                    "value": ")"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ForInStatement",
                        "start": 3297,
                        "end": 3494,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 4
                          },
                          "end": {
                            "line": 93,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 3302,
                          "end": 3312,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 9
                            },
                            "end": {
                              "line": 89,
                              "column": 19
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3308,
                              "end": 3312,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 15
                                },
                                "end": {
                                  "line": 89,
                                  "column": 19
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3308,
                                "end": 3312,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 19
                                  },
                                  "identifierName": "fkey"
                                },
                                "name": "fkey"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3316,
                          "end": 3327,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 23
                            },
                            "end": {
                              "line": 89,
                              "column": 34
                            },
                            "identifierName": "foreignKeys"
                          },
                          "name": "foreignKeys"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 3329,
                          "end": 3494,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 36
                            },
                            "end": {
                              "line": 93,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 3337,
                              "end": 3488,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 6
                                },
                                "end": {
                                  "line": 92,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 3341,
                                "end": 3373,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3341,
                                  "end": 3367,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3341,
                                    "end": 3352,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 21
                                      },
                                      "identifierName": "foreignKeys"
                                    },
                                    "name": "foreignKeys"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3353,
                                    "end": 3367,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 36
                                      },
                                      "identifierName": "hasOwnProperty"
                                    },
                                    "name": "hasOwnProperty"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3368,
                                    "end": 3372,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 41
                                      },
                                      "identifierName": "fkey"
                                    },
                                    "name": "fkey"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 3375,
                                "end": 3488,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3385,
                                    "end": 3480,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 103
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3385,
                                      "end": 3479,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 102
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3385,
                                        "end": 3402,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3385,
                                          "end": 3391,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 14
                                            },
                                            "identifierName": "values"
                                          },
                                          "name": "values"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3392,
                                          "end": 3402,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 25
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 3406,
                                        "end": 3479,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 102
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3406,
                                          "end": 3459,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 82
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 3406,
                                            "end": 3452,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 75
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 3406,
                                              "end": 3423,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 46
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ", FOREIGN KEY (",
                                                "raw": "', FOREIGN KEY ('"
                                              },
                                              "value": ", FOREIGN KEY ("
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 3426,
                                              "end": 3452,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 75
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3426,
                                                "end": 3446,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3426,
                                                  "end": 3430,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3431,
                                                  "end": 3446,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 69
                                                    },
                                                    "identifierName": "quoteIdentifier"
                                                  },
                                                  "name": "quoteIdentifier"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3447,
                                                  "end": 3451,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 74
                                                    },
                                                    "identifierName": "fkey"
                                                  },
                                                  "name": "fkey"
                                                }
                                              ]
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 3455,
                                            "end": 3459,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 82
                                              }
                                            },
                                            "extra": {
                                              "rawValue": ") ",
                                              "raw": "') '"
                                            },
                                            "value": ") "
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 3462,
                                          "end": 3479,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 85
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 102
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3462,
                                            "end": 3473,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 96
                                              },
                                              "identifierName": "foreignKeys"
                                            },
                                            "name": "foreignKeys"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3474,
                                            "end": 3478,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 97
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 101
                                              },
                                              "identifierName": "fkey"
                                            },
                                            "name": "fkey"
                                          },
                                          "computed": true
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 3500,
                        "end": 3552,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 4
                          },
                          "end": {
                            "line": 95,
                            "column": 56
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 3507,
                          "end": 3551,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 11
                            },
                            "end": {
                              "line": 95,
                              "column": 55
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 3507,
                            "end": 3545,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 11
                              },
                              "end": {
                                "line": 95,
                                "column": 49
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3507,
                              "end": 3543,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 11
                                },
                                "end": {
                                  "line": 95,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3507,
                                "end": 3538,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "CallExpression",
                                  "start": 3507,
                                  "end": 3530,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3507,
                                    "end": 3523,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3507,
                                      "end": 3514,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3507,
                                        "end": 3512,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 16
                                          },
                                          "identifierName": "Utils"
                                        },
                                        "name": "Utils"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3513,
                                        "end": 3514,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 18
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3515,
                                      "end": 3523,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 27
                                        },
                                        "identifierName": "template"
                                      },
                                      "name": "template"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3524,
                                      "end": 3529,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 33
                                        },
                                        "identifierName": "query"
                                      },
                                      "name": "query"
                                    }
                                  ]
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3531,
                                    "end": 3537,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 41
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3539,
                                "end": 3543,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 47
                                  },
                                  "identifierName": "trim"
                                },
                                "name": "trim"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 3548,
                            "end": 3551,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 52
                              },
                              "end": {
                                "line": 95,
                                "column": 55
                              }
                            },
                            "extra": {
                              "rawValue": ";",
                              "raw": "';'"
                            },
                            "value": ";"
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 3561,
                  "end": 3611,
                  "loc": {
                    "start": {
                      "line": 98,
                      "column": 2
                    },
                    "end": {
                      "line": 100,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 3561,
                    "end": 3576,
                    "loc": {
                      "start": {
                        "line": 98,
                        "column": 2
                      },
                      "end": {
                        "line": 98,
                        "column": 17
                      },
                      "identifierName": "showTablesQuery"
                    },
                    "name": "showTablesQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 3579,
                    "end": 3611,
                    "loc": {
                      "start": {
                        "line": 98,
                        "column": 20
                      },
                      "end": {
                        "line": 100,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 3585,
                        "end": 3607,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 4
                          },
                          "end": {
                            "line": 99,
                            "column": 26
                          }
                        },
                        "argument": {
                          "type": "StringLiteral",
                          "start": 3592,
                          "end": 3606,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 11
                            },
                            "end": {
                              "line": 99,
                              "column": 25
                            }
                          },
                          "extra": {
                            "rawValue": "SHOW TABLES;",
                            "raw": "'SHOW TABLES;'"
                          },
                          "value": "SHOW TABLES;"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 3616,
                  "end": 3895,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 2
                    },
                    "end": {
                      "line": 109,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 3616,
                    "end": 3630,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 2
                      },
                      "end": {
                        "line": 102,
                        "column": 16
                      },
                      "identifierName": "addColumnQuery"
                    },
                    "name": "addColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 3631,
                      "end": 3636,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 17
                        },
                        "end": {
                          "line": 102,
                          "column": 22
                        },
                        "identifierName": "table"
                      },
                      "name": "table"
                    },
                    {
                      "type": "Identifier",
                      "start": 3638,
                      "end": 3641,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 24
                        },
                        "end": {
                          "line": 102,
                          "column": 27
                        },
                        "identifierName": "key"
                      },
                      "name": "key"
                    },
                    {
                      "type": "Identifier",
                      "start": 3643,
                      "end": 3651,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 29
                        },
                        "end": {
                          "line": 102,
                          "column": 37
                        },
                        "identifierName": "dataType"
                      },
                      "name": "dataType"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 3653,
                    "end": 3895,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 39
                      },
                      "end": {
                        "line": 109,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 3659,
                        "end": 3791,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 4
                          },
                          "end": {
                            "line": 107,
                            "column": 7
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3665,
                            "end": 3790,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 10
                              },
                              "end": {
                                "line": 107,
                                "column": 6
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3665,
                              "end": 3675,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 10
                                },
                                "end": {
                                  "line": 103,
                                  "column": 20
                                },
                                "identifierName": "definition"
                              },
                              "name": "definition"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 3678,
                              "end": 3790,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 23
                                },
                                "end": {
                                  "line": 107,
                                  "column": 6
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3678,
                                "end": 3697,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3678,
                                  "end": 3682,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 27
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3683,
                                  "end": 3697,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 42
                                    },
                                    "identifierName": "attributeToSQL"
                                  },
                                  "name": "attributeToSQL"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3698,
                                  "end": 3706,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 51
                                    },
                                    "identifierName": "dataType"
                                  },
                                  "name": "dataType"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 3708,
                                  "end": 3789,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 5
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 3716,
                                      "end": 3736,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 26
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 3716,
                                        "end": 3723,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 13
                                          },
                                          "identifierName": "context"
                                        },
                                        "name": "context"
                                      },
                                      "value": {
                                        "type": "StringLiteral",
                                        "start": 3725,
                                        "end": 3736,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 26
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "addColumn",
                                          "raw": "'addColumn'"
                                        },
                                        "value": "addColumn"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 3744,
                                      "end": 3760,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 22
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 3744,
                                        "end": 3753,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 15
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 3755,
                                        "end": 3760,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 22
                                          },
                                          "identifierName": "table"
                                        },
                                        "name": "table"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 3768,
                                      "end": 3783,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 21
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 3768,
                                        "end": 3778,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 16
                                          },
                                          "identifierName": "foreignKey"
                                        },
                                        "name": "foreignKey"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 3780,
                                        "end": 3783,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 21
                                          },
                                          "identifierName": "key"
                                        },
                                        "name": "key"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 3796,
                        "end": 3891,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 4
                          },
                          "end": {
                            "line": 108,
                            "column": 99
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 3803,
                          "end": 3890,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 11
                            },
                            "end": {
                              "line": 108,
                              "column": 98
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 3818,
                              "end": 3840,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 26
                                },
                                "end": {
                                  "line": 108,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3818,
                                "end": 3833,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3818,
                                  "end": 3822,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 30
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3823,
                                  "end": 3833,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 41
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3834,
                                  "end": 3839,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 47
                                    },
                                    "identifierName": "table"
                                  },
                                  "name": "table"
                                }
                              ]
                            },
                            {
                              "type": "CallExpression",
                              "start": 3848,
                              "end": 3873,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 56
                                },
                                "end": {
                                  "line": 108,
                                  "column": 81
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3848,
                                "end": 3868,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 76
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3848,
                                  "end": 3852,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 60
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3853,
                                  "end": 3868,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 76
                                    },
                                    "identifierName": "quoteIdentifier"
                                  },
                                  "name": "quoteIdentifier"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3869,
                                  "end": 3872,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 80
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                }
                              ]
                            },
                            {
                              "type": "Identifier",
                              "start": 3877,
                              "end": 3887,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 85
                                },
                                "end": {
                                  "line": 108,
                                  "column": 95
                                },
                                "identifierName": "definition"
                              },
                              "name": "definition"
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 3804,
                              "end": 3816,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 12
                                },
                                "end": {
                                  "line": 108,
                                  "column": 24
                                }
                              },
                              "value": {
                                "raw": "ALTER TABLE ",
                                "cooked": "ALTER TABLE "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 3841,
                              "end": 3846,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 49
                                },
                                "end": {
                                  "line": 108,
                                  "column": 54
                                }
                              },
                              "value": {
                                "raw": " ADD ",
                                "cooked": " ADD "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 3874,
                              "end": 3875,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 82
                                },
                                "end": {
                                  "line": 108,
                                  "column": 83
                                }
                              },
                              "value": {
                                "raw": " ",
                                "cooked": " "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 3888,
                              "end": 3889,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 96
                                },
                                "end": {
                                  "line": 108,
                                  "column": 97
                                }
                              },
                              "value": {
                                "raw": ";",
                                "cooked": ";"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 3900,
                  "end": 4050,
                  "loc": {
                    "start": {
                      "line": 111,
                      "column": 2
                    },
                    "end": {
                      "line": 113,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 3900,
                    "end": 3917,
                    "loc": {
                      "start": {
                        "line": 111,
                        "column": 2
                      },
                      "end": {
                        "line": 111,
                        "column": 19
                      },
                      "identifierName": "removeColumnQuery"
                    },
                    "name": "removeColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 3918,
                      "end": 3927,
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 20
                        },
                        "end": {
                          "line": 111,
                          "column": 29
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 3929,
                      "end": 3942,
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 31
                        },
                        "end": {
                          "line": 111,
                          "column": 44
                        },
                        "identifierName": "attributeName"
                      },
                      "name": "attributeName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 3944,
                    "end": 4050,
                    "loc": {
                      "start": {
                        "line": 111,
                        "column": 46
                      },
                      "end": {
                        "line": 113,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 3950,
                        "end": 4046,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 4
                          },
                          "end": {
                            "line": 112,
                            "column": 100
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 3957,
                          "end": 4045,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 11
                            },
                            "end": {
                              "line": 112,
                              "column": 99
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 3972,
                              "end": 3998,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 26
                                },
                                "end": {
                                  "line": 112,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3972,
                                "end": 3987,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3972,
                                  "end": 3976,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 30
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3977,
                                  "end": 3987,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 41
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3988,
                                  "end": 3997,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 51
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            },
                            {
                              "type": "CallExpression",
                              "start": 4007,
                              "end": 4042,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 61
                                },
                                "end": {
                                  "line": 112,
                                  "column": 96
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4007,
                                "end": 4027,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 81
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4007,
                                  "end": 4011,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 65
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4012,
                                  "end": 4027,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 81
                                    },
                                    "identifierName": "quoteIdentifier"
                                  },
                                  "name": "quoteIdentifier"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4028,
                                  "end": 4041,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 95
                                    },
                                    "identifierName": "attributeName"
                                  },
                                  "name": "attributeName"
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 3958,
                              "end": 3970,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 12
                                },
                                "end": {
                                  "line": 112,
                                  "column": 24
                                }
                              },
                              "value": {
                                "raw": "ALTER TABLE ",
                                "cooked": "ALTER TABLE "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 3999,
                              "end": 4005,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 53
                                },
                                "end": {
                                  "line": 112,
                                  "column": 59
                                }
                              },
                              "value": {
                                "raw": " DROP ",
                                "cooked": " DROP "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 4043,
                              "end": 4044,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 97
                                },
                                "end": {
                                  "line": 112,
                                  "column": 98
                                }
                              },
                              "value": {
                                "raw": ";",
                                "cooked": ";"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 4055,
                  "end": 5082,
                  "loc": {
                    "start": {
                      "line": 115,
                      "column": 2
                    },
                    "end": {
                      "line": 141,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 4055,
                    "end": 4072,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 2
                      },
                      "end": {
                        "line": 115,
                        "column": 19
                      },
                      "identifierName": "changeColumnQuery"
                    },
                    "name": "changeColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 4073,
                      "end": 4082,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 20
                        },
                        "end": {
                          "line": 115,
                          "column": 29
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 4084,
                      "end": 4094,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 31
                        },
                        "end": {
                          "line": 115,
                          "column": 41
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 4096,
                    "end": 5082,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 43
                      },
                      "end": {
                        "line": 141,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 4102,
                        "end": 4124,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 4
                          },
                          "end": {
                            "line": 116,
                            "column": 26
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4108,
                            "end": 4123,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 10
                              },
                              "end": {
                                "line": 116,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4108,
                              "end": 4118,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 10
                                },
                                "end": {
                                  "line": 116,
                                  "column": 20
                                },
                                "identifierName": "attrString"
                              },
                              "name": "attrString"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 4121,
                              "end": 4123,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 23
                                },
                                "end": {
                                  "line": 116,
                                  "column": 25
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 4129,
                        "end": 4157,
                        "loc": {
                          "start": {
                            "line": 117,
                            "column": 4
                          },
                          "end": {
                            "line": 117,
                            "column": 32
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4135,
                            "end": 4156,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 10
                              },
                              "end": {
                                "line": 117,
                                "column": 31
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4135,
                              "end": 4151,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 10
                                },
                                "end": {
                                  "line": 117,
                                  "column": 26
                                },
                                "identifierName": "constraintString"
                              },
                              "name": "constraintString"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 4154,
                              "end": 4156,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 29
                                },
                                "end": {
                                  "line": 117,
                                  "column": 31
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 4163,
                        "end": 4724,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 4
                          },
                          "end": {
                            "line": 129,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 4168,
                          "end": 4187,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 9
                            },
                            "end": {
                              "line": 119,
                              "column": 28
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 4174,
                              "end": 4187,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 15
                                },
                                "end": {
                                  "line": 119,
                                  "column": 28
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 4174,
                                "end": 4187,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 28
                                  },
                                  "identifierName": "attributeName"
                                },
                                "name": "attributeName"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4191,
                          "end": 4201,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 32
                            },
                            "end": {
                              "line": 119,
                              "column": 42
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 4203,
                          "end": 4724,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 44
                            },
                            "end": {
                              "line": 129,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 4211,
                              "end": 4254,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 6
                                },
                                "end": {
                                  "line": 120,
                                  "column": 49
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4215,
                                  "end": 4253,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 48
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4215,
                                    "end": 4225,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 20
                                      },
                                      "identifierName": "definition"
                                    },
                                    "name": "definition"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 4228,
                                    "end": 4253,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4228,
                                      "end": 4238,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 33
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4239,
                                      "end": 4252,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 47
                                        },
                                        "identifierName": "attributeName"
                                      },
                                      "name": "attributeName"
                                    },
                                    "computed": true
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "IfStatement",
                              "start": 4261,
                              "end": 4718,
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 6
                                },
                                "end": {
                                  "line": 128,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 4265,
                                "end": 4295,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 40
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4265,
                                  "end": 4281,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4265,
                                    "end": 4275,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 20
                                      },
                                      "identifierName": "definition"
                                    },
                                    "name": "definition"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4276,
                                    "end": 4281,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 26
                                      },
                                      "identifierName": "match"
                                    },
                                    "name": "match"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "RegExpLiteral",
                                    "start": 4282,
                                    "end": 4294,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 39
                                      }
                                    },
                                    "extra": {
                                      "raw": "/REFERENCES/"
                                    },
                                    "pattern": "REFERENCES",
                                    "flags": ""
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 4297,
                                "end": 4613,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 4307,
                                    "end": 4393,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 94
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 4313,
                                        "end": 4392,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 93
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 4313,
                                          "end": 4319,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 20
                                            },
                                            "identifierName": "fkName"
                                          },
                                          "name": "fkName"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 4322,
                                          "end": 4392,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 93
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4322,
                                            "end": 4342,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 43
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 4322,
                                              "end": 4326,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 27
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4327,
                                              "end": 4342,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 43
                                                },
                                                "identifierName": "quoteIdentifier"
                                              },
                                              "name": "quoteIdentifier"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "BinaryExpression",
                                              "start": 4343,
                                              "end": 4391,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 92
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 4343,
                                                "end": 4374,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 75
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 4343,
                                                  "end": 4358,
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 59
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 4343,
                                                    "end": 4352,
                                                    "loc": {
                                                      "start": {
                                                        "line": 122,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 122,
                                                        "column": 53
                                                      },
                                                      "identifierName": "tableName"
                                                    },
                                                    "name": "tableName"
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 4355,
                                                    "end": 4358,
                                                    "loc": {
                                                      "start": {
                                                        "line": 122,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 122,
                                                        "column": 59
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "_",
                                                      "raw": "'_'"
                                                    },
                                                    "value": "_"
                                                  }
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "Identifier",
                                                  "start": 4361,
                                                  "end": 4374,
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 75
                                                    },
                                                    "identifierName": "attributeName"
                                                  },
                                                  "name": "attributeName"
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 4377,
                                                "end": 4391,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 78
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 92
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "_foreign_idx",
                                                  "raw": "'_foreign_idx'"
                                                },
                                                "value": "_foreign_idx"
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 4402,
                                    "end": 4455,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 61
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 4408,
                                        "end": 4454,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 60
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 4408,
                                          "end": 4416,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 22
                                            },
                                            "identifierName": "attrName"
                                          },
                                          "name": "attrName"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 4419,
                                          "end": 4454,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 60
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4419,
                                            "end": 4439,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 4419,
                                              "end": 4423,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 29
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4424,
                                              "end": 4439,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 45
                                                },
                                                "identifierName": "quoteIdentifier"
                                              },
                                              "name": "quoteIdentifier"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 4440,
                                              "end": 4453,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 59
                                                },
                                                "identifierName": "attributeName"
                                              },
                                              "name": "attributeName"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 4464,
                                    "end": 4521,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 65
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 4464,
                                      "end": 4520,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 64
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 4464,
                                        "end": 4474,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 18
                                          },
                                          "identifierName": "definition"
                                        },
                                        "name": "definition"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 4477,
                                        "end": 4520,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 64
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4477,
                                          "end": 4495,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4477,
                                            "end": 4487,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 31
                                              },
                                              "identifierName": "definition"
                                            },
                                            "name": "definition"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4488,
                                            "end": 4495,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 39
                                              },
                                              "identifierName": "replace"
                                            },
                                            "name": "replace"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "RegExpLiteral",
                                            "start": 4496,
                                            "end": 4515,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 59
                                              }
                                            },
                                            "extra": {
                                              "raw": "/.+?(?=REFERENCES)/"
                                            },
                                            "pattern": ".+?(?=REFERENCES)",
                                            "flags": ""
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 4517,
                                            "end": 4519,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 63
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "",
                                              "raw": "''"
                                            },
                                            "value": ""
                                          }
                                        ]
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 4530,
                                    "end": 4605,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 83
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 4530,
                                      "end": 4604,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 82
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4530,
                                        "end": 4551,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4530,
                                          "end": 4546,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 24
                                            },
                                            "identifierName": "constraintString"
                                          },
                                          "name": "constraintString"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4547,
                                          "end": 4551,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 29
                                            },
                                            "identifierName": "push"
                                          },
                                          "name": "push"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "TemplateLiteral",
                                          "start": 4552,
                                          "end": 4603,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 81
                                            }
                                          },
                                          "expressions": [
                                            {
                                              "type": "Identifier",
                                              "start": 4555,
                                              "end": 4561,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 39
                                                },
                                                "identifierName": "fkName"
                                              },
                                              "name": "fkName"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 4578,
                                              "end": 4586,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 64
                                                },
                                                "identifierName": "attrName"
                                              },
                                              "name": "attrName"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 4591,
                                              "end": 4601,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 79
                                                },
                                                "identifierName": "definition"
                                              },
                                              "name": "definition"
                                            }
                                          ],
                                          "quasis": [
                                            {
                                              "type": "TemplateElement",
                                              "start": 4553,
                                              "end": 4553,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 31
                                                }
                                              },
                                              "value": {
                                                "raw": "",
                                                "cooked": ""
                                              },
                                              "tail": false
                                            },
                                            {
                                              "type": "TemplateElement",
                                              "start": 4562,
                                              "end": 4576,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 54
                                                }
                                              },
                                              "value": {
                                                "raw": " FOREIGN KEY (",
                                                "cooked": " FOREIGN KEY ("
                                              },
                                              "tail": false
                                            },
                                            {
                                              "type": "TemplateElement",
                                              "start": 4587,
                                              "end": 4589,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 67
                                                }
                                              },
                                              "value": {
                                                "raw": ") ",
                                                "cooked": ") "
                                              },
                                              "tail": false
                                            },
                                            {
                                              "type": "TemplateElement",
                                              "start": 4602,
                                              "end": 4602,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 80
                                                }
                                              },
                                              "value": {
                                                "raw": "",
                                                "cooked": ""
                                              },
                                              "tail": true
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "start": 4619,
                                "end": 4718,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 4629,
                                    "end": 4710,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 89
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 4629,
                                      "end": 4709,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 88
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4629,
                                        "end": 4644,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4629,
                                          "end": 4639,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 18
                                            },
                                            "identifierName": "attrString"
                                          },
                                          "name": "attrString"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4640,
                                          "end": 4644,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 23
                                            },
                                            "identifierName": "push"
                                          },
                                          "name": "push"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 4645,
                                          "end": 4708,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 87
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 4645,
                                            "end": 4695,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 74
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 4645,
                                              "end": 4688,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 67
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 4645,
                                                "end": 4672,
                                                "loc": {
                                                  "start": {
                                                    "line": 127,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 127,
                                                    "column": 51
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 4645,
                                                  "end": 4664,
                                                  "loc": {
                                                    "start": {
                                                      "line": 127,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 127,
                                                      "column": 43
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "StringLiteral",
                                                    "start": 4645,
                                                    "end": 4648,
                                                    "loc": {
                                                      "start": {
                                                        "line": 127,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 127,
                                                        "column": 27
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "`",
                                                      "raw": "'`'"
                                                    },
                                                    "value": "`"
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 4651,
                                                    "end": 4664,
                                                    "loc": {
                                                      "start": {
                                                        "line": 127,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 127,
                                                        "column": 43
                                                      },
                                                      "identifierName": "attributeName"
                                                    },
                                                    "name": "attributeName"
                                                  }
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 4667,
                                                  "end": 4672,
                                                  "loc": {
                                                    "start": {
                                                      "line": 127,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 127,
                                                      "column": 51
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "` `",
                                                    "raw": "'` `'"
                                                  },
                                                  "value": "` `"
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 4675,
                                                "end": 4688,
                                                "loc": {
                                                  "start": {
                                                    "line": 127,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 127,
                                                    "column": 67
                                                  },
                                                  "identifierName": "attributeName"
                                                },
                                                "name": "attributeName"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 4691,
                                              "end": 4695,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 74
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "` ",
                                                "raw": "'` '"
                                              },
                                              "value": "` "
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 4698,
                                            "end": 4708,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 87
                                              },
                                              "identifierName": "definition"
                                            },
                                            "name": "definition"
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 4730,
                        "end": 4750,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 4
                          },
                          "end": {
                            "line": 131,
                            "column": 24
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4734,
                            "end": 4749,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 8
                              },
                              "end": {
                                "line": 131,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4734,
                              "end": 4744,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 8
                                },
                                "end": {
                                  "line": 131,
                                  "column": 18
                                },
                                "identifierName": "finalQuery"
                              },
                              "name": "finalQuery"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 4747,
                              "end": 4749,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 21
                                },
                                "end": {
                                  "line": 131,
                                  "column": 23
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "''"
                              },
                              "value": ""
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 4755,
                        "end": 4896,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 4
                          },
                          "end": {
                            "line": 135,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 4759,
                          "end": 4776,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 8
                            },
                            "end": {
                              "line": 132,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4759,
                            "end": 4769,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 8
                              },
                              "end": {
                                "line": 132,
                                "column": 18
                              },
                              "identifierName": "attrString"
                            },
                            "name": "attrString"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4770,
                            "end": 4776,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 19
                              },
                              "end": {
                                "line": 132,
                                "column": 25
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 4778,
                          "end": 4896,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 27
                            },
                            "end": {
                              "line": 135,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 4786,
                              "end": 4834,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 6
                                },
                                "end": {
                                  "line": 133,
                                  "column": 54
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4786,
                                "end": 4833,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 53
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 4786,
                                  "end": 4796,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 16
                                    },
                                    "identifierName": "finalQuery"
                                  },
                                  "name": "finalQuery"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 4800,
                                  "end": 4833,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 53
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 4800,
                                    "end": 4809,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 29
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "CHANGE ",
                                      "raw": "'CHANGE '"
                                    },
                                    "value": "CHANGE "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 4812,
                                    "end": 4833,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 53
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4812,
                                      "end": 4827,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4812,
                                        "end": 4822,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 42
                                          },
                                          "identifierName": "attrString"
                                        },
                                        "name": "attrString"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4823,
                                        "end": 4827,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 47
                                          },
                                          "identifierName": "join"
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 4828,
                                        "end": 4832,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 52
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ", ",
                                          "raw": "', '"
                                        },
                                        "value": ", "
                                      }
                                    ]
                                  }
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 4841,
                              "end": 4890,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 6
                                },
                                "end": {
                                  "line": 134,
                                  "column": 55
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4841,
                                "end": 4889,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 54
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 4841,
                                  "end": 4851,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 16
                                    },
                                    "identifierName": "finalQuery"
                                  },
                                  "name": "finalQuery"
                                },
                                "right": {
                                  "type": "ConditionalExpression",
                                  "start": 4855,
                                  "end": 4889,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 54
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 4855,
                                    "end": 4878,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4855,
                                      "end": 4871,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 36
                                        },
                                        "identifierName": "constraintString"
                                      },
                                      "name": "constraintString"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4872,
                                      "end": 4878,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 43
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "StringLiteral",
                                    "start": 4881,
                                    "end": 4884,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 49
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " ",
                                      "raw": "' '"
                                    },
                                    "value": " "
                                  },
                                  "alternate": {
                                    "type": "StringLiteral",
                                    "start": 4887,
                                    "end": 4889,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 54
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "",
                                      "raw": "''"
                                    },
                                    "value": ""
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 4901,
                        "end": 5006,
                        "loc": {
                          "start": {
                            "line": 136,
                            "column": 4
                          },
                          "end": {
                            "line": 138,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 4905,
                          "end": 4928,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 8
                            },
                            "end": {
                              "line": 136,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4905,
                            "end": 4921,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 8
                              },
                              "end": {
                                "line": 136,
                                "column": 24
                              },
                              "identifierName": "constraintString"
                            },
                            "name": "constraintString"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4922,
                            "end": 4928,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 25
                              },
                              "end": {
                                "line": 136,
                                "column": 31
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 4930,
                          "end": 5006,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 33
                            },
                            "end": {
                              "line": 138,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 4938,
                              "end": 5000,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 6
                                },
                                "end": {
                                  "line": 137,
                                  "column": 68
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 4938,
                                "end": 4999,
                                "loc": {
                                  "start": {
                                    "line": 137,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 67
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 4938,
                                  "end": 4948,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 16
                                    },
                                    "identifierName": "finalQuery"
                                  },
                                  "name": "finalQuery"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 4952,
                                  "end": 4999,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 67
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 4952,
                                    "end": 4969,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "ADD CONSTRAINT ",
                                      "raw": "'ADD CONSTRAINT '"
                                    },
                                    "value": "ADD CONSTRAINT "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 4972,
                                    "end": 4999,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 67
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4972,
                                      "end": 4993,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4972,
                                        "end": 4988,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 56
                                          },
                                          "identifierName": "constraintString"
                                        },
                                        "name": "constraintString"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4989,
                                        "end": 4993,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 61
                                          },
                                          "identifierName": "join"
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 4994,
                                        "end": 4998,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 66
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ", ",
                                          "raw": "', '"
                                        },
                                        "value": ", "
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 5012,
                        "end": 5078,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 4
                          },
                          "end": {
                            "line": 140,
                            "column": 70
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 5019,
                          "end": 5077,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 11
                            },
                            "end": {
                              "line": 140,
                              "column": 69
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 5034,
                              "end": 5060,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 26
                                },
                                "end": {
                                  "line": 140,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5034,
                                "end": 5049,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5034,
                                  "end": 5038,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 30
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5039,
                                  "end": 5049,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 41
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 5050,
                                  "end": 5059,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 51
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            },
                            {
                              "type": "Identifier",
                              "start": 5064,
                              "end": 5074,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 56
                                },
                                "end": {
                                  "line": 140,
                                  "column": 66
                                },
                                "identifierName": "finalQuery"
                              },
                              "name": "finalQuery"
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 5020,
                              "end": 5032,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 12
                                },
                                "end": {
                                  "line": 140,
                                  "column": 24
                                }
                              },
                              "value": {
                                "raw": "ALTER TABLE ",
                                "cooked": "ALTER TABLE "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 5061,
                              "end": 5062,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 53
                                },
                                "end": {
                                  "line": 140,
                                  "column": 54
                                }
                              },
                              "value": {
                                "raw": " ",
                                "cooked": " "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 5075,
                              "end": 5076,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 67
                                },
                                "end": {
                                  "line": 140,
                                  "column": 68
                                }
                              },
                              "value": {
                                "raw": ";",
                                "cooked": ";"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 5087,
                  "end": 5437,
                  "loc": {
                    "start": {
                      "line": 143,
                      "column": 2
                    },
                    "end": {
                      "line": 152,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 5087,
                    "end": 5104,
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 2
                      },
                      "end": {
                        "line": 143,
                        "column": 19
                      },
                      "identifierName": "renameColumnQuery"
                    },
                    "name": "renameColumnQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 5105,
                      "end": 5114,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 20
                        },
                        "end": {
                          "line": 143,
                          "column": 29
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 5116,
                      "end": 5126,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 31
                        },
                        "end": {
                          "line": 143,
                          "column": 41
                        },
                        "identifierName": "attrBefore"
                      },
                      "name": "attrBefore"
                    },
                    {
                      "type": "Identifier",
                      "start": 5128,
                      "end": 5138,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 43
                        },
                        "end": {
                          "line": 143,
                          "column": 53
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5140,
                    "end": 5437,
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 55
                      },
                      "end": {
                        "line": 152,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 5146,
                        "end": 5168,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 4
                          },
                          "end": {
                            "line": 144,
                            "column": 26
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5152,
                            "end": 5167,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 10
                              },
                              "end": {
                                "line": 144,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5152,
                              "end": 5162,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 10
                                },
                                "end": {
                                  "line": 144,
                                  "column": 20
                                },
                                "identifierName": "attrString"
                              },
                              "name": "attrString"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 5165,
                              "end": 5167,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 23
                                },
                                "end": {
                                  "line": 144,
                                  "column": 25
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 5174,
                        "end": 5343,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 4
                          },
                          "end": {
                            "line": 149,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 5179,
                          "end": 5193,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 9
                            },
                            "end": {
                              "line": 146,
                              "column": 23
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 5185,
                              "end": 5193,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 15
                                },
                                "end": {
                                  "line": 146,
                                  "column": 23
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 5185,
                                "end": 5193,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 23
                                  },
                                  "identifierName": "attrName"
                                },
                                "name": "attrName"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5197,
                          "end": 5207,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 27
                            },
                            "end": {
                              "line": 146,
                              "column": 37
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 5209,
                          "end": 5343,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 39
                            },
                            "end": {
                              "line": 149,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 5217,
                              "end": 5257,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 6
                                },
                                "end": {
                                  "line": 147,
                                  "column": 46
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 5223,
                                  "end": 5256,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 45
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5223,
                                    "end": 5233,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 22
                                      },
                                      "identifierName": "definition"
                                    },
                                    "name": "definition"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 5236,
                                    "end": 5256,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5236,
                                      "end": 5246,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 35
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5247,
                                      "end": 5255,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 44
                                        },
                                        "identifierName": "attrName"
                                      },
                                      "name": "attrName"
                                    },
                                    "computed": true
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 5264,
                              "end": 5337,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 6
                                },
                                "end": {
                                  "line": 148,
                                  "column": 79
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5264,
                                "end": 5336,
                                "loc": {
                                  "start": {
                                    "line": 148,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 148,
                                    "column": 78
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5264,
                                  "end": 5279,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5264,
                                    "end": 5274,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 16
                                      },
                                      "identifierName": "attrString"
                                    },
                                    "name": "attrString"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5275,
                                    "end": 5279,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 21
                                      },
                                      "identifierName": "push"
                                    },
                                    "name": "push"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 5280,
                                    "end": 5335,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 77
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 5280,
                                      "end": 5322,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 64
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 5280,
                                        "end": 5315,
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 57
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 5280,
                                          "end": 5304,
                                          "loc": {
                                            "start": {
                                              "line": 148,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 148,
                                              "column": 46
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 5280,
                                            "end": 5296,
                                            "loc": {
                                              "start": {
                                                "line": 148,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 148,
                                                "column": 38
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 5280,
                                              "end": 5283,
                                              "loc": {
                                                "start": {
                                                  "line": 148,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 148,
                                                  "column": 25
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "`",
                                                "raw": "'`'"
                                              },
                                              "value": "`"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 5286,
                                              "end": 5296,
                                              "loc": {
                                                "start": {
                                                  "line": 148,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 148,
                                                  "column": 38
                                                },
                                                "identifierName": "attrBefore"
                                              },
                                              "name": "attrBefore"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 5299,
                                            "end": 5304,
                                            "loc": {
                                              "start": {
                                                "line": 148,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 148,
                                                "column": 46
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "` `",
                                              "raw": "'` `'"
                                            },
                                            "value": "` `"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 5307,
                                          "end": 5315,
                                          "loc": {
                                            "start": {
                                              "line": 148,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 148,
                                              "column": 57
                                            },
                                            "identifierName": "attrName"
                                          },
                                          "name": "attrName"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 5318,
                                        "end": 5322,
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 64
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "` ",
                                          "raw": "'` '"
                                        },
                                        "value": "` "
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5325,
                                      "end": 5335,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 77
                                        },
                                        "identifierName": "definition"
                                      },
                                      "name": "definition"
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 5349,
                        "end": 5433,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 4
                          },
                          "end": {
                            "line": 151,
                            "column": 88
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 5356,
                          "end": 5432,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 11
                            },
                            "end": {
                              "line": 151,
                              "column": 87
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 5371,
                              "end": 5397,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 26
                                },
                                "end": {
                                  "line": 151,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5371,
                                "end": 5386,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5371,
                                  "end": 5375,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 30
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5376,
                                  "end": 5386,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 41
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 5387,
                                  "end": 5396,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 51
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            },
                            {
                              "type": "CallExpression",
                              "start": 5408,
                              "end": 5429,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 63
                                },
                                "end": {
                                  "line": 151,
                                  "column": 84
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5408,
                                "end": 5423,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 78
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5408,
                                  "end": 5418,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 73
                                    },
                                    "identifierName": "attrString"
                                  },
                                  "name": "attrString"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5419,
                                  "end": 5423,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 78
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 5424,
                                  "end": 5428,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 83
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 5357,
                              "end": 5369,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 12
                                },
                                "end": {
                                  "line": 151,
                                  "column": 24
                                }
                              },
                              "value": {
                                "raw": "ALTER TABLE ",
                                "cooked": "ALTER TABLE "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 5398,
                              "end": 5406,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 53
                                },
                                "end": {
                                  "line": 151,
                                  "column": 61
                                }
                              },
                              "value": {
                                "raw": " CHANGE ",
                                "cooked": " CHANGE "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 5430,
                              "end": 5431,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 85
                                },
                                "end": {
                                  "line": 151,
                                  "column": 86
                                }
                              },
                              "value": {
                                "raw": ";",
                                "cooked": ";"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 5442,
                  "end": 5812,
                  "loc": {
                    "start": {
                      "line": 154,
                      "column": 2
                    },
                    "end": {
                      "line": 163,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 5442,
                    "end": 5453,
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 2
                      },
                      "end": {
                        "line": 154,
                        "column": 13
                      },
                      "identifierName": "upsertQuery"
                    },
                    "name": "upsertQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 5454,
                      "end": 5463,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 14
                        },
                        "end": {
                          "line": 154,
                          "column": 23
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 5465,
                      "end": 5477,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 25
                        },
                        "end": {
                          "line": 154,
                          "column": 37
                        },
                        "identifierName": "insertValues"
                      },
                      "name": "insertValues"
                    },
                    {
                      "type": "Identifier",
                      "start": 5479,
                      "end": 5491,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 39
                        },
                        "end": {
                          "line": 154,
                          "column": 51
                        },
                        "identifierName": "updateValues"
                      },
                      "name": "updateValues"
                    },
                    {
                      "type": "Identifier",
                      "start": 5493,
                      "end": 5498,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 53
                        },
                        "end": {
                          "line": 154,
                          "column": 58
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    },
                    {
                      "type": "Identifier",
                      "start": 5500,
                      "end": 5513,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 60
                        },
                        "end": {
                          "line": 154,
                          "column": 73
                        },
                        "identifierName": "rawAttributes"
                      },
                      "name": "rawAttributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 5515,
                      "end": 5522,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 75
                        },
                        "end": {
                          "line": 154,
                          "column": 82
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5524,
                    "end": 5812,
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 84
                      },
                      "end": {
                        "line": 163,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 5530,
                        "end": 5562,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 4
                          },
                          "end": {
                            "line": 155,
                            "column": 36
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 5530,
                          "end": 5561,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 4
                            },
                            "end": {
                              "line": 155,
                              "column": 35
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 5530,
                            "end": 5549,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 4
                              },
                              "end": {
                                "line": 155,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5530,
                              "end": 5537,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 4
                                },
                                "end": {
                                  "line": 155,
                                  "column": 11
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5538,
                              "end": 5549,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 12
                                },
                                "end": {
                                  "line": 155,
                                  "column": 23
                                },
                                "identifierName": "onDuplicate"
                              },
                              "name": "onDuplicate"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "StringLiteral",
                            "start": 5552,
                            "end": 5561,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 26
                              },
                              "end": {
                                "line": 155,
                                "column": 35
                              }
                            },
                            "extra": {
                              "rawValue": "UPDATE ",
                              "raw": "'UPDATE '"
                            },
                            "value": "UPDATE "
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 5568,
                        "end": 5729,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 4
                          },
                          "end": {
                            "line": 160,
                            "column": 18
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 5568,
                          "end": 5728,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 4
                            },
                            "end": {
                              "line": 160,
                              "column": 17
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 5568,
                            "end": 5587,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 4
                              },
                              "end": {
                                "line": 157,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5568,
                              "end": 5575,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 4
                                },
                                "end": {
                                  "line": 157,
                                  "column": 11
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5576,
                              "end": 5587,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 12
                                },
                                "end": {
                                  "line": 157,
                                  "column": 23
                                },
                                "identifierName": "onDuplicate"
                              },
                              "name": "onDuplicate"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 5591,
                            "end": 5728,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 27
                              },
                              "end": {
                                "line": 160,
                                "column": 17
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5591,
                              "end": 5722,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 27
                                },
                                "end": {
                                  "line": 160,
                                  "column": 11
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 5591,
                                "end": 5717,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5591,
                                  "end": 5620,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5591,
                                    "end": 5616,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 52
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5591,
                                      "end": 5602,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5591,
                                        "end": 5597,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 33
                                          },
                                          "identifierName": "Object"
                                        },
                                        "name": "Object"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5598,
                                        "end": 5602,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 38
                                          },
                                          "identifierName": "keys"
                                        },
                                        "name": "keys"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5603,
                                        "end": 5615,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 51
                                          },
                                          "identifierName": "updateValues"
                                        },
                                        "name": "updateValues"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5617,
                                    "end": 5620,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 56
                                      },
                                      "identifierName": "map"
                                    },
                                    "name": "map"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 5621,
                                    "end": 5716,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 5
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 5621,
                                        "end": 5624,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 60
                                          },
                                          "identifierName": "key"
                                        },
                                        "name": "key"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 5628,
                                      "end": 5716,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 5636,
                                          "end": 5668,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 38
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 5636,
                                            "end": 5667,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 37
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5636,
                                              "end": 5639,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 9
                                                },
                                                "identifierName": "key"
                                              },
                                              "name": "key"
                                            },
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 5642,
                                              "end": 5667,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 37
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5642,
                                                "end": 5662,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5642,
                                                  "end": 5646,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5647,
                                                  "end": 5662,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 32
                                                    },
                                                    "identifierName": "quoteIdentifier"
                                                  },
                                                  "name": "quoteIdentifier"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 5663,
                                                  "end": 5666,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 36
                                                    },
                                                    "identifierName": "key"
                                                  },
                                                  "name": "key"
                                                }
                                              ]
                                            }
                                          }
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5675,
                                          "end": 5710,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 41
                                            }
                                          },
                                          "argument": {
                                            "type": "BinaryExpression",
                                            "start": 5682,
                                            "end": 5709,
                                            "loc": {
                                              "start": {
                                                "line": 159,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 40
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 5682,
                                              "end": 5704,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 35
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 5682,
                                                "end": 5698,
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 29
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 5682,
                                                  "end": 5685,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 16
                                                    },
                                                    "identifierName": "key"
                                                  },
                                                  "name": "key"
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 5688,
                                                  "end": 5698,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 29
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "=VALUES(",
                                                    "raw": "'=VALUES('"
                                                  },
                                                  "value": "=VALUES("
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 5701,
                                                "end": 5704,
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 35
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 5706,
                                              "end": 5709,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 40
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ")",
                                                "raw": "')'"
                                              },
                                              "value": ")"
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5718,
                                "end": 5722,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 11
                                  },
                                  "identifierName": "join"
                                },
                                "name": "join"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 5723,
                                "end": 5727,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 16
                                  }
                                },
                                "extra": {
                                  "rawValue": ", ",
                                  "raw": "', '"
                                },
                                "value": ", "
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 5735,
                        "end": 5808,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 4
                          },
                          "end": {
                            "line": 162,
                            "column": 77
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 5742,
                          "end": 5807,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 11
                            },
                            "end": {
                              "line": 162,
                              "column": 76
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5742,
                            "end": 5758,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 11
                              },
                              "end": {
                                "line": 162,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5742,
                              "end": 5746,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 11
                                },
                                "end": {
                                  "line": 162,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5747,
                              "end": 5758,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 16
                                },
                                "end": {
                                  "line": 162,
                                  "column": 27
                                },
                                "identifierName": "insertQuery"
                              },
                              "name": "insertQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5759,
                              "end": 5768,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 28
                                },
                                "end": {
                                  "line": 162,
                                  "column": 37
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 5770,
                              "end": 5782,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 39
                                },
                                "end": {
                                  "line": 162,
                                  "column": 51
                                },
                                "identifierName": "insertValues"
                              },
                              "name": "insertValues"
                            },
                            {
                              "type": "Identifier",
                              "start": 5784,
                              "end": 5797,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 53
                                },
                                "end": {
                                  "line": 162,
                                  "column": 66
                                },
                                "identifierName": "rawAttributes"
                              },
                              "name": "rawAttributes"
                            },
                            {
                              "type": "Identifier",
                              "start": 5799,
                              "end": 5806,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 68
                                },
                                "end": {
                                  "line": 162,
                                  "column": 75
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 5817,
                  "end": 6417,
                  "loc": {
                    "start": {
                      "line": 165,
                      "column": 2
                    },
                    "end": {
                      "line": 190,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 5817,
                    "end": 5828,
                    "loc": {
                      "start": {
                        "line": 165,
                        "column": 2
                      },
                      "end": {
                        "line": 165,
                        "column": 13
                      },
                      "identifierName": "deleteQuery"
                    },
                    "name": "deleteQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 5829,
                      "end": 5838,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 14
                        },
                        "end": {
                          "line": 165,
                          "column": 23
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 5840,
                      "end": 5845,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 25
                        },
                        "end": {
                          "line": 165,
                          "column": 30
                        },
                        "identifierName": "where"
                      },
                      "name": "where"
                    },
                    {
                      "type": "Identifier",
                      "start": 5847,
                      "end": 5854,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 32
                        },
                        "end": {
                          "line": 165,
                          "column": 39
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5856,
                    "end": 6417,
                    "loc": {
                      "start": {
                        "line": 165,
                        "column": 41
                      },
                      "end": {
                        "line": 190,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "start": 5862,
                        "end": 5886,
                        "loc": {
                          "start": {
                            "line": 166,
                            "column": 4
                          },
                          "end": {
                            "line": 166,
                            "column": 28
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 5862,
                          "end": 5885,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 4
                            },
                            "end": {
                              "line": 166,
                              "column": 27
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 5862,
                            "end": 5869,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 4
                              },
                              "end": {
                                "line": 166,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "right": {
                            "type": "LogicalExpression",
                            "start": 5872,
                            "end": 5885,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 14
                              },
                              "end": {
                                "line": 166,
                                "column": 27
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 5872,
                              "end": 5879,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 14
                                },
                                "end": {
                                  "line": 166,
                                  "column": 21
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 5883,
                              "end": 5885,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 25
                                },
                                "end": {
                                  "line": 166,
                                  "column": 27
                                }
                              },
                              "properties": []
                            }
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 5892,
                        "end": 5933,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 4
                          },
                          "end": {
                            "line": 168,
                            "column": 45
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5898,
                            "end": 5932,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 10
                              },
                              "end": {
                                "line": 168,
                                "column": 44
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5898,
                              "end": 5903,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 10
                                },
                                "end": {
                                  "line": 168,
                                  "column": 15
                                },
                                "identifierName": "table"
                              },
                              "name": "table"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 5906,
                              "end": 5932,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 18
                                },
                                "end": {
                                  "line": 168,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5906,
                                "end": 5921,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5906,
                                  "end": 5910,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 22
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5911,
                                  "end": 5921,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 33
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 5922,
                                  "end": 5931,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 43
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "IfStatement",
                        "start": 5938,
                        "end": 6059,
                        "loc": {
                          "start": {
                            "line": 169,
                            "column": 4
                          },
                          "end": {
                            "line": 172,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 5942,
                          "end": 5967,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 8
                            },
                            "end": {
                              "line": 169,
                              "column": 33
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 5942,
                            "end": 5958,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 8
                              },
                              "end": {
                                "line": 169,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5942,
                              "end": 5949,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 8
                                },
                                "end": {
                                  "line": 169,
                                  "column": 15
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5950,
                              "end": 5958,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 16
                                },
                                "end": {
                                  "line": 169,
                                  "column": 24
                                },
                                "identifierName": "truncate"
                              },
                              "name": "truncate"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 5963,
                            "end": 5967,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 29
                              },
                              "end": {
                                "line": 169,
                                "column": 33
                              }
                            },
                            "value": true
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 5969,
                          "end": 6059,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 35
                            },
                            "end": {
                              "line": 172,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 6026,
                              "end": 6053,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 6
                                },
                                "end": {
                                  "line": 171,
                                  "column": 33
                                }
                              },
                              "argument": {
                                "type": "BinaryExpression",
                                "start": 6033,
                                "end": 6052,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 32
                                  }
                                },
                                "left": {
                                  "type": "StringLiteral",
                                  "start": 6033,
                                  "end": 6044,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "TRUNCATE ",
                                    "raw": "'TRUNCATE '"
                                  },
                                  "value": "TRUNCATE ",
                                  "leadingComments": null
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 6047,
                                  "end": 6052,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 32
                                    },
                                    "identifierName": "table"
                                  },
                                  "name": "table"
                                },
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Truncate does not allow LIMIT and WHERE",
                                  "start": 5977,
                                  "end": 6019,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 48
                                    }
                                  }
                                }
                              ]
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 6065,
                        "end": 6104,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 4
                          },
                          "end": {
                            "line": 174,
                            "column": 43
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 6065,
                          "end": 6103,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 4
                            },
                            "end": {
                              "line": 174,
                              "column": 42
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 6065,
                            "end": 6070,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 4
                              },
                              "end": {
                                "line": 174,
                                "column": 9
                              },
                              "identifierName": "where"
                            },
                            "name": "where"
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 6073,
                            "end": 6103,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 12
                              },
                              "end": {
                                "line": 174,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6073,
                              "end": 6096,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 12
                                },
                                "end": {
                                  "line": 174,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6073,
                                "end": 6077,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6078,
                                "end": 6096,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 35
                                  },
                                  "identifierName": "getWhereConditions"
                                },
                                "name": "getWhereConditions"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6097,
                                "end": 6102,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 41
                                  },
                                  "identifierName": "where"
                                },
                                "name": "where"
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 6109,
                        "end": 6124,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 4
                          },
                          "end": {
                            "line": 175,
                            "column": 19
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6113,
                            "end": 6123,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 8
                              },
                              "end": {
                                "line": 175,
                                "column": 18
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6113,
                              "end": 6118,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 8
                                },
                                "end": {
                                  "line": 175,
                                  "column": 13
                                },
                                "identifierName": "limit"
                              },
                              "name": "limit"
                            },
                            "init": {
                              "type": "StringLiteral",
                              "start": 6121,
                              "end": 6123,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 16
                                },
                                "end": {
                                  "line": 175,
                                  "column": 18
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "''"
                              },
                              "value": ""
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 6130,
                        "end": 6202,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 4
                          },
                          "end": {
                            "line": 179,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "CallExpression",
                          "start": 6134,
                          "end": 6168,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 8
                            },
                            "end": {
                              "line": 177,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6134,
                            "end": 6153,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 8
                              },
                              "end": {
                                "line": 177,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6134,
                              "end": 6141,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 8
                                },
                                "end": {
                                  "line": 177,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6134,
                                "end": 6139,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 13
                                  },
                                  "identifierName": "Utils"
                                },
                                "name": "Utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6140,
                                "end": 6141,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 15
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6142,
                              "end": 6153,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 16
                                },
                                "end": {
                                  "line": 177,
                                  "column": 27
                                },
                                "identifierName": "isUndefined"
                              },
                              "name": "isUndefined"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 6154,
                              "end": 6167,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 28
                                },
                                "end": {
                                  "line": 177,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6154,
                                "end": 6161,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 35
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6162,
                                "end": 6167,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 41
                                  },
                                  "identifierName": "limit"
                                },
                                "name": "limit"
                              },
                              "computed": false
                            }
                          ]
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 6170,
                          "end": 6202,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 44
                            },
                            "end": {
                              "line": 179,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 6178,
                              "end": 6196,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 6
                                },
                                "end": {
                                  "line": 178,
                                  "column": 24
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 6178,
                                "end": 6195,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 23
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 6178,
                                  "end": 6191,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6178,
                                    "end": 6185,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 13
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6186,
                                    "end": 6191,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 19
                                      },
                                      "identifierName": "limit"
                                    },
                                    "name": "limit"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 6194,
                                  "end": 6195,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 23
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 6208,
                        "end": 6290,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 4
                          },
                          "end": {
                            "line": 183,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 6212,
                          "end": 6227,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 8
                            },
                            "end": {
                              "line": 181,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 6213,
                            "end": 6227,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 9
                              },
                              "end": {
                                "line": 181,
                                "column": 23
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 6214,
                              "end": 6227,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 10
                                },
                                "end": {
                                  "line": 181,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6214,
                                "end": 6221,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 17
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6222,
                                "end": 6227,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 23
                                  },
                                  "identifierName": "limit"
                                },
                                "name": "limit"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 6229,
                          "end": 6290,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 25
                            },
                            "end": {
                              "line": 183,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 6237,
                              "end": 6284,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 6
                                },
                                "end": {
                                  "line": 182,
                                  "column": 53
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 6237,
                                "end": 6283,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 52
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 6237,
                                  "end": 6242,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 11
                                    },
                                    "identifierName": "limit"
                                  },
                                  "name": "limit"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 6245,
                                  "end": 6283,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 6245,
                                    "end": 6254,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 23
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " LIMIT ",
                                      "raw": "' LIMIT '"
                                    },
                                    "value": " LIMIT "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 6257,
                                    "end": 6283,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 52
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6257,
                                      "end": 6268,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6257,
                                        "end": 6261,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6262,
                                        "end": 6268,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 37
                                          },
                                          "identifierName": "escape"
                                        },
                                        "name": "escape"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6269,
                                        "end": 6282,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6269,
                                          "end": 6276,
                                          "loc": {
                                            "start": {
                                              "line": 182,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 182,
                                              "column": 45
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6277,
                                          "end": 6282,
                                          "loc": {
                                            "start": {
                                              "line": 182,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 182,
                                              "column": 51
                                            },
                                            "identifierName": "limit"
                                          },
                                          "name": "limit"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 6296,
                        "end": 6331,
                        "loc": {
                          "start": {
                            "line": 185,
                            "column": 4
                          },
                          "end": {
                            "line": 185,
                            "column": 39
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6300,
                            "end": 6330,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 8
                              },
                              "end": {
                                "line": 185,
                                "column": 38
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6300,
                              "end": 6305,
                              "loc": {
                                "start": {
                                  "line": 185,
                                  "column": 8
                                },
                                "end": {
                                  "line": 185,
                                  "column": 13
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 6308,
                              "end": 6330,
                              "loc": {
                                "start": {
                                  "line": 185,
                                  "column": 16
                                },
                                "end": {
                                  "line": 185,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "StringLiteral",
                                "start": 6308,
                                "end": 6322,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 30
                                  }
                                },
                                "extra": {
                                  "rawValue": "DELETE FROM ",
                                  "raw": "'DELETE FROM '"
                                },
                                "value": "DELETE FROM "
                              },
                              "operator": "+",
                              "right": {
                                "type": "Identifier",
                                "start": 6325,
                                "end": 6330,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 38
                                  },
                                  "identifierName": "table"
                                },
                                "name": "table"
                              }
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 6336,
                        "end": 6374,
                        "loc": {
                          "start": {
                            "line": 186,
                            "column": 4
                          },
                          "end": {
                            "line": 186,
                            "column": 42
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 6340,
                          "end": 6345,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 8
                            },
                            "end": {
                              "line": 186,
                              "column": 13
                            },
                            "identifierName": "where"
                          },
                          "name": "where"
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 6347,
                          "end": 6374,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 15
                            },
                            "end": {
                              "line": 186,
                              "column": 42
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6347,
                            "end": 6373,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 15
                              },
                              "end": {
                                "line": 186,
                                "column": 41
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 6347,
                              "end": 6352,
                              "loc": {
                                "start": {
                                  "line": 186,
                                  "column": 15
                                },
                                "end": {
                                  "line": 186,
                                  "column": 20
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "right": {
                              "type": "BinaryExpression",
                              "start": 6356,
                              "end": 6373,
                              "loc": {
                                "start": {
                                  "line": 186,
                                  "column": 24
                                },
                                "end": {
                                  "line": 186,
                                  "column": 41
                                }
                              },
                              "left": {
                                "type": "StringLiteral",
                                "start": 6356,
                                "end": 6365,
                                "loc": {
                                  "start": {
                                    "line": 186,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 186,
                                    "column": 33
                                  }
                                },
                                "extra": {
                                  "rawValue": " WHERE ",
                                  "raw": "' WHERE '"
                                },
                                "value": " WHERE "
                              },
                              "operator": "+",
                              "right": {
                                "type": "Identifier",
                                "start": 6368,
                                "end": 6373,
                                "loc": {
                                  "start": {
                                    "line": 186,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 186,
                                    "column": 41
                                  },
                                  "identifierName": "where"
                                },
                                "name": "where"
                              }
                            }
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 6379,
                        "end": 6394,
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 4
                          },
                          "end": {
                            "line": 187,
                            "column": 19
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 6379,
                          "end": 6393,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 4
                            },
                            "end": {
                              "line": 187,
                              "column": 18
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "Identifier",
                            "start": 6379,
                            "end": 6384,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 4
                              },
                              "end": {
                                "line": 187,
                                "column": 9
                              },
                              "identifierName": "query"
                            },
                            "name": "query"
                          },
                          "right": {
                            "type": "Identifier",
                            "start": 6388,
                            "end": 6393,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 13
                              },
                              "end": {
                                "line": 187,
                                "column": 18
                              },
                              "identifierName": "limit"
                            },
                            "name": "limit"
                          }
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 6400,
                        "end": 6413,
                        "loc": {
                          "start": {
                            "line": 189,
                            "column": 4
                          },
                          "end": {
                            "line": 189,
                            "column": 17
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 6407,
                          "end": 6412,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 11
                            },
                            "end": {
                              "line": 189,
                              "column": 16
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 6422,
                  "end": 6595,
                  "loc": {
                    "start": {
                      "line": 192,
                      "column": 2
                    },
                    "end": {
                      "line": 194,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 6422,
                    "end": 6438,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 2
                      },
                      "end": {
                        "line": 192,
                        "column": 18
                      },
                      "identifierName": "showIndexesQuery"
                    },
                    "name": "showIndexesQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 6439,
                      "end": 6448,
                      "loc": {
                        "start": {
                          "line": 192,
                          "column": 19
                        },
                        "end": {
                          "line": 192,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 6450,
                      "end": 6457,
                      "loc": {
                        "start": {
                          "line": 192,
                          "column": 30
                        },
                        "end": {
                          "line": 192,
                          "column": 37
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 6459,
                    "end": 6595,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 39
                      },
                      "end": {
                        "line": 194,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 6465,
                        "end": 6591,
                        "loc": {
                          "start": {
                            "line": 193,
                            "column": 4
                          },
                          "end": {
                            "line": 193,
                            "column": 130
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 6472,
                          "end": 6590,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 11
                            },
                            "end": {
                              "line": 193,
                              "column": 129
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 6472,
                            "end": 6519,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 11
                              },
                              "end": {
                                "line": 193,
                                "column": 58
                              }
                            },
                            "left": {
                              "type": "StringLiteral",
                              "start": 6472,
                              "end": 6490,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 11
                                },
                                "end": {
                                  "line": 193,
                                  "column": 29
                                }
                              },
                              "extra": {
                                "rawValue": "SHOW INDEX FROM ",
                                "raw": "'SHOW INDEX FROM '"
                              },
                              "value": "SHOW INDEX FROM "
                            },
                            "operator": "+",
                            "right": {
                              "type": "CallExpression",
                              "start": 6493,
                              "end": 6519,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 32
                                },
                                "end": {
                                  "line": 193,
                                  "column": 58
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6493,
                                "end": 6508,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6493,
                                  "end": 6497,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 36
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6498,
                                  "end": 6508,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 47
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6509,
                                  "end": 6518,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 57
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "ConditionalExpression",
                            "start": 6523,
                            "end": 6589,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 62
                              },
                              "end": {
                                "line": 193,
                                "column": 128
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 6523,
                              "end": 6547,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 62
                                },
                                "end": {
                                  "line": 193,
                                  "column": 86
                                }
                              },
                              "object": {
                                "type": "LogicalExpression",
                                "start": 6524,
                                "end": 6537,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 76
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6524,
                                  "end": 6531,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 70
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "operator": "||",
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 6535,
                                  "end": 6537,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 76
                                    }
                                  },
                                  "properties": []
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 6523
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6539,
                                "end": 6547,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 86
                                  },
                                  "identifierName": "database"
                                },
                                "name": "database"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BinaryExpression",
                              "start": 6550,
                              "end": 6584,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 89
                                },
                                "end": {
                                  "line": 193,
                                  "column": 123
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 6550,
                                "end": 6578,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 117
                                  }
                                },
                                "left": {
                                  "type": "StringLiteral",
                                  "start": 6550,
                                  "end": 6559,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 98
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " FROM `",
                                    "raw": "' FROM `'"
                                  },
                                  "value": " FROM `"
                                },
                                "operator": "+",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 6562,
                                  "end": 6578,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 101
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 117
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6562,
                                    "end": 6569,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 101
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 108
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6570,
                                    "end": 6578,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 117
                                      },
                                      "identifierName": "database"
                                    },
                                    "name": "database"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 6581,
                                "end": 6584,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 120
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 123
                                  }
                                },
                                "extra": {
                                  "rawValue": "`",
                                  "raw": "'`'"
                                },
                                "value": "`"
                              }
                            },
                            "alternate": {
                              "type": "StringLiteral",
                              "start": 6587,
                              "end": 6589,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 126
                                },
                                "end": {
                                  "line": 193,
                                  "column": 128
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "''"
                              },
                              "value": ""
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 6522
                            }
                          }
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 6600,
                  "end": 6928,
                  "loc": {
                    "start": {
                      "line": 196,
                      "column": 2
                    },
                    "end": {
                      "line": 204,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 6600,
                    "end": 6616,
                    "loc": {
                      "start": {
                        "line": 196,
                        "column": 2
                      },
                      "end": {
                        "line": 196,
                        "column": 18
                      },
                      "identifierName": "removeIndexQuery"
                    },
                    "name": "removeIndexQuery"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 6617,
                      "end": 6626,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 19
                        },
                        "end": {
                          "line": 196,
                          "column": 28
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 6628,
                      "end": 6649,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 30
                        },
                        "end": {
                          "line": 196,
                          "column": 51
                        },
                        "identifierName": "indexNameOrAttributes"
                      },
                      "name": "indexNameOrAttributes"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 6651,
                    "end": 6928,
                    "loc": {
                      "start": {
                        "line": 196,
                        "column": 53
                      },
                      "end": {
                        "line": 204,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 6657,
                        "end": 6695,
                        "loc": {
                          "start": {
                            "line": 197,
                            "column": 4
                          },
                          "end": {
                            "line": 197,
                            "column": 42
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6661,
                            "end": 6694,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 8
                              },
                              "end": {
                                "line": 197,
                                "column": 41
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6661,
                              "end": 6670,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 8
                                },
                                "end": {
                                  "line": 197,
                                  "column": 17
                                },
                                "identifierName": "indexName"
                              },
                              "name": "indexName"
                            },
                            "init": {
                              "type": "Identifier",
                              "start": 6673,
                              "end": 6694,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 20
                                },
                                "end": {
                                  "line": 197,
                                  "column": 41
                                },
                                "identifierName": "indexNameOrAttributes"
                              },
                              "name": "indexNameOrAttributes"
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 6701,
                        "end": 6830,
                        "loc": {
                          "start": {
                            "line": 199,
                            "column": 4
                          },
                          "end": {
                            "line": 201,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 6705,
                          "end": 6734,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 8
                            },
                            "end": {
                              "line": 199,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 6705,
                            "end": 6721,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 8
                              },
                              "end": {
                                "line": 199,
                                "column": 24
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 6712,
                              "end": 6721,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 15
                                },
                                "end": {
                                  "line": 199,
                                  "column": 24
                                },
                                "identifierName": "indexName"
                              },
                              "name": "indexName"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "!==",
                          "right": {
                            "type": "StringLiteral",
                            "start": 6726,
                            "end": 6734,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 29
                              },
                              "end": {
                                "line": 199,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "string",
                              "raw": "'string'"
                            },
                            "value": "string"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 6736,
                          "end": 6830,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 39
                            },
                            "end": {
                              "line": 201,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 6744,
                              "end": 6824,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 6
                                },
                                "end": {
                                  "line": 200,
                                  "column": 86
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 6744,
                                "end": 6823,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 85
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 6744,
                                  "end": 6753,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 15
                                    },
                                    "identifierName": "indexName"
                                  },
                                  "name": "indexName"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 6756,
                                  "end": 6823,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 85
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6756,
                                    "end": 6772,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6756,
                                      "end": 6761,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 23
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6762,
                                      "end": 6772,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 34
                                        },
                                        "identifierName": "underscore"
                                      },
                                      "name": "underscore"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "start": 6773,
                                      "end": 6822,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 84
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 6773,
                                        "end": 6788,
                                        "loc": {
                                          "start": {
                                            "line": 200,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 200,
                                            "column": 50
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 6773,
                                          "end": 6782,
                                          "loc": {
                                            "start": {
                                              "line": 200,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 200,
                                              "column": 44
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 6785,
                                          "end": 6788,
                                          "loc": {
                                            "start": {
                                              "line": 200,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 200,
                                              "column": 50
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "_",
                                            "raw": "'_'"
                                          },
                                          "value": "_"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 6791,
                                        "end": 6822,
                                        "loc": {
                                          "start": {
                                            "line": 200,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 200,
                                            "column": 84
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6791,
                                          "end": 6817,
                                          "loc": {
                                            "start": {
                                              "line": 200,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 200,
                                              "column": 79
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6791,
                                            "end": 6812,
                                            "loc": {
                                              "start": {
                                                "line": 200,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 200,
                                                "column": 74
                                              },
                                              "identifierName": "indexNameOrAttributes"
                                            },
                                            "name": "indexNameOrAttributes"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6813,
                                            "end": 6817,
                                            "loc": {
                                              "start": {
                                                "line": 200,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 200,
                                                "column": 79
                                              },
                                              "identifierName": "join"
                                            },
                                            "name": "join"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 6818,
                                            "end": 6821,
                                            "loc": {
                                              "start": {
                                                "line": 200,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 200,
                                                "column": 83
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "_",
                                              "raw": "'_'"
                                            },
                                            "value": "_"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 6836,
                        "end": 6924,
                        "loc": {
                          "start": {
                            "line": 203,
                            "column": 4
                          },
                          "end": {
                            "line": 203,
                            "column": 92
                          }
                        },
                        "argument": {
                          "type": "TemplateLiteral",
                          "start": 6843,
                          "end": 6923,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 11
                            },
                            "end": {
                              "line": 203,
                              "column": 91
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 6857,
                              "end": 6888,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 25
                                },
                                "end": {
                                  "line": 203,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6857,
                                "end": 6877,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6857,
                                  "end": 6861,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 29
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6862,
                                  "end": 6877,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 45
                                    },
                                    "identifierName": "quoteIdentifier"
                                  },
                                  "name": "quoteIdentifier"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6878,
                                  "end": 6887,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 55
                                    },
                                    "identifierName": "indexName"
                                  },
                                  "name": "indexName"
                                }
                              ]
                            },
                            {
                              "type": "CallExpression",
                              "start": 6895,
                              "end": 6921,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 63
                                },
                                "end": {
                                  "line": 203,
                                  "column": 89
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6895,
                                "end": 6910,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 78
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6895,
                                  "end": 6899,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 67
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6900,
                                  "end": 6910,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 78
                                    },
                                    "identifierName": "quoteTable"
                                  },
                                  "name": "quoteTable"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6911,
                                  "end": 6920,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 88
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 6844,
                              "end": 6855,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 12
                                },
                                "end": {
                                  "line": 203,
                                  "column": 23
                                }
                              },
                              "value": {
                                "raw": "DROP INDEX ",
                                "cooked": "DROP INDEX "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 6889,
                              "end": 6893,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 57
                                },
                                "end": {
                                  "line": 203,
                                  "column": 61
                                }
                              },
                              "value": {
                                "raw": " ON ",
                                "cooked": " ON "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 6922,
                              "end": 6922,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 90
                                },
                                "end": {
                                  "line": 203,
                                  "column": 90
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 6933,
                  "end": 8706,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 2
                    },
                    "end": {
                      "line": 267,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 6933,
                    "end": 6947,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 2
                      },
                      "end": {
                        "line": 206,
                        "column": 16
                      },
                      "identifierName": "attributeToSQL"
                    },
                    "name": "attributeToSQL"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 6948,
                      "end": 6957,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 17
                        },
                        "end": {
                          "line": 206,
                          "column": 26
                        },
                        "identifierName": "attribute"
                      },
                      "name": "attribute"
                    },
                    {
                      "type": "Identifier",
                      "start": 6959,
                      "end": 6966,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 28
                        },
                        "end": {
                          "line": 206,
                          "column": 35
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 6968,
                    "end": 8706,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 37
                      },
                      "end": {
                        "line": 267,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 6974,
                        "end": 7073,
                        "loc": {
                          "start": {
                            "line": 207,
                            "column": 4
                          },
                          "end": {
                            "line": 211,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 6978,
                          "end": 7011,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 8
                            },
                            "end": {
                              "line": 207,
                              "column": 41
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 6979,
                            "end": 7011,
                            "loc": {
                              "start": {
                                "line": 207,
                                "column": 9
                              },
                              "end": {
                                "line": 207,
                                "column": 41
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6979,
                              "end": 7000,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 9
                                },
                                "end": {
                                  "line": 207,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6979,
                                "end": 6986,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 16
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6979,
                                  "end": 6984,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 14
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6985,
                                  "end": 6986,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 16
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6987,
                                "end": 7000,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 30
                                  },
                                  "identifierName": "isPlainObject"
                                },
                                "name": "isPlainObject"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7001,
                                "end": 7010,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 40
                                  },
                                  "identifierName": "attribute"
                                },
                                "name": "attribute"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7013,
                          "end": 7073,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 43
                            },
                            "end": {
                              "line": 211,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7021,
                              "end": 7067,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 6
                                },
                                "end": {
                                  "line": 210,
                                  "column": 8
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7021,
                                "end": 7066,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 7
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7021,
                                  "end": 7030,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 15
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 7033,
                                  "end": 7066,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 7043,
                                      "end": 7058,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 23
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 7043,
                                        "end": 7047,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 12
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 7049,
                                        "end": 7058,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 23
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 7079,
                        "end": 7154,
                        "loc": {
                          "start": {
                            "line": 213,
                            "column": 4
                          },
                          "end": {
                            "line": 213,
                            "column": 79
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7083,
                            "end": 7153,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 8
                              },
                              "end": {
                                "line": 213,
                                "column": 78
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7083,
                              "end": 7091,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 8
                                },
                                "end": {
                                  "line": 213,
                                  "column": 16
                                },
                                "identifierName": "template"
                              },
                              "name": "template"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 7094,
                              "end": 7153,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 19
                                },
                                "end": {
                                  "line": 213,
                                  "column": 78
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7094,
                                "end": 7117,
                                "loc": {
                                  "start": {
                                    "line": 213,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 213,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7094,
                                  "end": 7108,
                                  "loc": {
                                    "start": {
                                      "line": 213,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 213,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7094,
                                    "end": 7103,
                                    "loc": {
                                      "start": {
                                        "line": 213,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 213,
                                        "column": 28
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7104,
                                    "end": 7108,
                                    "loc": {
                                      "start": {
                                        "line": 213,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 213,
                                        "column": 33
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7109,
                                  "end": 7117,
                                  "loc": {
                                    "start": {
                                      "line": 213,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 213,
                                      "column": 42
                                    },
                                    "identifierName": "toString"
                                  },
                                  "name": "toString"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 7118,
                                  "end": 7152,
                                  "loc": {
                                    "start": {
                                      "line": 213,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 213,
                                      "column": 77
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 7120,
                                      "end": 7150,
                                      "loc": {
                                        "start": {
                                          "line": 213,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 213,
                                          "column": 75
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 7120,
                                        "end": 7126,
                                        "loc": {
                                          "start": {
                                            "line": 213,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 213,
                                            "column": 51
                                          },
                                          "identifierName": "escape"
                                        },
                                        "name": "escape"
                                      },
                                      "value": {
                                        "type": "CallExpression",
                                        "start": 7128,
                                        "end": 7150,
                                        "loc": {
                                          "start": {
                                            "line": 213,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 213,
                                            "column": 75
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7128,
                                          "end": 7144,
                                          "loc": {
                                            "start": {
                                              "line": 213,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 213,
                                              "column": 69
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 7128,
                                            "end": 7139,
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 213,
                                                "column": 64
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 7128,
                                              "end": 7132,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7133,
                                              "end": 7139,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 64
                                                },
                                                "identifierName": "escape"
                                              },
                                              "name": "escape"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7140,
                                            "end": 7144,
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 213,
                                                "column": 69
                                              },
                                              "identifierName": "bind"
                                            },
                                            "name": "bind"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "start": 7145,
                                            "end": 7149,
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 213,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 7160,
                        "end": 7233,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 4
                          },
                          "end": {
                            "line": 217,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 7164,
                          "end": 7193,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 8
                            },
                            "end": {
                              "line": 215,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 7164,
                            "end": 7183,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 8
                              },
                              "end": {
                                "line": 215,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7164,
                              "end": 7173,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 8
                                },
                                "end": {
                                  "line": 215,
                                  "column": 17
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7174,
                              "end": 7183,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 18
                                },
                                "end": {
                                  "line": 215,
                                  "column": 27
                                },
                                "identifierName": "allowNull"
                              },
                              "name": "allowNull"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 7188,
                            "end": 7193,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 32
                              },
                              "end": {
                                "line": 215,
                                "column": 37
                              }
                            },
                            "value": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7195,
                          "end": 7233,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 39
                            },
                            "end": {
                              "line": 217,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7203,
                              "end": 7227,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 6
                                },
                                "end": {
                                  "line": 216,
                                  "column": 30
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7203,
                                "end": 7226,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 29
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7203,
                                  "end": 7211,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 7215,
                                  "end": 7226,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 29
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " NOT NULL",
                                    "raw": "' NOT NULL'"
                                  },
                                  "value": " NOT NULL"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 7239,
                        "end": 7312,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 4
                          },
                          "end": {
                            "line": 221,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 7243,
                          "end": 7266,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 8
                            },
                            "end": {
                              "line": 219,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7243,
                            "end": 7252,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 8
                              },
                              "end": {
                                "line": 219,
                                "column": 17
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7253,
                            "end": 7266,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 18
                              },
                              "end": {
                                "line": 219,
                                "column": 31
                              },
                              "identifierName": "autoIncrement"
                            },
                            "name": "autoIncrement"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7268,
                          "end": 7312,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 33
                            },
                            "end": {
                              "line": 221,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7276,
                              "end": 7306,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 6
                                },
                                "end": {
                                  "line": 220,
                                  "column": 36
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7276,
                                "end": 7305,
                                "loc": {
                                  "start": {
                                    "line": 220,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 220,
                                    "column": 35
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7276,
                                  "end": 7284,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 7288,
                                  "end": 7305,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 35
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " auto_increment",
                                    "raw": "' auto_increment'"
                                  },
                                  "value": " auto_increment"
                                }
                              }
                            }
                          ],
                          "directives": [],
                          "trailingComments": null
                        },
                        "alternate": null,
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Blobs/texts cannot have a defaultValue",
                            "start": 7318,
                            "end": 7359,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 4
                              },
                              "end": {
                                "line": 223,
                                "column": 45
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 7364,
                        "end": 7561,
                        "loc": {
                          "start": {
                            "line": 224,
                            "column": 4
                          },
                          "end": {
                            "line": 226,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 7368,
                          "end": 7483,
                          "loc": {
                            "start": {
                              "line": 224,
                              "column": 8
                            },
                            "end": {
                              "line": 224,
                              "column": 123
                            }
                          },
                          "left": {
                            "type": "LogicalExpression",
                            "start": 7368,
                            "end": 7428,
                            "loc": {
                              "start": {
                                "line": 224,
                                "column": 8
                              },
                              "end": {
                                "line": 224,
                                "column": 68
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 7368,
                              "end": 7393,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 8
                                },
                                "end": {
                                  "line": 224,
                                  "column": 33
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 7368,
                                "end": 7382,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7368,
                                  "end": 7377,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 17
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute",
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7378,
                                  "end": 7382,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 22
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "operator": "!==",
                              "right": {
                                "type": "StringLiteral",
                                "start": 7387,
                                "end": 7393,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 33
                                  }
                                },
                                "extra": {
                                  "rawValue": "TEXT",
                                  "raw": "'TEXT'"
                                },
                                "value": "TEXT"
                              },
                              "leadingComments": null
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 7397,
                              "end": 7428,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 37
                                },
                                "end": {
                                  "line": 224,
                                  "column": 68
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 7397,
                                "end": 7419,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7397,
                                  "end": 7411,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7397,
                                    "end": 7406,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 46
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7407,
                                    "end": 7411,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 51
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7412,
                                  "end": 7419,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 59
                                    },
                                    "identifierName": "_binary"
                                  },
                                  "name": "_binary"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "BooleanLiteral",
                                "start": 7424,
                                "end": 7428,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 68
                                  }
                                },
                                "value": true
                              }
                            },
                            "leadingComments": null
                          },
                          "operator": "&&",
                          "right": {
                            "type": "CallExpression",
                            "start": 7432,
                            "end": 7483,
                            "loc": {
                              "start": {
                                "line": 224,
                                "column": 72
                              },
                              "end": {
                                "line": 224,
                                "column": 123
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7432,
                              "end": 7459,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 72
                                },
                                "end": {
                                  "line": 224,
                                  "column": 99
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7432,
                                "end": 7437,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 77
                                  },
                                  "identifierName": "Utils"
                                },
                                "name": "Utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7438,
                                "end": 7459,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 99
                                  },
                                  "identifierName": "defaultValueSchemable"
                                },
                                "name": "defaultValueSchemable"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7460,
                                "end": 7482,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 100
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 122
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7460,
                                  "end": 7469,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 100
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 109
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7470,
                                  "end": 7482,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 110
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 122
                                    },
                                    "identifierName": "defaultValue"
                                  },
                                  "name": "defaultValue"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "leadingComments": null
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7485,
                          "end": 7561,
                          "loc": {
                            "start": {
                              "line": 224,
                              "column": 125
                            },
                            "end": {
                              "line": 226,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7493,
                              "end": 7555,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 6
                                },
                                "end": {
                                  "line": 225,
                                  "column": 68
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7493,
                                "end": 7554,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 67
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7493,
                                  "end": 7501,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 7505,
                                  "end": 7554,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 67
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 7505,
                                    "end": 7516,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 29
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " DEFAULT ",
                                      "raw": "' DEFAULT '"
                                    },
                                    "value": " DEFAULT "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7519,
                                    "end": 7554,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 67
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7519,
                                      "end": 7530,
                                      "loc": {
                                        "start": {
                                          "line": 225,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 225,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7519,
                                        "end": 7523,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7524,
                                        "end": 7530,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 43
                                          },
                                          "identifierName": "escape"
                                        },
                                        "name": "escape"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 7531,
                                        "end": 7553,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 66
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7531,
                                          "end": 7540,
                                          "loc": {
                                            "start": {
                                              "line": 225,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 225,
                                              "column": 53
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7541,
                                          "end": 7553,
                                          "loc": {
                                            "start": {
                                              "line": 225,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 225,
                                              "column": 66
                                            },
                                            "identifierName": "defaultValue"
                                          },
                                          "name": "defaultValue"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null,
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " Blobs/texts cannot have a defaultValue",
                            "start": 7318,
                            "end": 7359,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 4
                              },
                              "end": {
                                "line": 223,
                                "column": 45
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "IfStatement",
                        "start": 7567,
                        "end": 7634,
                        "loc": {
                          "start": {
                            "line": 228,
                            "column": 4
                          },
                          "end": {
                            "line": 230,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 7571,
                          "end": 7596,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 8
                            },
                            "end": {
                              "line": 228,
                              "column": 33
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 7571,
                            "end": 7587,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 8
                              },
                              "end": {
                                "line": 228,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7571,
                              "end": 7580,
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 8
                                },
                                "end": {
                                  "line": 228,
                                  "column": 17
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7581,
                              "end": 7587,
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 18
                                },
                                "end": {
                                  "line": 228,
                                  "column": 24
                                },
                                "identifierName": "unique"
                              },
                              "name": "unique"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 7592,
                            "end": 7596,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 29
                              },
                              "end": {
                                "line": 228,
                                "column": 33
                              }
                            },
                            "value": true
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7598,
                          "end": 7634,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 35
                            },
                            "end": {
                              "line": 230,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7606,
                              "end": 7628,
                              "loc": {
                                "start": {
                                  "line": 229,
                                  "column": 6
                                },
                                "end": {
                                  "line": 229,
                                  "column": 28
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7606,
                                "end": 7627,
                                "loc": {
                                  "start": {
                                    "line": 229,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 229,
                                    "column": 27
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7606,
                                  "end": 7614,
                                  "loc": {
                                    "start": {
                                      "line": 229,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 229,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 7618,
                                  "end": 7627,
                                  "loc": {
                                    "start": {
                                      "line": 229,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 229,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " UNIQUE",
                                    "raw": "' UNIQUE'"
                                  },
                                  "value": " UNIQUE"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 7640,
                        "end": 7707,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 4
                          },
                          "end": {
                            "line": 234,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 7644,
                          "end": 7664,
                          "loc": {
                            "start": {
                              "line": 232,
                              "column": 8
                            },
                            "end": {
                              "line": 232,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7644,
                            "end": 7653,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 8
                              },
                              "end": {
                                "line": 232,
                                "column": 17
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7654,
                            "end": 7664,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 18
                              },
                              "end": {
                                "line": 232,
                                "column": 28
                              },
                              "identifierName": "primaryKey"
                            },
                            "name": "primaryKey"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7666,
                          "end": 7707,
                          "loc": {
                            "start": {
                              "line": 232,
                              "column": 30
                            },
                            "end": {
                              "line": 234,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7674,
                              "end": 7701,
                              "loc": {
                                "start": {
                                  "line": 233,
                                  "column": 6
                                },
                                "end": {
                                  "line": 233,
                                  "column": 33
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7674,
                                "end": 7700,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 32
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7674,
                                  "end": 7682,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 7686,
                                  "end": 7700,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 32
                                    }
                                  },
                                  "extra": {
                                    "rawValue": " PRIMARY KEY",
                                    "raw": "' PRIMARY KEY'"
                                  },
                                  "value": " PRIMARY KEY"
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 7713,
                        "end": 7810,
                        "loc": {
                          "start": {
                            "line": 236,
                            "column": 4
                          },
                          "end": {
                            "line": 238,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 7717,
                          "end": 7732,
                          "loc": {
                            "start": {
                              "line": 236,
                              "column": 8
                            },
                            "end": {
                              "line": 236,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7717,
                            "end": 7726,
                            "loc": {
                              "start": {
                                "line": 236,
                                "column": 8
                              },
                              "end": {
                                "line": 236,
                                "column": 17
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7727,
                            "end": 7732,
                            "loc": {
                              "start": {
                                "line": 236,
                                "column": 18
                              },
                              "end": {
                                "line": 236,
                                "column": 23
                              },
                              "identifierName": "after"
                            },
                            "name": "after"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7734,
                          "end": 7810,
                          "loc": {
                            "start": {
                              "line": 236,
                              "column": 25
                            },
                            "end": {
                              "line": 238,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7742,
                              "end": 7804,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 6
                                },
                                "end": {
                                  "line": 237,
                                  "column": 68
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7742,
                                "end": 7803,
                                "loc": {
                                  "start": {
                                    "line": 237,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 237,
                                    "column": 67
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 7742,
                                  "end": 7750,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 7754,
                                  "end": 7803,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 67
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 7754,
                                    "end": 7763,
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 27
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " AFTER ",
                                      "raw": "' AFTER '"
                                    },
                                    "value": " AFTER "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7766,
                                    "end": 7803,
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 67
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7766,
                                      "end": 7786,
                                      "loc": {
                                        "start": {
                                          "line": 237,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 237,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7766,
                                        "end": 7770,
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7771,
                                        "end": 7786,
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 50
                                          },
                                          "identifierName": "quoteIdentifier"
                                        },
                                        "name": "quoteIdentifier"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 7787,
                                        "end": 7802,
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 66
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7787,
                                          "end": 7796,
                                          "loc": {
                                            "start": {
                                              "line": 237,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 237,
                                              "column": 60
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7797,
                                          "end": 7802,
                                          "loc": {
                                            "start": {
                                              "line": 237,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 237,
                                              "column": 66
                                            },
                                            "identifierName": "after"
                                          },
                                          "name": "after"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 7816,
                        "end": 8680,
                        "loc": {
                          "start": {
                            "line": 240,
                            "column": 4
                          },
                          "end": {
                            "line": 264,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 7820,
                          "end": 7840,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 8
                            },
                            "end": {
                              "line": 240,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7820,
                            "end": 7829,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 8
                              },
                              "end": {
                                "line": 240,
                                "column": 17
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7830,
                            "end": 7840,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 18
                              },
                              "end": {
                                "line": 240,
                                "column": 28
                              },
                              "identifierName": "references"
                            },
                            "name": "references"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 7842,
                          "end": 8680,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 30
                            },
                            "end": {
                              "line": 264,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 7851,
                              "end": 8167,
                              "loc": {
                                "start": {
                                  "line": 242,
                                  "column": 6
                                },
                                "end": {
                                  "line": 247,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "LogicalExpression",
                                "start": 7855,
                                "end": 7919,
                                "loc": {
                                  "start": {
                                    "line": 242,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 242,
                                    "column": 74
                                  }
                                },
                                "left": {
                                  "type": "LogicalExpression",
                                  "start": 7855,
                                  "end": 7897,
                                  "loc": {
                                    "start": {
                                      "line": 242,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 242,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7855,
                                    "end": 7862,
                                    "loc": {
                                      "start": {
                                        "line": 242,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 242,
                                        "column": 17
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 7866,
                                    "end": 7897,
                                    "loc": {
                                      "start": {
                                        "line": 242,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 242,
                                        "column": 52
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 7866,
                                      "end": 7881,
                                      "loc": {
                                        "start": {
                                          "line": 242,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 242,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7866,
                                        "end": 7873,
                                        "loc": {
                                          "start": {
                                            "line": 242,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 242,
                                            "column": 28
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7874,
                                        "end": 7881,
                                        "loc": {
                                          "start": {
                                            "line": 242,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 242,
                                            "column": 36
                                          },
                                          "identifierName": "context"
                                        },
                                        "name": "context"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 7886,
                                      "end": 7897,
                                      "loc": {
                                        "start": {
                                          "line": 242,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 242,
                                          "column": 52
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "addColumn",
                                        "raw": "'addColumn'"
                                      },
                                      "value": "addColumn"
                                    }
                                  }
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 7901,
                                  "end": 7919,
                                  "loc": {
                                    "start": {
                                      "line": 242,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 242,
                                      "column": 74
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7901,
                                    "end": 7908,
                                    "loc": {
                                      "start": {
                                        "line": 242,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 242,
                                        "column": 63
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7909,
                                    "end": 7919,
                                    "loc": {
                                      "start": {
                                        "line": 242,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 242,
                                        "column": 74
                                      },
                                      "identifierName": "foreignKey"
                                    },
                                    "name": "foreignKey"
                                  },
                                  "computed": false
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 7921,
                                "end": 8167,
                                "loc": {
                                  "start": {
                                    "line": 242,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 247,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 7931,
                                    "end": 7989,
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 66
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 7937,
                                        "end": 7988,
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 65
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 7937,
                                          "end": 7945,
                                          "loc": {
                                            "start": {
                                              "line": 243,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 243,
                                              "column": 22
                                            },
                                            "identifierName": "attrName"
                                          },
                                          "name": "attrName"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 7948,
                                          "end": 7988,
                                          "loc": {
                                            "start": {
                                              "line": 243,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 243,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 7948,
                                            "end": 7968,
                                            "loc": {
                                              "start": {
                                                "line": 243,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 243,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 7948,
                                              "end": 7952,
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 29
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7953,
                                              "end": 7968,
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 45
                                                },
                                                "identifierName": "quoteIdentifier"
                                              },
                                              "name": "quoteIdentifier"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 7969,
                                              "end": 7987,
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7969,
                                                "end": 7976,
                                                "loc": {
                                                  "start": {
                                                    "line": 243,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 243,
                                                    "column": 53
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7977,
                                                "end": 7987,
                                                "loc": {
                                                  "start": {
                                                    "line": 243,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 243,
                                                    "column": 64
                                                  },
                                                  "identifierName": "foreignKey"
                                                },
                                                "name": "foreignKey"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 7998,
                                    "end": 8082,
                                    "loc": {
                                      "start": {
                                        "line": 244,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 244,
                                        "column": 92
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 8004,
                                        "end": 8081,
                                        "loc": {
                                          "start": {
                                            "line": 244,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 244,
                                            "column": 91
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 8004,
                                          "end": 8010,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 20
                                            },
                                            "identifierName": "fkName"
                                          },
                                          "name": "fkName"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 8013,
                                          "end": 8081,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 91
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8013,
                                            "end": 8033,
                                            "loc": {
                                              "start": {
                                                "line": 244,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 244,
                                                "column": 43
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 8013,
                                              "end": 8017,
                                              "loc": {
                                                "start": {
                                                  "line": 244,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 244,
                                                  "column": 27
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8018,
                                              "end": 8033,
                                              "loc": {
                                                "start": {
                                                  "line": 244,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 244,
                                                  "column": 43
                                                },
                                                "identifierName": "quoteIdentifier"
                                              },
                                              "name": "quoteIdentifier"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "TemplateLiteral",
                                              "start": 8034,
                                              "end": 8080,
                                              "loc": {
                                                "start": {
                                                  "line": 244,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 244,
                                                  "column": 90
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 8037,
                                                  "end": 8054,
                                                  "loc": {
                                                    "start": {
                                                      "line": 244,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 244,
                                                      "column": 64
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 8037,
                                                    "end": 8044,
                                                    "loc": {
                                                      "start": {
                                                        "line": 244,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 244,
                                                        "column": 54
                                                      },
                                                      "identifierName": "options"
                                                    },
                                                    "name": "options"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8045,
                                                    "end": 8054,
                                                    "loc": {
                                                      "start": {
                                                        "line": 244,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 244,
                                                        "column": 64
                                                      },
                                                      "identifierName": "tableName"
                                                    },
                                                    "name": "tableName"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 8058,
                                                  "end": 8066,
                                                  "loc": {
                                                    "start": {
                                                      "line": 244,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 244,
                                                      "column": 76
                                                    },
                                                    "identifierName": "attrName"
                                                  },
                                                  "name": "attrName"
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 8035,
                                                  "end": 8035,
                                                  "loc": {
                                                    "start": {
                                                      "line": 244,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 244,
                                                      "column": 45
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 8055,
                                                  "end": 8056,
                                                  "loc": {
                                                    "start": {
                                                      "line": 244,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 244,
                                                      "column": 66
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "_",
                                                    "cooked": "_"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 8067,
                                                  "end": 8079,
                                                  "loc": {
                                                    "start": {
                                                      "line": 244,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 244,
                                                      "column": 89
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "_foreign_idx",
                                                    "cooked": "_foreign_idx"
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8092,
                                    "end": 8159,
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 75
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8092,
                                      "end": 8158,
                                      "loc": {
                                        "start": {
                                          "line": 246,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 246,
                                          "column": 74
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8092,
                                        "end": 8100,
                                        "loc": {
                                          "start": {
                                            "line": 246,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 246,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "TemplateLiteral",
                                        "start": 8104,
                                        "end": 8158,
                                        "loc": {
                                          "start": {
                                            "line": 246,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 246,
                                            "column": 74
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "Identifier",
                                            "start": 8124,
                                            "end": 8130,
                                            "loc": {
                                              "start": {
                                                "line": 246,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 246,
                                                "column": 46
                                              },
                                              "identifierName": "fkName"
                                            },
                                            "name": "fkName"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 8147,
                                            "end": 8155,
                                            "loc": {
                                              "start": {
                                                "line": 246,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 246,
                                                "column": 71
                                              },
                                              "identifierName": "attrName"
                                            },
                                            "name": "attrName"
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 8105,
                                            "end": 8122,
                                            "loc": {
                                              "start": {
                                                "line": 246,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 246,
                                                "column": 38
                                              }
                                            },
                                            "value": {
                                              "raw": ", ADD CONSTRAINT ",
                                              "cooked": ", ADD CONSTRAINT "
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 8131,
                                            "end": 8145,
                                            "loc": {
                                              "start": {
                                                "line": 246,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 246,
                                                "column": 61
                                              }
                                            },
                                            "value": {
                                              "raw": " FOREIGN KEY (",
                                              "cooked": " FOREIGN KEY ("
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 8156,
                                            "end": 8157,
                                            "loc": {
                                              "start": {
                                                "line": 246,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 246,
                                                "column": 73
                                              }
                                            },
                                            "value": {
                                              "raw": ")",
                                              "cooked": ")"
                                            },
                                            "tail": true
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8175,
                              "end": 8248,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 6
                                },
                                "end": {
                                  "line": 249,
                                  "column": 79
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8175,
                                "end": 8247,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 78
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 8175,
                                  "end": 8183,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 14
                                    },
                                    "identifierName": "template"
                                  },
                                  "name": "template"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 8187,
                                  "end": 8247,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 78
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 8187,
                                    "end": 8201,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 32
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " REFERENCES ",
                                      "raw": "' REFERENCES '"
                                    },
                                    "value": " REFERENCES "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 8204,
                                    "end": 8247,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8204,
                                      "end": 8219,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 8204,
                                        "end": 8208,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8209,
                                        "end": 8219,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 50
                                          },
                                          "identifierName": "quoteTable"
                                        },
                                        "name": "quoteTable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 8220,
                                        "end": 8246,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 8220,
                                          "end": 8240,
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 71
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8220,
                                            "end": 8229,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 60
                                              },
                                              "identifierName": "attribute"
                                            },
                                            "name": "attribute"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8230,
                                            "end": 8240,
                                            "loc": {
                                              "start": {
                                                "line": 249,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 249,
                                                "column": 71
                                              },
                                              "identifierName": "references"
                                            },
                                            "name": "references"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8241,
                                          "end": 8246,
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 77
                                            },
                                            "identifierName": "model"
                                          },
                                          "name": "model"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 8256,
                              "end": 8452,
                              "loc": {
                                "start": {
                                  "line": 251,
                                  "column": 6
                                },
                                "end": {
                                  "line": 255,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 8260,
                                "end": 8284,
                                "loc": {
                                  "start": {
                                    "line": 251,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 251,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8260,
                                  "end": 8280,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8260,
                                    "end": 8269,
                                    "loc": {
                                      "start": {
                                        "line": 251,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 251,
                                        "column": 19
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8270,
                                    "end": 8280,
                                    "loc": {
                                      "start": {
                                        "line": 251,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 251,
                                        "column": 30
                                      },
                                      "identifierName": "references"
                                    },
                                    "name": "references"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8281,
                                  "end": 8284,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 34
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 8286,
                                "end": 8376,
                                "loc": {
                                  "start": {
                                    "line": 251,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 253,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8296,
                                    "end": 8368,
                                    "loc": {
                                      "start": {
                                        "line": 252,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 252,
                                        "column": 80
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8296,
                                      "end": 8367,
                                      "loc": {
                                        "start": {
                                          "line": 252,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 252,
                                          "column": 79
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8296,
                                        "end": 8304,
                                        "loc": {
                                          "start": {
                                            "line": 252,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 252,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 8308,
                                        "end": 8367,
                                        "loc": {
                                          "start": {
                                            "line": 252,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 252,
                                            "column": 79
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 8308,
                                          "end": 8361,
                                          "loc": {
                                            "start": {
                                              "line": 252,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 252,
                                              "column": 73
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 8308,
                                            "end": 8312,
                                            "loc": {
                                              "start": {
                                                "line": 252,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 252,
                                                "column": 24
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " (",
                                              "raw": "' ('"
                                            },
                                            "value": " ("
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 8315,
                                            "end": 8361,
                                            "loc": {
                                              "start": {
                                                "line": 252,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 252,
                                                "column": 73
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8315,
                                              "end": 8335,
                                              "loc": {
                                                "start": {
                                                  "line": 252,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 252,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8315,
                                                "end": 8319,
                                                "loc": {
                                                  "start": {
                                                    "line": 252,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 252,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8320,
                                                "end": 8335,
                                                "loc": {
                                                  "start": {
                                                    "line": 252,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 252,
                                                    "column": 47
                                                  },
                                                  "identifierName": "quoteIdentifier"
                                                },
                                                "name": "quoteIdentifier"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 8336,
                                                "end": 8360,
                                                "loc": {
                                                  "start": {
                                                    "line": 252,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 252,
                                                    "column": 72
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 8336,
                                                  "end": 8356,
                                                  "loc": {
                                                    "start": {
                                                      "line": 252,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 252,
                                                      "column": 68
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 8336,
                                                    "end": 8345,
                                                    "loc": {
                                                      "start": {
                                                        "line": 252,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 252,
                                                        "column": 57
                                                      },
                                                      "identifierName": "attribute"
                                                    },
                                                    "name": "attribute"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8346,
                                                    "end": 8356,
                                                    "loc": {
                                                      "start": {
                                                        "line": 252,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 252,
                                                        "column": 68
                                                      },
                                                      "identifierName": "references"
                                                    },
                                                    "name": "references"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8357,
                                                  "end": 8360,
                                                  "loc": {
                                                    "start": {
                                                      "line": 252,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 252,
                                                      "column": 72
                                                    },
                                                    "identifierName": "key"
                                                  },
                                                  "name": "key"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 8364,
                                          "end": 8367,
                                          "loc": {
                                            "start": {
                                              "line": 252,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 252,
                                              "column": 79
                                            }
                                          },
                                          "extra": {
                                            "rawValue": ")",
                                            "raw": "')'"
                                          },
                                          "value": ")"
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "start": 8382,
                                "end": 8452,
                                "loc": {
                                  "start": {
                                    "line": 253,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 255,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8392,
                                    "end": 8444,
                                    "loc": {
                                      "start": {
                                        "line": 254,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 254,
                                        "column": 60
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8392,
                                      "end": 8443,
                                      "loc": {
                                        "start": {
                                          "line": 254,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 254,
                                          "column": 59
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8392,
                                        "end": 8400,
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 8404,
                                        "end": 8443,
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 59
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 8404,
                                          "end": 8437,
                                          "loc": {
                                            "start": {
                                              "line": 254,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 254,
                                              "column": 53
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 8404,
                                            "end": 8408,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 24
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " (",
                                              "raw": "' ('"
                                            },
                                            "value": " ("
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 8411,
                                            "end": 8437,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 53
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8411,
                                              "end": 8431,
                                              "loc": {
                                                "start": {
                                                  "line": 254,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 254,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8411,
                                                "end": 8415,
                                                "loc": {
                                                  "start": {
                                                    "line": 254,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 254,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8416,
                                                "end": 8431,
                                                "loc": {
                                                  "start": {
                                                    "line": 254,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 254,
                                                    "column": 47
                                                  },
                                                  "identifierName": "quoteIdentifier"
                                                },
                                                "name": "quoteIdentifier"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 8432,
                                                "end": 8436,
                                                "loc": {
                                                  "start": {
                                                    "line": 254,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 254,
                                                    "column": 52
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "id",
                                                  "raw": "'id'"
                                                },
                                                "value": "id"
                                              }
                                            ]
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 8440,
                                          "end": 8443,
                                          "loc": {
                                            "start": {
                                              "line": 254,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 254,
                                              "column": 59
                                            }
                                          },
                                          "extra": {
                                            "rawValue": ")",
                                            "raw": "')'"
                                          },
                                          "value": ")"
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 8460,
                              "end": 8563,
                              "loc": {
                                "start": {
                                  "line": 257,
                                  "column": 6
                                },
                                "end": {
                                  "line": 259,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 8464,
                                "end": 8482,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8464,
                                  "end": 8473,
                                  "loc": {
                                    "start": {
                                      "line": 257,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 257,
                                      "column": 19
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8474,
                                  "end": 8482,
                                  "loc": {
                                    "start": {
                                      "line": 257,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 257,
                                      "column": 28
                                    },
                                    "identifierName": "onDelete"
                                  },
                                  "name": "onDelete"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 8484,
                                "end": 8563,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 259,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8494,
                                    "end": 8555,
                                    "loc": {
                                      "start": {
                                        "line": 258,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 258,
                                        "column": 69
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8494,
                                      "end": 8554,
                                      "loc": {
                                        "start": {
                                          "line": 258,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 258,
                                          "column": 68
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8494,
                                        "end": 8502,
                                        "loc": {
                                          "start": {
                                            "line": 258,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 258,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 8506,
                                        "end": 8554,
                                        "loc": {
                                          "start": {
                                            "line": 258,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 258,
                                            "column": 68
                                          }
                                        },
                                        "left": {
                                          "type": "StringLiteral",
                                          "start": 8506,
                                          "end": 8519,
                                          "loc": {
                                            "start": {
                                              "line": 258,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 258,
                                              "column": 33
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " ON DELETE ",
                                            "raw": "' ON DELETE '"
                                          },
                                          "value": " ON DELETE "
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 8522,
                                          "end": 8554,
                                          "loc": {
                                            "start": {
                                              "line": 258,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 258,
                                              "column": 68
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8522,
                                            "end": 8552,
                                            "loc": {
                                              "start": {
                                                "line": 258,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 258,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8522,
                                              "end": 8540,
                                              "loc": {
                                                "start": {
                                                  "line": 258,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 258,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8522,
                                                "end": 8531,
                                                "loc": {
                                                  "start": {
                                                    "line": 258,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 258,
                                                    "column": 45
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8532,
                                                "end": 8540,
                                                "loc": {
                                                  "start": {
                                                    "line": 258,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 258,
                                                    "column": 54
                                                  },
                                                  "identifierName": "onDelete"
                                                },
                                                "name": "onDelete"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8541,
                                              "end": 8552,
                                              "loc": {
                                                "start": {
                                                  "line": 258,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 258,
                                                  "column": 66
                                                },
                                                "identifierName": "toUpperCase"
                                              },
                                              "name": "toUpperCase"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 8571,
                              "end": 8674,
                              "loc": {
                                "start": {
                                  "line": 261,
                                  "column": 6
                                },
                                "end": {
                                  "line": 263,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 8575,
                                "end": 8593,
                                "loc": {
                                  "start": {
                                    "line": 261,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 261,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8575,
                                  "end": 8584,
                                  "loc": {
                                    "start": {
                                      "line": 261,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 261,
                                      "column": 19
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8585,
                                  "end": 8593,
                                  "loc": {
                                    "start": {
                                      "line": 261,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 261,
                                      "column": 28
                                    },
                                    "identifierName": "onUpdate"
                                  },
                                  "name": "onUpdate"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 8595,
                                "end": 8674,
                                "loc": {
                                  "start": {
                                    "line": 261,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 263,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8605,
                                    "end": 8666,
                                    "loc": {
                                      "start": {
                                        "line": 262,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 262,
                                        "column": 69
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8605,
                                      "end": 8665,
                                      "loc": {
                                        "start": {
                                          "line": 262,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 262,
                                          "column": 68
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8605,
                                        "end": 8613,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 16
                                          },
                                          "identifierName": "template"
                                        },
                                        "name": "template"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 8617,
                                        "end": 8665,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 68
                                          }
                                        },
                                        "left": {
                                          "type": "StringLiteral",
                                          "start": 8617,
                                          "end": 8630,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 33
                                            }
                                          },
                                          "extra": {
                                            "rawValue": " ON UPDATE ",
                                            "raw": "' ON UPDATE '"
                                          },
                                          "value": " ON UPDATE "
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 8633,
                                          "end": 8665,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 68
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8633,
                                            "end": 8663,
                                            "loc": {
                                              "start": {
                                                "line": 262,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 262,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8633,
                                              "end": 8651,
                                              "loc": {
                                                "start": {
                                                  "line": 262,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 262,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8633,
                                                "end": 8642,
                                                "loc": {
                                                  "start": {
                                                    "line": 262,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 262,
                                                    "column": 45
                                                  },
                                                  "identifierName": "attribute"
                                                },
                                                "name": "attribute"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8643,
                                                "end": 8651,
                                                "loc": {
                                                  "start": {
                                                    "line": 262,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 262,
                                                    "column": 54
                                                  },
                                                  "identifierName": "onUpdate"
                                                },
                                                "name": "onUpdate"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8652,
                                              "end": 8663,
                                              "loc": {
                                                "start": {
                                                  "line": 262,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 262,
                                                  "column": 66
                                                },
                                                "identifierName": "toUpperCase"
                                              },
                                              "name": "toUpperCase"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 8686,
                        "end": 8702,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 4
                          },
                          "end": {
                            "line": 266,
                            "column": 20
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 8693,
                          "end": 8701,
                          "loc": {
                            "start": {
                              "line": 266,
                              "column": 11
                            },
                            "end": {
                              "line": 266,
                              "column": 19
                            },
                            "identifierName": "template"
                          },
                          "name": "template"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 8711,
                  "end": 8960,
                  "loc": {
                    "start": {
                      "line": 269,
                      "column": 2
                    },
                    "end": {
                      "line": 278,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 8711,
                    "end": 8726,
                    "loc": {
                      "start": {
                        "line": 269,
                        "column": 2
                      },
                      "end": {
                        "line": 269,
                        "column": 17
                      },
                      "identifierName": "attributesToSQL"
                    },
                    "name": "attributesToSQL"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 8727,
                      "end": 8737,
                      "loc": {
                        "start": {
                          "line": 269,
                          "column": 18
                        },
                        "end": {
                          "line": 269,
                          "column": 28
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    },
                    {
                      "type": "Identifier",
                      "start": 8739,
                      "end": 8746,
                      "loc": {
                        "start": {
                          "line": 269,
                          "column": 30
                        },
                        "end": {
                          "line": 269,
                          "column": 37
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 8748,
                    "end": 8960,
                    "loc": {
                      "start": {
                        "line": 269,
                        "column": 39
                      },
                      "end": {
                        "line": 278,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 8754,
                        "end": 8772,
                        "loc": {
                          "start": {
                            "line": 270,
                            "column": 4
                          },
                          "end": {
                            "line": 270,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 8760,
                            "end": 8771,
                            "loc": {
                              "start": {
                                "line": 270,
                                "column": 10
                              },
                              "end": {
                                "line": 270,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8760,
                              "end": 8766,
                              "loc": {
                                "start": {
                                  "line": 270,
                                  "column": 10
                                },
                                "end": {
                                  "line": 270,
                                  "column": 16
                                },
                                "identifierName": "result"
                              },
                              "name": "result"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 8769,
                              "end": 8771,
                              "loc": {
                                "start": {
                                  "line": 270,
                                  "column": 19
                                },
                                "end": {
                                  "line": 270,
                                  "column": 21
                                }
                              },
                              "properties": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 8778,
                        "end": 8936,
                        "loc": {
                          "start": {
                            "line": 272,
                            "column": 4
                          },
                          "end": {
                            "line": 275,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 8783,
                          "end": 8792,
                          "loc": {
                            "start": {
                              "line": 272,
                              "column": 9
                            },
                            "end": {
                              "line": 272,
                              "column": 18
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 8789,
                              "end": 8792,
                              "loc": {
                                "start": {
                                  "line": 272,
                                  "column": 15
                                },
                                "end": {
                                  "line": 272,
                                  "column": 18
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 8789,
                                "end": 8792,
                                "loc": {
                                  "start": {
                                    "line": 272,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 272,
                                    "column": 18
                                  },
                                  "identifierName": "key"
                                },
                                "name": "key"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 8796,
                          "end": 8806,
                          "loc": {
                            "start": {
                              "line": 272,
                              "column": 22
                            },
                            "end": {
                              "line": 272,
                              "column": 32
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 8808,
                          "end": 8936,
                          "loc": {
                            "start": {
                              "line": 272,
                              "column": 34
                            },
                            "end": {
                              "line": 275,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 8816,
                              "end": 8850,
                              "loc": {
                                "start": {
                                  "line": 273,
                                  "column": 6
                                },
                                "end": {
                                  "line": 273,
                                  "column": 40
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 8822,
                                  "end": 8849,
                                  "loc": {
                                    "start": {
                                      "line": 273,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 273,
                                      "column": 39
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 8822,
                                    "end": 8831,
                                    "loc": {
                                      "start": {
                                        "line": 273,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 273,
                                        "column": 21
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 8834,
                                    "end": 8849,
                                    "loc": {
                                      "start": {
                                        "line": 273,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 273,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8834,
                                      "end": 8844,
                                      "loc": {
                                        "start": {
                                          "line": 273,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 273,
                                          "column": 34
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8845,
                                      "end": 8848,
                                      "loc": {
                                        "start": {
                                          "line": 273,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 273,
                                          "column": 38
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "computed": true
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8857,
                              "end": 8930,
                              "loc": {
                                "start": {
                                  "line": 274,
                                  "column": 6
                                },
                                "end": {
                                  "line": 274,
                                  "column": 79
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8857,
                                "end": 8929,
                                "loc": {
                                  "start": {
                                    "line": 274,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 274,
                                    "column": 78
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8857,
                                  "end": 8887,
                                  "loc": {
                                    "start": {
                                      "line": 274,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 274,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8857,
                                    "end": 8863,
                                    "loc": {
                                      "start": {
                                        "line": 274,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 274,
                                        "column": 12
                                      },
                                      "identifierName": "result"
                                    },
                                    "name": "result"
                                  },
                                  "property": {
                                    "type": "LogicalExpression",
                                    "start": 8864,
                                    "end": 8886,
                                    "loc": {
                                      "start": {
                                        "line": 274,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 274,
                                        "column": 35
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 8864,
                                      "end": 8879,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 274,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8864,
                                        "end": 8873,
                                        "loc": {
                                          "start": {
                                            "line": 274,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 274,
                                            "column": 22
                                          },
                                          "identifierName": "attribute"
                                        },
                                        "name": "attribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8874,
                                        "end": 8879,
                                        "loc": {
                                          "start": {
                                            "line": 274,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 274,
                                            "column": 28
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": false
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 8883,
                                      "end": 8886,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 274,
                                          "column": 35
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    }
                                  },
                                  "computed": true
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8890,
                                  "end": 8929,
                                  "loc": {
                                    "start": {
                                      "line": 274,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 274,
                                      "column": 78
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8890,
                                    "end": 8909,
                                    "loc": {
                                      "start": {
                                        "line": 274,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 274,
                                        "column": 58
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 8890,
                                      "end": 8894,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 274,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8895,
                                      "end": 8909,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 274,
                                          "column": 58
                                        },
                                        "identifierName": "attributeToSQL"
                                      },
                                      "name": "attributeToSQL"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8910,
                                      "end": 8919,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 274,
                                          "column": 68
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 8921,
                                      "end": 8928,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 274,
                                          "column": 77
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 8942,
                        "end": 8956,
                        "loc": {
                          "start": {
                            "line": 277,
                            "column": 4
                          },
                          "end": {
                            "line": 277,
                            "column": 18
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 8949,
                          "end": 8955,
                          "loc": {
                            "start": {
                              "line": 277,
                              "column": 11
                            },
                            "end": {
                              "line": 277,
                              "column": 17
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 8965,
                  "end": 9305,
                  "loc": {
                    "start": {
                      "line": 280,
                      "column": 2
                    },
                    "end": {
                      "line": 294,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 8965,
                    "end": 8987,
                    "loc": {
                      "start": {
                        "line": 280,
                        "column": 2
                      },
                      "end": {
                        "line": 280,
                        "column": 24
                      },
                      "identifierName": "findAutoIncrementField"
                    },
                    "name": "findAutoIncrementField"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 8988,
                      "end": 8995,
                      "loc": {
                        "start": {
                          "line": 280,
                          "column": 25
                        },
                        "end": {
                          "line": 280,
                          "column": 32
                        },
                        "identifierName": "factory"
                      },
                      "name": "factory"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 8997,
                    "end": 9305,
                    "loc": {
                      "start": {
                        "line": 280,
                        "column": 34
                      },
                      "end": {
                        "line": 294,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 9003,
                        "end": 9021,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 4
                          },
                          "end": {
                            "line": 281,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 9009,
                            "end": 9020,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 10
                              },
                              "end": {
                                "line": 281,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 9009,
                              "end": 9015,
                              "loc": {
                                "start": {
                                  "line": 281,
                                  "column": 10
                                },
                                "end": {
                                  "line": 281,
                                  "column": 16
                                },
                                "identifierName": "fields"
                              },
                              "name": "fields"
                            },
                            "init": {
                              "type": "ArrayExpression",
                              "start": 9018,
                              "end": 9020,
                              "loc": {
                                "start": {
                                  "line": 281,
                                  "column": 19
                                },
                                "end": {
                                  "line": 281,
                                  "column": 21
                                }
                              },
                              "elements": []
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ForInStatement",
                        "start": 9027,
                        "end": 9281,
                        "loc": {
                          "start": {
                            "line": 283,
                            "column": 4
                          },
                          "end": {
                            "line": 291,
                            "column": 5
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 9032,
                          "end": 9042,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 9
                            },
                            "end": {
                              "line": 283,
                              "column": 19
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9038,
                              "end": 9042,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 15
                                },
                                "end": {
                                  "line": 283,
                                  "column": 19
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9038,
                                "end": 9042,
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 19
                                  },
                                  "identifierName": "name"
                                },
                                "name": "name"
                              },
                              "init": null
                            }
                          ],
                          "kind": "const"
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 9046,
                          "end": 9064,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 23
                            },
                            "end": {
                              "line": 283,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9046,
                            "end": 9053,
                            "loc": {
                              "start": {
                                "line": 283,
                                "column": 23
                              },
                              "end": {
                                "line": 283,
                                "column": 30
                              },
                              "identifierName": "factory"
                            },
                            "name": "factory"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9054,
                            "end": 9064,
                            "loc": {
                              "start": {
                                "line": 283,
                                "column": 31
                              },
                              "end": {
                                "line": 283,
                                "column": 41
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          },
                          "computed": false
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 9066,
                          "end": 9281,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 43
                            },
                            "end": {
                              "line": 291,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 9074,
                              "end": 9275,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 6
                                },
                                "end": {
                                  "line": 290,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 9078,
                                "end": 9117,
                                "loc": {
                                  "start": {
                                    "line": 284,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 284,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9078,
                                  "end": 9111,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9078,
                                    "end": 9096,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9078,
                                      "end": 9085,
                                      "loc": {
                                        "start": {
                                          "line": 284,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 284,
                                          "column": 17
                                        },
                                        "identifierName": "factory"
                                      },
                                      "name": "factory"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9086,
                                      "end": 9096,
                                      "loc": {
                                        "start": {
                                          "line": 284,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 284,
                                          "column": 28
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9097,
                                    "end": 9111,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 43
                                      },
                                      "identifierName": "hasOwnProperty"
                                    },
                                    "name": "hasOwnProperty"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 9112,
                                    "end": 9116,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 48
                                      },
                                      "identifierName": "name"
                                    },
                                    "name": "name"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 9119,
                                "end": 9275,
                                "loc": {
                                  "start": {
                                    "line": 284,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 290,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 9129,
                                    "end": 9173,
                                    "loc": {
                                      "start": {
                                        "line": 285,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 285,
                                        "column": 52
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 9135,
                                        "end": 9172,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 51
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 9135,
                                          "end": 9145,
                                          "loc": {
                                            "start": {
                                              "line": 285,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 285,
                                              "column": 24
                                            },
                                            "identifierName": "definition"
                                          },
                                          "name": "definition"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 9148,
                                          "end": 9172,
                                          "loc": {
                                            "start": {
                                              "line": 285,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 285,
                                              "column": 51
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 9148,
                                            "end": 9166,
                                            "loc": {
                                              "start": {
                                                "line": 285,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 285,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9148,
                                              "end": 9155,
                                              "loc": {
                                                "start": {
                                                  "line": 285,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 285,
                                                  "column": 34
                                                },
                                                "identifierName": "factory"
                                              },
                                              "name": "factory"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9156,
                                              "end": 9166,
                                              "loc": {
                                                "start": {
                                                  "line": 285,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 285,
                                                  "column": 45
                                                },
                                                "identifierName": "attributes"
                                              },
                                              "name": "attributes"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9167,
                                            "end": 9171,
                                            "loc": {
                                              "start": {
                                                "line": 285,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 285,
                                                "column": 50
                                              },
                                              "identifierName": "name"
                                            },
                                            "name": "name"
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 9183,
                                    "end": 9267,
                                    "loc": {
                                      "start": {
                                        "line": 287,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 289,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "LogicalExpression",
                                      "start": 9187,
                                      "end": 9225,
                                      "loc": {
                                        "start": {
                                          "line": 287,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 287,
                                          "column": 50
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 9187,
                                        "end": 9197,
                                        "loc": {
                                          "start": {
                                            "line": 287,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 287,
                                            "column": 22
                                          },
                                          "identifierName": "definition"
                                        },
                                        "name": "definition"
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 9201,
                                        "end": 9225,
                                        "loc": {
                                          "start": {
                                            "line": 287,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 287,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9201,
                                          "end": 9211,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 287,
                                              "column": 36
                                            },
                                            "identifierName": "definition"
                                          },
                                          "name": "definition"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9212,
                                          "end": 9225,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 287,
                                              "column": 50
                                            },
                                            "identifierName": "autoIncrement"
                                          },
                                          "name": "autoIncrement"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 9227,
                                      "end": 9267,
                                      "loc": {
                                        "start": {
                                          "line": 287,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 289,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 9239,
                                          "end": 9257,
                                          "loc": {
                                            "start": {
                                              "line": 288,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 288,
                                              "column": 28
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 9239,
                                            "end": 9256,
                                            "loc": {
                                              "start": {
                                                "line": 288,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 288,
                                                "column": 27
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9239,
                                              "end": 9250,
                                              "loc": {
                                                "start": {
                                                  "line": 288,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 288,
                                                  "column": 21
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9239,
                                                "end": 9245,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 16
                                                  },
                                                  "identifierName": "fields"
                                                },
                                                "name": "fields"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9246,
                                                "end": 9250,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 21
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9251,
                                                "end": 9255,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 26
                                                  },
                                                  "identifierName": "name"
                                                },
                                                "name": "name"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 9287,
                        "end": 9301,
                        "loc": {
                          "start": {
                            "line": 293,
                            "column": 4
                          },
                          "end": {
                            "line": 293,
                            "column": 18
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 9294,
                          "end": 9300,
                          "loc": {
                            "start": {
                              "line": 293,
                              "column": 11
                            },
                            "end": {
                              "line": 293,
                              "column": 17
                            },
                            "identifierName": "fields"
                          },
                          "name": "fields"
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 9310,
                  "end": 9458,
                  "loc": {
                    "start": {
                      "line": 296,
                      "column": 2
                    },
                    "end": {
                      "line": 299,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 9310,
                    "end": 9325,
                    "loc": {
                      "start": {
                        "line": 296,
                        "column": 2
                      },
                      "end": {
                        "line": 296,
                        "column": 17
                      },
                      "identifierName": "quoteIdentifier"
                    },
                    "name": "quoteIdentifier"
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 9326,
                      "end": 9336,
                      "loc": {
                        "start": {
                          "line": 296,
                          "column": 18
                        },
                        "end": {
                          "line": 296,
                          "column": 28
                        },
                        "identifierName": "identifier"
                      },
                      "name": "identifier"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 9338,
                    "end": 9458,
                    "loc": {
                      "start": {
                        "line": 296,
                        "column": 30
                      },
                      "end": {
                        "line": 299,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 9344,
                        "end": 9386,
                        "loc": {
                          "start": {
                            "line": 297,
                            "column": 4
                          },
                          "end": {
                            "line": 297,
                            "column": 46
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 9348,
                          "end": 9366,
                          "loc": {
                            "start": {
                              "line": 297,
                              "column": 8
                            },
                            "end": {
                              "line": 297,
                              "column": 26
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 9348,
                            "end": 9358,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 8
                              },
                              "end": {
                                "line": 297,
                                "column": 18
                              },
                              "identifierName": "identifier"
                            },
                            "name": "identifier"
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 9363,
                            "end": 9366,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 23
                              },
                              "end": {
                                "line": 297,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": "*",
                              "raw": "'*'"
                            },
                            "value": "*"
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 9368,
                          "end": 9386,
                          "loc": {
                            "start": {
                              "line": 297,
                              "column": 28
                            },
                            "end": {
                              "line": 297,
                              "column": 46
                            }
                          },
                          "argument": {
                            "type": "Identifier",
                            "start": 9375,
                            "end": 9385,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 35
                              },
                              "end": {
                                "line": 297,
                                "column": 45
                              },
                              "identifierName": "identifier"
                            },
                            "name": "identifier"
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 9391,
                        "end": 9454,
                        "loc": {
                          "start": {
                            "line": 298,
                            "column": 4
                          },
                          "end": {
                            "line": 298,
                            "column": 67
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 9398,
                          "end": 9453,
                          "loc": {
                            "start": {
                              "line": 298,
                              "column": 11
                            },
                            "end": {
                              "line": 298,
                              "column": 66
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9398,
                            "end": 9412,
                            "loc": {
                              "start": {
                                "line": 298,
                                "column": 11
                              },
                              "end": {
                                "line": 298,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9398,
                              "end": 9403,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 11
                                },
                                "end": {
                                  "line": 298,
                                  "column": 16
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9404,
                              "end": 9412,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 17
                                },
                                "end": {
                                  "line": 298,
                                  "column": 25
                                },
                                "identifierName": "addTicks"
                              },
                              "name": "addTicks"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 9413,
                              "end": 9447,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 26
                                },
                                "end": {
                                  "line": 298,
                                  "column": 60
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 9413,
                                "end": 9430,
                                "loc": {
                                  "start": {
                                    "line": 298,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 298,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9413,
                                  "end": 9418,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 31
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9419,
                                  "end": 9430,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 43
                                    },
                                    "identifierName": "removeTicks"
                                  },
                                  "name": "removeTicks"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 9431,
                                  "end": 9441,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 54
                                    },
                                    "identifierName": "identifier"
                                  },
                                  "name": "identifier"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 9443,
                                  "end": 9446,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 59
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "`",
                                    "raw": "'`'"
                                  },
                                  "value": "`"
                                }
                              ]
                            },
                            {
                              "type": "StringLiteral",
                              "start": 9449,
                              "end": 9452,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 62
                                },
                                "end": {
                                  "line": 298,
                                  "column": 65
                                }
                              },
                              "extra": {
                                "rawValue": "`",
                                "raw": "'`'"
                              },
                              "value": "`"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ObjectMethod",
                  "start": 9735,
                  "end": 10090,
                  "loc": {
                    "start": {
                      "line": 309,
                      "column": 2
                    },
                    "end": {
                      "line": 312,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 9735,
                    "end": 9754,
                    "loc": {
                      "start": {
                        "line": 309,
                        "column": 2
                      },
                      "end": {
                        "line": 309,
                        "column": 21
                      },
                      "identifierName": "getForeignKeysQuery"
                    },
                    "name": "getForeignKeysQuery",
                    "leadingComments": null
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 9755,
                      "end": 9764,
                      "loc": {
                        "start": {
                          "line": 309,
                          "column": 22
                        },
                        "end": {
                          "line": 309,
                          "column": 31
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 9766,
                      "end": 9776,
                      "loc": {
                        "start": {
                          "line": 309,
                          "column": 33
                        },
                        "end": {
                          "line": 309,
                          "column": 43
                        },
                        "identifierName": "schemaName"
                      },
                      "name": "schemaName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 9778,
                    "end": 10090,
                    "loc": {
                      "start": {
                        "line": 309,
                        "column": 45
                      },
                      "end": {
                        "line": 312,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 9784,
                        "end": 10060,
                        "loc": {
                          "start": {
                            "line": 310,
                            "column": 4
                          },
                          "end": {
                            "line": 311,
                            "column": 123
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 9791,
                          "end": 10059,
                          "loc": {
                            "start": {
                              "line": 310,
                              "column": 11
                            },
                            "end": {
                              "line": 311,
                              "column": 122
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 9791,
                            "end": 10014,
                            "loc": {
                              "start": {
                                "line": 310,
                                "column": 11
                              },
                              "end": {
                                "line": 311,
                                "column": 77
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 9791,
                              "end": 10001,
                              "loc": {
                                "start": {
                                  "line": 310,
                                  "column": 11
                                },
                                "end": {
                                  "line": 311,
                                  "column": 64
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 9791,
                                "end": 9908,
                                "loc": {
                                  "start": {
                                    "line": 310,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 310,
                                    "column": 128
                                  }
                                },
                                "left": {
                                  "type": "StringLiteral",
                                  "start": 9791,
                                  "end": 9896,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 116
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "SELECT CONSTRAINT_NAME as constraint_name FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE where TABLE_NAME = '",
                                    "raw": "\"SELECT CONSTRAINT_NAME as constraint_name FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE where TABLE_NAME = '\""
                                  },
                                  "value": "SELECT CONSTRAINT_NAME as constraint_name FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE where TABLE_NAME = '"
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 9899,
                                  "end": 9908,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 119
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 128
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 9943,
                                "end": 10001,
                                "loc": {
                                  "start": {
                                    "line": 311,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 311,
                                    "column": 64
                                  }
                                },
                                "extra": {
                                  "rawValue": "' AND CONSTRAINT_NAME!='PRIMARY' AND CONSTRAINT_SCHEMA='",
                                  "raw": "\"' AND CONSTRAINT_NAME!='PRIMARY' AND CONSTRAINT_SCHEMA='\""
                                },
                                "value": "' AND CONSTRAINT_NAME!='PRIMARY' AND CONSTRAINT_SCHEMA='",
                                "leadingComments": [
                                  {
                                    "type": "CommentBlock",
                                    "value": " jshint ignore: line ",
                                    "start": 9911,
                                    "end": 9936,
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 131
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 156
                                      }
                                    }
                                  }
                                ]
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Identifier",
                              "start": 10004,
                              "end": 10014,
                              "loc": {
                                "start": {
                                  "line": 311,
                                  "column": 67
                                },
                                "end": {
                                  "line": 311,
                                  "column": 77
                                },
                                "identifierName": "schemaName"
                              },
                              "name": "schemaName"
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 10017,
                            "end": 10059,
                            "loc": {
                              "start": {
                                "line": 311,
                                "column": 80
                              },
                              "end": {
                                "line": 311,
                                "column": 122
                              }
                            },
                            "extra": {
                              "rawValue": "' AND REFERENCED_TABLE_NAME IS NOT NULL;",
                              "raw": "\"' AND REFERENCED_TABLE_NAME IS NOT NULL;\""
                            },
                            "value": "' AND REFERENCED_TABLE_NAME IS NOT NULL;"
                          }
                        },
                        "trailingComments": [
                          {
                            "type": "CommentBlock",
                            "value": " jshint ignore: line ",
                            "start": 10061,
                            "end": 10086,
                            "loc": {
                              "start": {
                                "line": 311,
                                "column": 124
                              },
                              "end": {
                                "line": 311,
                                "column": 149
                              }
                            }
                          }
                        ]
                      }
                    ],
                    "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": 9463,
                      "end": 9732,
                      "loc": {
                        "start": {
                          "line": 301,
                          "column": 2
                        },
                        "end": {
                          "line": 308,
                          "column": 5
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectMethod",
                  "start": 10384,
                  "end": 10935,
                  "loc": {
                    "start": {
                      "line": 322,
                      "column": 2
                    },
                    "end": {
                      "line": 334,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 10384,
                    "end": 10402,
                    "loc": {
                      "start": {
                        "line": 322,
                        "column": 2
                      },
                      "end": {
                        "line": 322,
                        "column": 20
                      },
                      "identifierName": "getForeignKeyQuery"
                    },
                    "name": "getForeignKeyQuery",
                    "leadingComments": null
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 10403,
                      "end": 10408,
                      "loc": {
                        "start": {
                          "line": 322,
                          "column": 21
                        },
                        "end": {
                          "line": 322,
                          "column": 26
                        },
                        "identifierName": "table"
                      },
                      "name": "table"
                    },
                    {
                      "type": "Identifier",
                      "start": 10410,
                      "end": 10420,
                      "loc": {
                        "start": {
                          "line": 322,
                          "column": 28
                        },
                        "end": {
                          "line": 322,
                          "column": 38
                        },
                        "identifierName": "columnName"
                      },
                      "name": "columnName"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 10422,
                    "end": 10935,
                    "loc": {
                      "start": {
                        "line": 322,
                        "column": 40
                      },
                      "end": {
                        "line": 334,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 10428,
                        "end": 10469,
                        "loc": {
                          "start": {
                            "line": 323,
                            "column": 4
                          },
                          "end": {
                            "line": 323,
                            "column": 45
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 10432,
                            "end": 10468,
                            "loc": {
                              "start": {
                                "line": 323,
                                "column": 8
                              },
                              "end": {
                                "line": 323,
                                "column": 44
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 10432,
                              "end": 10441,
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 8
                                },
                                "end": {
                                  "line": 323,
                                  "column": 17
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "init": {
                              "type": "LogicalExpression",
                              "start": 10444,
                              "end": 10468,
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 20
                                },
                                "end": {
                                  "line": 323,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 10444,
                                "end": 10459,
                                "loc": {
                                  "start": {
                                    "line": 323,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10444,
                                  "end": 10449,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 25
                                    },
                                    "identifierName": "table"
                                  },
                                  "name": "table"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10450,
                                  "end": 10459,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 35
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Identifier",
                                "start": 10463,
                                "end": 10468,
                                "loc": {
                                  "start": {
                                    "line": 323,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 44
                                  },
                                  "identifierName": "table"
                                },
                                "name": "table"
                              }
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 10474,
                        "end": 10549,
                        "loc": {
                          "start": {
                            "line": 324,
                            "column": 4
                          },
                          "end": {
                            "line": 326,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 10478,
                          "end": 10490,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 8
                            },
                            "end": {
                              "line": 324,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10478,
                            "end": 10483,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 8
                              },
                              "end": {
                                "line": 324,
                                "column": 13
                              },
                              "identifierName": "table"
                            },
                            "name": "table"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10484,
                            "end": 10490,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 14
                              },
                              "end": {
                                "line": 324,
                                "column": 20
                              },
                              "identifierName": "schema"
                            },
                            "name": "schema"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 10492,
                          "end": 10549,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 22
                            },
                            "end": {
                              "line": 326,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 10500,
                              "end": 10543,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 6
                                },
                                "end": {
                                  "line": 325,
                                  "column": 49
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 10500,
                                "end": 10542,
                                "loc": {
                                  "start": {
                                    "line": 325,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 325,
                                    "column": 48
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 10500,
                                  "end": 10509,
                                  "loc": {
                                    "start": {
                                      "line": 325,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 325,
                                      "column": 15
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 10512,
                                  "end": 10542,
                                  "loc": {
                                    "start": {
                                      "line": 325,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 325,
                                      "column": 48
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 10512,
                                    "end": 10530,
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 36
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 10512,
                                      "end": 10524,
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10512,
                                        "end": 10517,
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 23
                                          },
                                          "identifierName": "table"
                                        },
                                        "name": "table"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10518,
                                        "end": 10524,
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 30
                                          },
                                          "identifierName": "schema"
                                        },
                                        "name": "schema"
                                      },
                                      "computed": false
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 10527,
                                      "end": 10530,
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 36
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ".",
                                        "raw": "'.'"
                                      },
                                      "value": "."
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 10533,
                                    "end": 10542,
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 48
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 10554,
                        "end": 10931,
                        "loc": {
                          "start": {
                            "line": 327,
                            "column": 4
                          },
                          "end": {
                            "line": 333,
                            "column": 12
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 10561,
                          "end": 10930,
                          "loc": {
                            "start": {
                              "line": 327,
                              "column": 11
                            },
                            "end": {
                              "line": 333,
                              "column": 11
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 10561,
                            "end": 10918,
                            "loc": {
                              "start": {
                                "line": 327,
                                "column": 11
                              },
                              "end": {
                                "line": 332,
                                "column": 59
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 10561,
                              "end": 10888,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 11
                                },
                                "end": {
                                  "line": 332,
                                  "column": 29
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 10561,
                                "end": 10858,
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 331,
                                    "column": 58
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 10561,
                                  "end": 10829,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 29
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 10561,
                                    "end": 10799,
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 330,
                                        "column": 70
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 10561,
                                      "end": 10769,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 330,
                                          "column": 40
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 10561,
                                        "end": 10728,
                                        "loc": {
                                          "start": {
                                            "line": 327,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 329,
                                            "column": 71
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 10561,
                                          "end": 10699,
                                          "loc": {
                                            "start": {
                                              "line": 327,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 329,
                                              "column": 42
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 10561,
                                            "end": 10656,
                                            "loc": {
                                              "start": {
                                                "line": 327,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 328,
                                                "column": 51
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 10561,
                                              "end": 10604,
                                              "loc": {
                                                "start": {
                                                  "line": 327,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 327,
                                                  "column": 54
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "SELECT CONSTRAINT_NAME as constraint_name",
                                                "raw": "'SELECT CONSTRAINT_NAME as constraint_name'"
                                              },
                                              "value": "SELECT CONSTRAINT_NAME as constraint_name"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 10613,
                                              "end": 10656,
                                              "loc": {
                                                "start": {
                                                  "line": 328,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 328,
                                                  "column": 51
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE",
                                                "raw": "' FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE'"
                                              },
                                              "value": " FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 10665,
                                            "end": 10699,
                                            "loc": {
                                              "start": {
                                                "line": 329,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 329,
                                                "column": 42
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " WHERE (REFERENCED_TABLE_NAME = ",
                                              "raw": "' WHERE (REFERENCED_TABLE_NAME = '"
                                            },
                                            "value": " WHERE (REFERENCED_TABLE_NAME = "
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 10702,
                                          "end": 10728,
                                          "loc": {
                                            "start": {
                                              "line": 329,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 329,
                                              "column": 71
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 10702,
                                            "end": 10717,
                                            "loc": {
                                              "start": {
                                                "line": 329,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 329,
                                                "column": 60
                                              },
                                              "identifierName": "wrapSingleQuote"
                                            },
                                            "name": "wrapSingleQuote"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 10718,
                                              "end": 10727,
                                              "loc": {
                                                "start": {
                                                  "line": 329,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 329,
                                                  "column": 70
                                                },
                                                "identifierName": "tableName"
                                              },
                                              "name": "tableName"
                                            }
                                          ]
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 10737,
                                        "end": 10769,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 40
                                          }
                                        },
                                        "extra": {
                                          "rawValue": " AND REFERENCED_COLUMN_NAME = ",
                                          "raw": "' AND REFERENCED_COLUMN_NAME = '"
                                        },
                                        "value": " AND REFERENCED_COLUMN_NAME = "
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 10772,
                                      "end": 10799,
                                      "loc": {
                                        "start": {
                                          "line": 330,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 330,
                                          "column": 70
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 10772,
                                        "end": 10787,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 58
                                          },
                                          "identifierName": "wrapSingleQuote"
                                        },
                                        "name": "wrapSingleQuote"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 10788,
                                          "end": 10798,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 69
                                            },
                                            "identifierName": "columnName"
                                          },
                                          "name": "columnName"
                                        }
                                      ]
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 10808,
                                    "end": 10829,
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 29
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ") OR (TABLE_NAME = ",
                                      "raw": "') OR (TABLE_NAME = '"
                                    },
                                    "value": ") OR (TABLE_NAME = "
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 10832,
                                  "end": 10858,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 58
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 10832,
                                    "end": 10847,
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 47
                                      },
                                      "identifierName": "wrapSingleQuote"
                                    },
                                    "name": "wrapSingleQuote"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10848,
                                      "end": 10857,
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 57
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    }
                                  ]
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 10867,
                                "end": 10888,
                                "loc": {
                                  "start": {
                                    "line": 332,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 332,
                                    "column": 29
                                  }
                                },
                                "extra": {
                                  "rawValue": " AND COLUMN_NAME = ",
                                  "raw": "' AND COLUMN_NAME = '"
                                },
                                "value": " AND COLUMN_NAME = "
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "CallExpression",
                              "start": 10891,
                              "end": 10918,
                              "loc": {
                                "start": {
                                  "line": 332,
                                  "column": 32
                                },
                                "end": {
                                  "line": 332,
                                  "column": 59
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 10891,
                                "end": 10906,
                                "loc": {
                                  "start": {
                                    "line": 332,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 332,
                                    "column": 47
                                  },
                                  "identifierName": "wrapSingleQuote"
                                },
                                "name": "wrapSingleQuote"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 10907,
                                  "end": 10917,
                                  "loc": {
                                    "start": {
                                      "line": 332,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 332,
                                      "column": 58
                                    },
                                    "identifierName": "columnName"
                                  },
                                  "name": "columnName"
                                }
                              ]
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 10927,
                            "end": 10930,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 8
                              },
                              "end": {
                                "line": 333,
                                "column": 11
                              }
                            },
                            "extra": {
                              "rawValue": ")",
                              "raw": "')'"
                            },
                            "value": ")"
                          }
                        }
                      }
                    ],
                    "directives": []
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": "*\n   * Generates an SQL query that returns the foreign key constraint of a given column.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} columnName The name of the column.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
                      "start": 10095,
                      "end": 10381,
                      "loc": {
                        "start": {
                          "line": 314,
                          "column": 2
                        },
                        "end": {
                          "line": 321,
                          "column": 5
                        }
                      }
                    }
                  ]
                },
                {
                  "type": "ObjectMethod",
                  "start": 11227,
                  "end": 11395,
                  "loc": {
                    "start": {
                      "line": 344,
                      "column": 2
                    },
                    "end": {
                      "line": 346,
                      "column": 3
                    }
                  },
                  "method": true,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 11227,
                    "end": 11246,
                    "loc": {
                      "start": {
                        "line": 344,
                        "column": 2
                      },
                      "end": {
                        "line": 344,
                        "column": 21
                      },
                      "identifierName": "dropForeignKeyQuery"
                    },
                    "name": "dropForeignKeyQuery",
                    "leadingComments": null
                  },
                  "kind": "method",
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 11247,
                      "end": 11256,
                      "loc": {
                        "start": {
                          "line": 344,
                          "column": 22
                        },
                        "end": {
                          "line": 344,
                          "column": 31
                        },
                        "identifierName": "tableName"
                      },
                      "name": "tableName"
                    },
                    {
                      "type": "Identifier",
                      "start": 11258,
                      "end": 11268,
                      "loc": {
                        "start": {
                          "line": 344,
                          "column": 33
                        },
                        "end": {
                          "line": 344,
                          "column": 43
                        },
                        "identifierName": "foreignKey"
                      },
                      "name": "foreignKey"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 11270,
                    "end": 11395,
                    "loc": {
                      "start": {
                        "line": 344,
                        "column": 45
                      },
                      "end": {
                        "line": 346,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 11276,
                        "end": 11391,
                        "loc": {
                          "start": {
                            "line": 345,
                            "column": 4
                          },
                          "end": {
                            "line": 345,
                            "column": 119
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 11283,
                          "end": 11390,
                          "loc": {
                            "start": {
                              "line": 345,
                              "column": 11
                            },
                            "end": {
                              "line": 345,
                              "column": 118
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 11283,
                            "end": 11384,
                            "loc": {
                              "start": {
                                "line": 345,
                                "column": 11
                              },
                              "end": {
                                "line": 345,
                                "column": 112
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 11283,
                              "end": 11349,
                              "loc": {
                                "start": {
                                  "line": 345,
                                  "column": 11
                                },
                                "end": {
                                  "line": 345,
                                  "column": 77
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 11283,
                                "end": 11326,
                                "loc": {
                                  "start": {
                                    "line": 345,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 345,
                                    "column": 54
                                  }
                                },
                                "left": {
                                  "type": "StringLiteral",
                                  "start": 11283,
                                  "end": 11297,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 25
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "ALTER TABLE ",
                                    "raw": "'ALTER TABLE '"
                                  },
                                  "value": "ALTER TABLE "
                                },
                                "operator": "+",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 11300,
                                  "end": 11326,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 54
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 11300,
                                    "end": 11315,
                                    "loc": {
                                      "start": {
                                        "line": 345,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 345,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 11300,
                                      "end": 11304,
                                      "loc": {
                                        "start": {
                                          "line": 345,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 345,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11305,
                                      "end": 11315,
                                      "loc": {
                                        "start": {
                                          "line": 345,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 345,
                                          "column": 43
                                        },
                                        "identifierName": "quoteTable"
                                      },
                                      "name": "quoteTable"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 11316,
                                      "end": 11325,
                                      "loc": {
                                        "start": {
                                          "line": 345,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 345,
                                          "column": 53
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    }
                                  ]
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 11329,
                                "end": 11349,
                                "loc": {
                                  "start": {
                                    "line": 345,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 345,
                                    "column": 77
                                  }
                                },
                                "extra": {
                                  "rawValue": " DROP FOREIGN KEY ",
                                  "raw": "' DROP FOREIGN KEY '"
                                },
                                "value": " DROP FOREIGN KEY "
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "CallExpression",
                              "start": 11352,
                              "end": 11384,
                              "loc": {
                                "start": {
                                  "line": 345,
                                  "column": 80
                                },
                                "end": {
                                  "line": 345,
                                  "column": 112
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11352,
                                "end": 11372,
                                "loc": {
                                  "start": {
                                    "line": 345,
                                    "column": 80
                                  },
                                  "end": {
                                    "line": 345,
                                    "column": 100
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11352,
                                  "end": 11356,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 80
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 84
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11357,
                                  "end": 11372,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 85
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 100
                                    },
                                    "identifierName": "quoteIdentifier"
                                  },
                                  "name": "quoteIdentifier"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 11373,
                                  "end": 11383,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 101
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 111
                                    },
                                    "identifierName": "foreignKey"
                                  },
                                  "name": "foreignKey"
                                }
                              ]
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 11387,
                            "end": 11390,
                            "loc": {
                              "start": {
                                "line": 345,
                                "column": 115
                              },
                              "end": {
                                "line": 345,
                                "column": 118
                              }
                            },
                            "extra": {
                              "rawValue": ";",
                              "raw": "';'"
                            },
                            "value": ";"
                          }
                        }
                      }
                    ],
                    "directives": []
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": "*\n   * Generates an SQL query that removes a foreign key from a table.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} foreignKey The name of the foreign key constraint.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
                      "start": 10940,
                      "end": 11224,
                      "loc": {
                        "start": {
                          "line": 336,
                          "column": 2
                        },
                        "end": {
                          "line": 343,
                          "column": 5
                        }
                      }
                    }
                  ]
                }
              ]
            }
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " private methods",
            "start": 11400,
            "end": 11418,
            "loc": {
              "start": {
                "line": 349,
                "column": 0
              },
              "end": {
                "line": 349,
                "column": 18
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 11419,
        "end": 11501,
        "loc": {
          "start": {
            "line": 350,
            "column": 0
          },
          "end": {
            "line": 352,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 11428,
          "end": 11443,
          "loc": {
            "start": {
              "line": 350,
              "column": 9
            },
            "end": {
              "line": 350,
              "column": 24
            },
            "identifierName": "wrapSingleQuote"
          },
          "name": "wrapSingleQuote",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 11444,
            "end": 11454,
            "loc": {
              "start": {
                "line": 350,
                "column": 25
              },
              "end": {
                "line": 350,
                "column": 35
              },
              "identifierName": "identifier"
            },
            "name": "identifier"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 11455,
          "end": 11501,
          "loc": {
            "start": {
              "line": 350,
              "column": 36
            },
            "end": {
              "line": 352,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 11459,
              "end": 11499,
              "loc": {
                "start": {
                  "line": 351,
                  "column": 2
                },
                "end": {
                  "line": 351,
                  "column": 42
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 11466,
                "end": 11498,
                "loc": {
                  "start": {
                    "line": 351,
                    "column": 9
                  },
                  "end": {
                    "line": 351,
                    "column": 41
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 11466,
                  "end": 11480,
                  "loc": {
                    "start": {
                      "line": 351,
                      "column": 9
                    },
                    "end": {
                      "line": 351,
                      "column": 23
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 11466,
                    "end": 11471,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 9
                      },
                      "end": {
                        "line": 351,
                        "column": 14
                      },
                      "identifierName": "Utils"
                    },
                    "name": "Utils"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 11472,
                    "end": 11480,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 15
                      },
                      "end": {
                        "line": 351,
                        "column": 23
                      },
                      "identifierName": "addTicks"
                    },
                    "name": "addTicks"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 11481,
                    "end": 11491,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 24
                      },
                      "end": {
                        "line": 351,
                        "column": 34
                      },
                      "identifierName": "identifier"
                    },
                    "name": "identifier"
                  },
                  {
                    "type": "StringLiteral",
                    "start": 11493,
                    "end": 11497,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 36
                      },
                      "end": {
                        "line": 351,
                        "column": 40
                      }
                    },
                    "extra": {
                      "rawValue": "'",
                      "raw": "'\\''"
                    },
                    "value": "'"
                  }
                ]
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " private methods",
            "start": 11400,
            "end": 11418,
            "loc": {
              "start": {
                "line": 349,
                "column": 0
              },
              "end": {
                "line": 349,
                "column": 18
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 11503,
        "end": 11535,
        "loc": {
          "start": {
            "line": 354,
            "column": 0
          },
          "end": {
            "line": 354,
            "column": 32
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 11503,
          "end": 11534,
          "loc": {
            "start": {
              "line": 354,
              "column": 0
            },
            "end": {
              "line": 354,
              "column": 31
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 11503,
            "end": 11517,
            "loc": {
              "start": {
                "line": 354,
                "column": 0
              },
              "end": {
                "line": 354,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 11503,
              "end": 11509,
              "loc": {
                "start": {
                  "line": 354,
                  "column": 0
                },
                "end": {
                  "line": 354,
                  "column": 6
                },
                "identifierName": "module"
              },
              "name": "module"
            },
            "property": {
              "type": "Identifier",
              "start": 11510,
              "end": 11517,
              "loc": {
                "start": {
                  "line": 354,
                  "column": 7
                },
                "end": {
                  "line": 354,
                  "column": 14
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 11520,
            "end": 11534,
            "loc": {
              "start": {
                "line": 354,
                "column": 17
              },
              "end": {
                "line": 354,
                "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"
          }
        }
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": " jshint proto:true ",
      "start": 152,
      "end": 175,
      "loc": {
        "start": {
          "line": 7,
          "column": 2
        },
        "end": {
          "line": 7,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MySQL doesn't support inline REFERENCES declarations: move to the end",
      "start": 1161,
      "end": 1233,
      "loc": {
        "start": {
          "line": 44,
          "column": 13
        },
        "end": {
          "line": 44,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MySQL doesn't support inline REFERENCES declarations: move to the end",
      "start": 1637,
      "end": 1709,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 82
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If it's a single field its handled in column def, not as an index",
      "start": 2806,
      "end": 2874,
      "loc": {
        "start": {
          "line": 76,
          "column": 36
        },
        "end": {
          "line": 76,
          "column": 104
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Truncate does not allow LIMIT and WHERE",
      "start": 5977,
      "end": 6019,
      "loc": {
        "start": {
          "line": 170,
          "column": 6
        },
        "end": {
          "line": 170,
          "column": 48
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Blobs/texts cannot have a defaultValue",
      "start": 7318,
      "end": 7359,
      "loc": {
        "start": {
          "line": 223,
          "column": 4
        },
        "end": {
          "line": 223,
          "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": 9463,
      "end": 9732,
      "loc": {
        "start": {
          "line": 301,
          "column": 2
        },
        "end": {
          "line": 308,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint ignore: line ",
      "start": 9911,
      "end": 9936,
      "loc": {
        "start": {
          "line": 310,
          "column": 131
        },
        "end": {
          "line": 310,
          "column": 156
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint ignore: line ",
      "start": 10061,
      "end": 10086,
      "loc": {
        "start": {
          "line": 311,
          "column": 124
        },
        "end": {
          "line": 311,
          "column": 149
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Generates an SQL query that returns the foreign key constraint of a given column.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} columnName The name of the column.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
      "start": 10095,
      "end": 10381,
      "loc": {
        "start": {
          "line": 314,
          "column": 2
        },
        "end": {
          "line": 321,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Generates an SQL query that removes a foreign key from a table.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} foreignKey The name of the foreign key constraint.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
      "start": 10940,
      "end": 11224,
      "loc": {
        "start": {
          "line": 336,
          "column": 2
        },
        "end": {
          "line": 343,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " private methods",
      "start": 11400,
      "end": 11418,
      "loc": {
        "start": {
          "line": 349,
          "column": 0
        },
        "end": {
          "line": 349,
          "column": 18
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 15,
      "end": 20,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 21,
      "end": 26,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27,
      "end": 28,
      "loc": {
        "start": {
          "line": 3,
          "column": 12
        },
        "end": {
          "line": 3,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 29,
      "end": 36,
      "loc": {
        "start": {
          "line": 3,
          "column": 14
        },
        "end": {
          "line": 3,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 36,
      "end": 37,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../utils",
      "start": 37,
      "end": 50,
      "loc": {
        "start": {
          "line": 3,
          "column": 22
        },
        "end": {
          "line": 3,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 50,
      "end": 51,
      "loc": {
        "start": {
          "line": 3,
          "column": 35
        },
        "end": {
          "line": 3,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 51,
      "end": 52,
      "loc": {
        "start": {
          "line": 3,
          "column": 36
        },
        "end": {
          "line": 3,
          "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": 53,
      "end": 58,
      "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": "AbstractQueryGenerator",
      "start": 59,
      "end": 81,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 84,
      "end": 91,
      "loc": {
        "start": {
          "line": 4,
          "column": 31
        },
        "end": {
          "line": 4,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 91,
      "end": 92,
      "loc": {
        "start": {
          "line": 4,
          "column": 38
        },
        "end": {
          "line": 4,
          "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": 92,
      "end": 121,
      "loc": {
        "start": {
          "line": 4,
          "column": 39
        },
        "end": {
          "line": 4,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 121,
      "end": 122,
      "loc": {
        "start": {
          "line": 4,
          "column": 68
        },
        "end": {
          "line": 4,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 122,
      "end": 123,
      "loc": {
        "start": {
          "line": 4,
          "column": 69
        },
        "end": {
          "line": 4,
          "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": 125,
      "end": 130,
      "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": "QueryGenerator",
      "start": 131,
      "end": 145,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 146,
      "end": 147,
      "loc": {
        "start": {
          "line": 6,
          "column": 21
        },
        "end": {
          "line": 6,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 148,
      "end": 149,
      "loc": {
        "start": {
          "line": 6,
          "column": 23
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint proto:true ",
      "start": 152,
      "end": 175,
      "loc": {
        "start": {
          "line": 7,
          "column": 2
        },
        "end": {
          "line": 7,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__proto__",
      "start": 178,
      "end": 187,
      "loc": {
        "start": {
          "line": 8,
          "column": 2
        },
        "end": {
          "line": 8,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 187,
      "end": 188,
      "loc": {
        "start": {
          "line": 8,
          "column": 11
        },
        "end": {
          "line": 8,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQueryGenerator",
      "start": 189,
      "end": 211,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 211,
      "end": 212,
      "loc": {
        "start": {
          "line": 8,
          "column": 35
        },
        "end": {
          "line": 8,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 215,
      "end": 222,
      "loc": {
        "start": {
          "line": 9,
          "column": 2
        },
        "end": {
          "line": 9,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 222,
      "end": 223,
      "loc": {
        "start": {
          "line": 9,
          "column": 9
        },
        "end": {
          "line": 9,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "mysql",
      "start": 224,
      "end": 231,
      "loc": {
        "start": {
          "line": 9,
          "column": 11
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 231,
      "end": 232,
      "loc": {
        "start": {
          "line": 9,
          "column": 18
        },
        "end": {
          "line": 9,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createSchema",
      "start": 236,
      "end": 248,
      "loc": {
        "start": {
          "line": 11,
          "column": 2
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 248,
      "end": 249,
      "loc": {
        "start": {
          "line": 11,
          "column": 14
        },
        "end": {
          "line": 11,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 249,
      "end": 250,
      "loc": {
        "start": {
          "line": 11,
          "column": 15
        },
        "end": {
          "line": 11,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 251,
      "end": 252,
      "loc": {
        "start": {
          "line": 11,
          "column": 17
        },
        "end": {
          "line": 11,
          "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": 257,
      "end": 263,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SHOW TABLES",
      "start": 264,
      "end": 277,
      "loc": {
        "start": {
          "line": 12,
          "column": 11
        },
        "end": {
          "line": 12,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 277,
      "end": 278,
      "loc": {
        "start": {
          "line": 12,
          "column": 24
        },
        "end": {
          "line": 12,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 281,
      "end": 282,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 282,
      "end": 283,
      "loc": {
        "start": {
          "line": 13,
          "column": 3
        },
        "end": {
          "line": 13,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showSchemasQuery",
      "start": 287,
      "end": 303,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 15,
          "column": 18
        },
        "end": {
          "line": 15,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 304,
      "end": 305,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 306,
      "end": 307,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "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": 312,
      "end": 318,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SHOW TABLES",
      "start": 319,
      "end": 332,
      "loc": {
        "start": {
          "line": 16,
          "column": 11
        },
        "end": {
          "line": 16,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 332,
      "end": 333,
      "loc": {
        "start": {
          "line": 16,
          "column": 24
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 336,
      "end": 337,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 17,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 337,
      "end": 338,
      "loc": {
        "start": {
          "line": 17,
          "column": 3
        },
        "end": {
          "line": 17,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "versionQuery",
      "start": 342,
      "end": 354,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 354,
      "end": 355,
      "loc": {
        "start": {
          "line": 19,
          "column": 14
        },
        "end": {
          "line": 19,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 355,
      "end": 356,
      "loc": {
        "start": {
          "line": 19,
          "column": 15
        },
        "end": {
          "line": 19,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 357,
      "end": 358,
      "loc": {
        "start": {
          "line": 19,
          "column": 17
        },
        "end": {
          "line": 19,
          "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": 363,
      "end": 369,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "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 VERSION() as `version`",
      "start": 370,
      "end": 401,
      "loc": {
        "start": {
          "line": 20,
          "column": 11
        },
        "end": {
          "line": 20,
          "column": 42
        }
      }
    },
    {
      "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": 20,
          "column": 42
        },
        "end": {
          "line": 20,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 405,
      "end": 406,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 406,
      "end": 407,
      "loc": {
        "start": {
          "line": 21,
          "column": 3
        },
        "end": {
          "line": 21,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTableQuery",
      "start": 411,
      "end": 427,
      "loc": {
        "start": {
          "line": 23,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 427,
      "end": 428,
      "loc": {
        "start": {
          "line": 23,
          "column": 18
        },
        "end": {
          "line": 23,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 428,
      "end": 437,
      "loc": {
        "start": {
          "line": 23,
          "column": 19
        },
        "end": {
          "line": 23,
          "column": 28
        }
      }
    },
    {
      "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": 23,
          "column": 28
        },
        "end": {
          "line": 23,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 439,
      "end": 449,
      "loc": {
        "start": {
          "line": 23,
          "column": 30
        },
        "end": {
          "line": 23,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 449,
      "end": 450,
      "loc": {
        "start": {
          "line": 23,
          "column": 40
        },
        "end": {
          "line": 23,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 451,
      "end": 458,
      "loc": {
        "start": {
          "line": 23,
          "column": 42
        },
        "end": {
          "line": 23,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 458,
      "end": 459,
      "loc": {
        "start": {
          "line": 23,
          "column": 49
        },
        "end": {
          "line": 23,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 460,
      "end": 461,
      "loc": {
        "start": {
          "line": 23,
          "column": 51
        },
        "end": {
          "line": 23,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 466,
      "end": 473,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 474,
      "end": 475,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 476,
      "end": 481,
      "loc": {
        "start": {
          "line": 24,
          "column": 14
        },
        "end": {
          "line": 24,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 481,
      "end": 482,
      "loc": {
        "start": {
          "line": 24,
          "column": 19
        },
        "end": {
          "line": 24,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 482,
      "end": 483,
      "loc": {
        "start": {
          "line": 24,
          "column": 20
        },
        "end": {
          "line": 24,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 483,
      "end": 484,
      "loc": {
        "start": {
          "line": 24,
          "column": 21
        },
        "end": {
          "line": 24,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extend",
      "start": 484,
      "end": 490,
      "loc": {
        "start": {
          "line": 24,
          "column": 22
        },
        "end": {
          "line": 24,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 490,
      "end": 491,
      "loc": {
        "start": {
          "line": 24,
          "column": 28
        },
        "end": {
          "line": 24,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 491,
      "end": 492,
      "loc": {
        "start": {
          "line": 24,
          "column": 29
        },
        "end": {
          "line": 24,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "engine",
      "start": 499,
      "end": 505,
      "loc": {
        "start": {
          "line": 25,
          "column": 6
        },
        "end": {
          "line": 25,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 505,
      "end": 506,
      "loc": {
        "start": {
          "line": 25,
          "column": 12
        },
        "end": {
          "line": 25,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "InnoDB",
      "start": 507,
      "end": 515,
      "loc": {
        "start": {
          "line": 25,
          "column": 14
        },
        "end": {
          "line": 25,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 25,
          "column": 22
        },
        "end": {
          "line": 25,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charset",
      "start": 523,
      "end": 530,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 530,
      "end": 531,
      "loc": {
        "start": {
          "line": 26,
          "column": 13
        },
        "end": {
          "line": 26,
          "column": 14
        }
      }
    },
    {
      "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": 532,
      "end": 536,
      "loc": {
        "start": {
          "line": 26,
          "column": 15
        },
        "end": {
          "line": 26,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 536,
      "end": 537,
      "loc": {
        "start": {
          "line": 26,
          "column": 19
        },
        "end": {
          "line": 26,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowFormat",
      "start": 544,
      "end": 553,
      "loc": {
        "start": {
          "line": 27,
          "column": 6
        },
        "end": {
          "line": 27,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 27,
          "column": 15
        },
        "end": {
          "line": 27,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 555,
      "end": 559,
      "loc": {
        "start": {
          "line": 27,
          "column": 17
        },
        "end": {
          "line": 27,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 564,
      "end": 565,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 565,
      "end": 566,
      "loc": {
        "start": {
          "line": 28,
          "column": 5
        },
        "end": {
          "line": 28,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 567,
      "end": 574,
      "loc": {
        "start": {
          "line": 28,
          "column": 7
        },
        "end": {
          "line": 28,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 575,
      "end": 577,
      "loc": {
        "start": {
          "line": 28,
          "column": 15
        },
        "end": {
          "line": 28,
          "column": 17
        }
      }
    },
    {
      "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": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "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": 28,
          "column": 19
        },
        "end": {
          "line": 28,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 580,
      "end": 581,
      "loc": {
        "start": {
          "line": 28,
          "column": 20
        },
        "end": {
          "line": 28,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 581,
      "end": 582,
      "loc": {
        "start": {
          "line": 28,
          "column": 21
        },
        "end": {
          "line": 28,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 588,
      "end": 593,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 594,
      "end": 599,
      "loc": {
        "start": {
          "line": 30,
          "column": 10
        },
        "end": {
          "line": 30,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 600,
      "end": 601,
      "loc": {
        "start": {
          "line": 30,
          "column": 16
        },
        "end": {
          "line": 30,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CREATE TABLE IF NOT EXISTS <%= table %> (<%= attributes%>) ENGINE=<%= engine %><%= comment %><%= charset %><%= collation %><%= initialAutoIncrement %><%= rowFormat %>",
      "start": 602,
      "end": 770,
      "loc": {
        "start": {
          "line": 30,
          "column": 18
        },
        "end": {
          "line": 30,
          "column": 186
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 770,
      "end": 771,
      "loc": {
        "start": {
          "line": 30,
          "column": 186
        },
        "end": {
          "line": 30,
          "column": 187
        }
      }
    },
    {
      "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": 776,
      "end": 781,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 782,
      "end": 793,
      "loc": {
        "start": {
          "line": 31,
          "column": 10
        },
        "end": {
          "line": 31,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 794,
      "end": 795,
      "loc": {
        "start": {
          "line": 31,
          "column": 22
        },
        "end": {
          "line": 31,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 796,
      "end": 797,
      "loc": {
        "start": {
          "line": 31,
          "column": 24
        },
        "end": {
          "line": 31,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 797,
      "end": 798,
      "loc": {
        "start": {
          "line": 31,
          "column": 25
        },
        "end": {
          "line": 31,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 798,
      "end": 799,
      "loc": {
        "start": {
          "line": 31,
          "column": 26
        },
        "end": {
          "line": 31,
          "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": 804,
      "end": 809,
      "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": "foreignKeys",
      "start": 810,
      "end": 821,
      "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": 822,
      "end": 823,
      "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
      },
      "start": 824,
      "end": 825,
      "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
      },
      "start": 825,
      "end": 826,
      "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": 826,
      "end": 827,
      "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": 832,
      "end": 837,
      "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": "attrStr",
      "start": 838,
      "end": 845,
      "loc": {
        "start": {
          "line": 33,
          "column": 10
        },
        "end": {
          "line": 33,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 846,
      "end": 847,
      "loc": {
        "start": {
          "line": 33,
          "column": 18
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 848,
      "end": 849,
      "loc": {
        "start": {
          "line": 33,
          "column": 20
        },
        "end": {
          "line": 33,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 849,
      "end": 850,
      "loc": {
        "start": {
          "line": 33,
          "column": 21
        },
        "end": {
          "line": 33,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 850,
      "end": 851,
      "loc": {
        "start": {
          "line": 33,
          "column": 22
        },
        "end": {
          "line": 33,
          "column": 23
        }
      }
    },
    {
      "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": 857,
      "end": 860,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 861,
      "end": 862,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "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": 862,
      "end": 867,
      "loc": {
        "start": {
          "line": 35,
          "column": 9
        },
        "end": {
          "line": 35,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 868,
      "end": 872,
      "loc": {
        "start": {
          "line": 35,
          "column": 15
        },
        "end": {
          "line": 35,
          "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": 873,
      "end": 875,
      "loc": {
        "start": {
          "line": 35,
          "column": 20
        },
        "end": {
          "line": 35,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 876,
      "end": 886,
      "loc": {
        "start": {
          "line": 35,
          "column": 23
        },
        "end": {
          "line": 35,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 886,
      "end": 887,
      "loc": {
        "start": {
          "line": 35,
          "column": 33
        },
        "end": {
          "line": 35,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 888,
      "end": 889,
      "loc": {
        "start": {
          "line": 35,
          "column": 35
        },
        "end": {
          "line": 35,
          "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": 896,
      "end": 898,
      "loc": {
        "start": {
          "line": 36,
          "column": 6
        },
        "end": {
          "line": 36,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 899,
      "end": 900,
      "loc": {
        "start": {
          "line": 36,
          "column": 9
        },
        "end": {
          "line": 36,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 900,
      "end": 910,
      "loc": {
        "start": {
          "line": 36,
          "column": 10
        },
        "end": {
          "line": 36,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 910,
      "end": 911,
      "loc": {
        "start": {
          "line": 36,
          "column": 20
        },
        "end": {
          "line": 36,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 911,
      "end": 925,
      "loc": {
        "start": {
          "line": 36,
          "column": 21
        },
        "end": {
          "line": 36,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 925,
      "end": 926,
      "loc": {
        "start": {
          "line": 36,
          "column": 35
        },
        "end": {
          "line": 36,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 926,
      "end": 930,
      "loc": {
        "start": {
          "line": 36,
          "column": 36
        },
        "end": {
          "line": 36,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 930,
      "end": 931,
      "loc": {
        "start": {
          "line": 36,
          "column": 40
        },
        "end": {
          "line": 36,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 931,
      "end": 932,
      "loc": {
        "start": {
          "line": 36,
          "column": 41
        },
        "end": {
          "line": 36,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 933,
      "end": 934,
      "loc": {
        "start": {
          "line": 36,
          "column": 43
        },
        "end": {
          "line": 36,
          "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": 943,
      "end": 948,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 949,
      "end": 957,
      "loc": {
        "start": {
          "line": 37,
          "column": 14
        },
        "end": {
          "line": 37,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 958,
      "end": 959,
      "loc": {
        "start": {
          "line": 37,
          "column": 23
        },
        "end": {
          "line": 37,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 960,
      "end": 970,
      "loc": {
        "start": {
          "line": 37,
          "column": 25
        },
        "end": {
          "line": 37,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 970,
      "end": 971,
      "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": 971,
      "end": 975,
      "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,
        "updateContext": null
      },
      "start": 975,
      "end": 976,
      "loc": {
        "start": {
          "line": 37,
          "column": 40
        },
        "end": {
          "line": 37,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 976,
      "end": 977,
      "loc": {
        "start": {
          "line": 37,
          "column": 41
        },
        "end": {
          "line": 37,
          "column": 42
        }
      }
    },
    {
      "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": 986,
      "end": 989,
      "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": "match",
      "start": 990,
      "end": 995,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 995,
      "end": 996,
      "loc": {
        "start": {
          "line": 38,
          "column": 17
        },
        "end": {
          "line": 38,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1006,
      "end": 1008,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1009,
      "end": 1010,
      "loc": {
        "start": {
          "line": 40,
          "column": 11
        },
        "end": {
          "line": 40,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1010,
      "end": 1015,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1015,
      "end": 1016,
      "loc": {
        "start": {
          "line": 40,
          "column": 17
        },
        "end": {
          "line": 40,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1016,
      "end": 1017,
      "loc": {
        "start": {
          "line": 40,
          "column": 18
        },
        "end": {
          "line": 40,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1017,
      "end": 1018,
      "loc": {
        "start": {
          "line": 40,
          "column": 19
        },
        "end": {
          "line": 40,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1018,
      "end": 1026,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1026,
      "end": 1027,
      "loc": {
        "start": {
          "line": 40,
          "column": 28
        },
        "end": {
          "line": 40,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1027,
      "end": 1035,
      "loc": {
        "start": {
          "line": 40,
          "column": 29
        },
        "end": {
          "line": 40,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1035,
      "end": 1036,
      "loc": {
        "start": {
          "line": 40,
          "column": 37
        },
        "end": {
          "line": 40,
          "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": 1037,
      "end": 1050,
      "loc": {
        "start": {
          "line": 40,
          "column": 39
        },
        "end": {
          "line": 40,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1050,
      "end": 1051,
      "loc": {
        "start": {
          "line": 40,
          "column": 52
        },
        "end": {
          "line": 40,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1051,
      "end": 1052,
      "loc": {
        "start": {
          "line": 40,
          "column": 53
        },
        "end": {
          "line": 40,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1053,
      "end": 1054,
      "loc": {
        "start": {
          "line": 40,
          "column": 55
        },
        "end": {
          "line": 40,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 1065,
      "end": 1076,
      "loc": {
        "start": {
          "line": 41,
          "column": 10
        },
        "end": {
          "line": 41,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1076,
      "end": 1077,
      "loc": {
        "start": {
          "line": 41,
          "column": 21
        },
        "end": {
          "line": 41,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1077,
      "end": 1081,
      "loc": {
        "start": {
          "line": 41,
          "column": 22
        },
        "end": {
          "line": 41,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1081,
      "end": 1082,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1082,
      "end": 1086,
      "loc": {
        "start": {
          "line": 41,
          "column": 27
        },
        "end": {
          "line": 41,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1086,
      "end": 1087,
      "loc": {
        "start": {
          "line": 41,
          "column": 31
        },
        "end": {
          "line": 41,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1087,
      "end": 1088,
      "loc": {
        "start": {
          "line": 41,
          "column": 32
        },
        "end": {
          "line": 41,
          "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": 1100,
      "end": 1102,
      "loc": {
        "start": {
          "line": 43,
          "column": 10
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1103,
      "end": 1104,
      "loc": {
        "start": {
          "line": 43,
          "column": 13
        },
        "end": {
          "line": 43,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1104,
      "end": 1109,
      "loc": {
        "start": {
          "line": 43,
          "column": 14
        },
        "end": {
          "line": 43,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1109,
      "end": 1110,
      "loc": {
        "start": {
          "line": 43,
          "column": 19
        },
        "end": {
          "line": 43,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1110,
      "end": 1111,
      "loc": {
        "start": {
          "line": 43,
          "column": 20
        },
        "end": {
          "line": 43,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1111,
      "end": 1112,
      "loc": {
        "start": {
          "line": 43,
          "column": 21
        },
        "end": {
          "line": 43,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1112,
      "end": 1120,
      "loc": {
        "start": {
          "line": 43,
          "column": 22
        },
        "end": {
          "line": 43,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1120,
      "end": 1121,
      "loc": {
        "start": {
          "line": 43,
          "column": 30
        },
        "end": {
          "line": 43,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1121,
      "end": 1129,
      "loc": {
        "start": {
          "line": 43,
          "column": 31
        },
        "end": {
          "line": 43,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1129,
      "end": 1130,
      "loc": {
        "start": {
          "line": 43,
          "column": 39
        },
        "end": {
          "line": 43,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "REFERENCES",
      "start": 1131,
      "end": 1143,
      "loc": {
        "start": {
          "line": 43,
          "column": 41
        },
        "end": {
          "line": 43,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 43,
          "column": 53
        },
        "end": {
          "line": 43,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1144,
      "end": 1145,
      "loc": {
        "start": {
          "line": 43,
          "column": 54
        },
        "end": {
          "line": 43,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1146,
      "end": 1147,
      "loc": {
        "start": {
          "line": 43,
          "column": 56
        },
        "end": {
          "line": 43,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MySQL doesn't support inline REFERENCES declarations: move to the end",
      "start": 1161,
      "end": 1233,
      "loc": {
        "start": {
          "line": 44,
          "column": 13
        },
        "end": {
          "line": 44,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1246,
      "end": 1251,
      "loc": {
        "start": {
          "line": 45,
          "column": 12
        },
        "end": {
          "line": 45,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1252,
      "end": 1253,
      "loc": {
        "start": {
          "line": 45,
          "column": 18
        },
        "end": {
          "line": 45,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1254,
      "end": 1262,
      "loc": {
        "start": {
          "line": 45,
          "column": 20
        },
        "end": {
          "line": 45,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1262,
      "end": 1263,
      "loc": {
        "start": {
          "line": 45,
          "column": 28
        },
        "end": {
          "line": 45,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1263,
      "end": 1268,
      "loc": {
        "start": {
          "line": 45,
          "column": 29
        },
        "end": {
          "line": 45,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1268,
      "end": 1269,
      "loc": {
        "start": {
          "line": 45,
          "column": 34
        },
        "end": {
          "line": 45,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^(.+) (REFERENCES.*)$",
        "flags": ""
      },
      "start": 1269,
      "end": 1292,
      "loc": {
        "start": {
          "line": 45,
          "column": 35
        },
        "end": {
          "line": 45,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1292,
      "end": 1293,
      "loc": {
        "start": {
          "line": 45,
          "column": 58
        },
        "end": {
          "line": 45,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1293,
      "end": 1294,
      "loc": {
        "start": {
          "line": 45,
          "column": 59
        },
        "end": {
          "line": 45,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 1307,
      "end": 1314,
      "loc": {
        "start": {
          "line": 46,
          "column": 12
        },
        "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": 1314,
      "end": 1315,
      "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": "push",
      "start": 1315,
      "end": 1319,
      "loc": {
        "start": {
          "line": 46,
          "column": 20
        },
        "end": {
          "line": 46,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1319,
      "end": 1320,
      "loc": {
        "start": {
          "line": 46,
          "column": 24
        },
        "end": {
          "line": 46,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1320,
      "end": 1324,
      "loc": {
        "start": {
          "line": 46,
          "column": 25
        },
        "end": {
          "line": 46,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1324,
      "end": 1325,
      "loc": {
        "start": {
          "line": 46,
          "column": 29
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 1325,
      "end": 1340,
      "loc": {
        "start": {
          "line": 46,
          "column": 30
        },
        "end": {
          "line": 46,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1340,
      "end": 1341,
      "loc": {
        "start": {
          "line": 46,
          "column": 45
        },
        "end": {
          "line": 46,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1341,
      "end": 1345,
      "loc": {
        "start": {
          "line": 46,
          "column": 46
        },
        "end": {
          "line": 46,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 46,
          "column": 50
        },
        "end": {
          "line": 46,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1347,
      "end": 1348,
      "loc": {
        "start": {
          "line": 46,
          "column": 52
        },
        "end": {
          "line": 46,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 1349,
      "end": 1352,
      "loc": {
        "start": {
          "line": 46,
          "column": 54
        },
        "end": {
          "line": 46,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1353,
      "end": 1354,
      "loc": {
        "start": {
          "line": 46,
          "column": 58
        },
        "end": {
          "line": 46,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1355,
      "end": 1360,
      "loc": {
        "start": {
          "line": 46,
          "column": 60
        },
        "end": {
          "line": 46,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1360,
      "end": 1361,
      "loc": {
        "start": {
          "line": 46,
          "column": 65
        },
        "end": {
          "line": 46,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1361,
      "end": 1362,
      "loc": {
        "start": {
          "line": 46,
          "column": 66
        },
        "end": {
          "line": 46,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1362,
      "end": 1363,
      "loc": {
        "start": {
          "line": 46,
          "column": 67
        },
        "end": {
          "line": 46,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1363,
      "end": 1364,
      "loc": {
        "start": {
          "line": 46,
          "column": 68
        },
        "end": {
          "line": 46,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 1364,
      "end": 1371,
      "loc": {
        "start": {
          "line": 46,
          "column": 69
        },
        "end": {
          "line": 46,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1371,
      "end": 1372,
      "loc": {
        "start": {
          "line": 46,
          "column": 76
        },
        "end": {
          "line": 46,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "PRIMARY KEY",
        "flags": ""
      },
      "start": 1372,
      "end": 1385,
      "loc": {
        "start": {
          "line": 46,
          "column": 77
        },
        "end": {
          "line": 46,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1385,
      "end": 1386,
      "loc": {
        "start": {
          "line": 46,
          "column": 90
        },
        "end": {
          "line": 46,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1387,
      "end": 1389,
      "loc": {
        "start": {
          "line": 46,
          "column": 92
        },
        "end": {
          "line": 46,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1389,
      "end": 1390,
      "loc": {
        "start": {
          "line": 46,
          "column": 94
        },
        "end": {
          "line": 46,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1390,
      "end": 1391,
      "loc": {
        "start": {
          "line": 46,
          "column": 95
        },
        "end": {
          "line": 46,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1391,
      "end": 1392,
      "loc": {
        "start": {
          "line": 46,
          "column": 96
        },
        "end": {
          "line": 46,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 1405,
      "end": 1416,
      "loc": {
        "start": {
          "line": 47,
          "column": 12
        },
        "end": {
          "line": 47,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1416,
      "end": 1417,
      "loc": {
        "start": {
          "line": 47,
          "column": 23
        },
        "end": {
          "line": 47,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1417,
      "end": 1421,
      "loc": {
        "start": {
          "line": 47,
          "column": 24
        },
        "end": {
          "line": 47,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1421,
      "end": 1422,
      "loc": {
        "start": {
          "line": 47,
          "column": 28
        },
        "end": {
          "line": 47,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1423,
      "end": 1424,
      "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": "match",
      "start": 1425,
      "end": 1430,
      "loc": {
        "start": {
          "line": 47,
          "column": 32
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1430,
      "end": 1431,
      "loc": {
        "start": {
          "line": 47,
          "column": 37
        },
        "end": {
          "line": 47,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 1431,
      "end": 1432,
      "loc": {
        "start": {
          "line": 47,
          "column": 38
        },
        "end": {
          "line": 47,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1432,
      "end": 1433,
      "loc": {
        "start": {
          "line": 47,
          "column": 39
        },
        "end": {
          "line": 47,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1433,
      "end": 1434,
      "loc": {
        "start": {
          "line": 47,
          "column": 40
        },
        "end": {
          "line": 47,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1445,
      "end": 1446,
      "loc": {
        "start": {
          "line": 48,
          "column": 10
        },
        "end": {
          "line": 48,
          "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": 1447,
      "end": 1451,
      "loc": {
        "start": {
          "line": 48,
          "column": 12
        },
        "end": {
          "line": 48,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1452,
      "end": 1453,
      "loc": {
        "start": {
          "line": 48,
          "column": 17
        },
        "end": {
          "line": 48,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 1466,
      "end": 1473,
      "loc": {
        "start": {
          "line": 49,
          "column": 12
        },
        "end": {
          "line": 49,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1473,
      "end": 1474,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1474,
      "end": 1478,
      "loc": {
        "start": {
          "line": 49,
          "column": 20
        },
        "end": {
          "line": 49,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1478,
      "end": 1479,
      "loc": {
        "start": {
          "line": 49,
          "column": 24
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1479,
      "end": 1483,
      "loc": {
        "start": {
          "line": 49,
          "column": 25
        },
        "end": {
          "line": 49,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1483,
      "end": 1484,
      "loc": {
        "start": {
          "line": 49,
          "column": 29
        },
        "end": {
          "line": 49,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 1484,
      "end": 1499,
      "loc": {
        "start": {
          "line": 49,
          "column": 30
        },
        "end": {
          "line": 49,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1499,
      "end": 1500,
      "loc": {
        "start": {
          "line": 49,
          "column": 45
        },
        "end": {
          "line": 49,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1500,
      "end": 1504,
      "loc": {
        "start": {
          "line": 49,
          "column": 46
        },
        "end": {
          "line": 49,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1504,
      "end": 1505,
      "loc": {
        "start": {
          "line": 49,
          "column": 50
        },
        "end": {
          "line": 49,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1506,
      "end": 1507,
      "loc": {
        "start": {
          "line": 49,
          "column": 52
        },
        "end": {
          "line": 49,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 1508,
      "end": 1511,
      "loc": {
        "start": {
          "line": 49,
          "column": 54
        },
        "end": {
          "line": 49,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1512,
      "end": 1513,
      "loc": {
        "start": {
          "line": 49,
          "column": 58
        },
        "end": {
          "line": 49,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1514,
      "end": 1522,
      "loc": {
        "start": {
          "line": 49,
          "column": 60
        },
        "end": {
          "line": 49,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1522,
      "end": 1523,
      "loc": {
        "start": {
          "line": 49,
          "column": 68
        },
        "end": {
          "line": 49,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 1523,
      "end": 1530,
      "loc": {
        "start": {
          "line": 49,
          "column": 69
        },
        "end": {
          "line": 49,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1530,
      "end": 1531,
      "loc": {
        "start": {
          "line": 49,
          "column": 76
        },
        "end": {
          "line": 49,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "PRIMARY KEY",
        "flags": ""
      },
      "start": 1531,
      "end": 1544,
      "loc": {
        "start": {
          "line": 49,
          "column": 77
        },
        "end": {
          "line": 49,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1544,
      "end": 1545,
      "loc": {
        "start": {
          "line": 49,
          "column": 90
        },
        "end": {
          "line": 49,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1546,
      "end": 1548,
      "loc": {
        "start": {
          "line": 49,
          "column": 92
        },
        "end": {
          "line": 49,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1548,
      "end": 1549,
      "loc": {
        "start": {
          "line": 49,
          "column": 94
        },
        "end": {
          "line": 49,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1549,
      "end": 1550,
      "loc": {
        "start": {
          "line": 49,
          "column": 95
        },
        "end": {
          "line": 49,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1550,
      "end": 1551,
      "loc": {
        "start": {
          "line": 49,
          "column": 96
        },
        "end": {
          "line": 49,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1562,
      "end": 1563,
      "loc": {
        "start": {
          "line": 50,
          "column": 10
        },
        "end": {
          "line": 50,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1572,
      "end": 1573,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "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": 1574,
      "end": 1578,
      "loc": {
        "start": {
          "line": 51,
          "column": 10
        },
        "end": {
          "line": 51,
          "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": 1579,
      "end": 1581,
      "loc": {
        "start": {
          "line": 51,
          "column": 15
        },
        "end": {
          "line": 51,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1582,
      "end": 1583,
      "loc": {
        "start": {
          "line": 51,
          "column": 18
        },
        "end": {
          "line": 51,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1583,
      "end": 1588,
      "loc": {
        "start": {
          "line": 51,
          "column": 19
        },
        "end": {
          "line": 51,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1588,
      "end": 1589,
      "loc": {
        "start": {
          "line": 51,
          "column": 24
        },
        "end": {
          "line": 51,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1589,
      "end": 1590,
      "loc": {
        "start": {
          "line": 51,
          "column": 25
        },
        "end": {
          "line": 51,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1590,
      "end": 1591,
      "loc": {
        "start": {
          "line": 51,
          "column": 26
        },
        "end": {
          "line": 51,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1591,
      "end": 1599,
      "loc": {
        "start": {
          "line": 51,
          "column": 27
        },
        "end": {
          "line": 51,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1599,
      "end": 1600,
      "loc": {
        "start": {
          "line": 51,
          "column": 35
        },
        "end": {
          "line": 51,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1600,
      "end": 1608,
      "loc": {
        "start": {
          "line": 51,
          "column": 36
        },
        "end": {
          "line": 51,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1608,
      "end": 1609,
      "loc": {
        "start": {
          "line": 51,
          "column": 44
        },
        "end": {
          "line": 51,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "REFERENCES",
      "start": 1610,
      "end": 1622,
      "loc": {
        "start": {
          "line": 51,
          "column": 46
        },
        "end": {
          "line": 51,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1622,
      "end": 1623,
      "loc": {
        "start": {
          "line": 51,
          "column": 58
        },
        "end": {
          "line": 51,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1623,
      "end": 1624,
      "loc": {
        "start": {
          "line": 51,
          "column": 59
        },
        "end": {
          "line": 51,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1625,
      "end": 1626,
      "loc": {
        "start": {
          "line": 51,
          "column": 61
        },
        "end": {
          "line": 51,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MySQL doesn't support inline REFERENCES declarations: move to the end",
      "start": 1637,
      "end": 1709,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1720,
      "end": 1725,
      "loc": {
        "start": {
          "line": 53,
          "column": 10
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1726,
      "end": 1727,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1728,
      "end": 1736,
      "loc": {
        "start": {
          "line": 53,
          "column": 18
        },
        "end": {
          "line": 53,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1736,
      "end": 1737,
      "loc": {
        "start": {
          "line": 53,
          "column": 26
        },
        "end": {
          "line": 53,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1737,
      "end": 1742,
      "loc": {
        "start": {
          "line": 53,
          "column": 27
        },
        "end": {
          "line": 53,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1742,
      "end": 1743,
      "loc": {
        "start": {
          "line": 53,
          "column": 32
        },
        "end": {
          "line": 53,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^(.+) (REFERENCES.*)$",
        "flags": ""
      },
      "start": 1743,
      "end": 1766,
      "loc": {
        "start": {
          "line": 53,
          "column": 33
        },
        "end": {
          "line": 53,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1766,
      "end": 1767,
      "loc": {
        "start": {
          "line": 53,
          "column": 56
        },
        "end": {
          "line": 53,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1767,
      "end": 1768,
      "loc": {
        "start": {
          "line": 53,
          "column": 57
        },
        "end": {
          "line": 53,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 1779,
      "end": 1786,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1786,
      "end": 1787,
      "loc": {
        "start": {
          "line": 54,
          "column": 17
        },
        "end": {
          "line": 54,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1787,
      "end": 1791,
      "loc": {
        "start": {
          "line": 54,
          "column": 18
        },
        "end": {
          "line": 54,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1791,
      "end": 1792,
      "loc": {
        "start": {
          "line": 54,
          "column": 22
        },
        "end": {
          "line": 54,
          "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": 1792,
      "end": 1796,
      "loc": {
        "start": {
          "line": 54,
          "column": 23
        },
        "end": {
          "line": 54,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1796,
      "end": 1797,
      "loc": {
        "start": {
          "line": 54,
          "column": 27
        },
        "end": {
          "line": 54,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 1797,
      "end": 1812,
      "loc": {
        "start": {
          "line": 54,
          "column": 28
        },
        "end": {
          "line": 54,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1812,
      "end": 1813,
      "loc": {
        "start": {
          "line": 54,
          "column": 43
        },
        "end": {
          "line": 54,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1813,
      "end": 1817,
      "loc": {
        "start": {
          "line": 54,
          "column": 44
        },
        "end": {
          "line": 54,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1817,
      "end": 1818,
      "loc": {
        "start": {
          "line": 54,
          "column": 48
        },
        "end": {
          "line": 54,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1819,
      "end": 1820,
      "loc": {
        "start": {
          "line": 54,
          "column": 50
        },
        "end": {
          "line": 54,
          "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": 1821,
      "end": 1824,
      "loc": {
        "start": {
          "line": 54,
          "column": 52
        },
        "end": {
          "line": 54,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1825,
      "end": 1826,
      "loc": {
        "start": {
          "line": 54,
          "column": 56
        },
        "end": {
          "line": 54,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1827,
      "end": 1832,
      "loc": {
        "start": {
          "line": 54,
          "column": 58
        },
        "end": {
          "line": 54,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1832,
      "end": 1833,
      "loc": {
        "start": {
          "line": 54,
          "column": 63
        },
        "end": {
          "line": 54,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1833,
      "end": 1834,
      "loc": {
        "start": {
          "line": 54,
          "column": 64
        },
        "end": {
          "line": 54,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1834,
      "end": 1835,
      "loc": {
        "start": {
          "line": 54,
          "column": 65
        },
        "end": {
          "line": 54,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1835,
      "end": 1836,
      "loc": {
        "start": {
          "line": 54,
          "column": 66
        },
        "end": {
          "line": 54,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1836,
      "end": 1837,
      "loc": {
        "start": {
          "line": 54,
          "column": 67
        },
        "end": {
          "line": 54,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 1848,
      "end": 1859,
      "loc": {
        "start": {
          "line": 55,
          "column": 10
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1859,
      "end": 1860,
      "loc": {
        "start": {
          "line": 55,
          "column": 21
        },
        "end": {
          "line": 55,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1860,
      "end": 1864,
      "loc": {
        "start": {
          "line": 55,
          "column": 22
        },
        "end": {
          "line": 55,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1864,
      "end": 1865,
      "loc": {
        "start": {
          "line": 55,
          "column": 26
        },
        "end": {
          "line": 55,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1866,
      "end": 1867,
      "loc": {
        "start": {
          "line": 55,
          "column": 28
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1868,
      "end": 1873,
      "loc": {
        "start": {
          "line": 55,
          "column": 30
        },
        "end": {
          "line": 55,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1873,
      "end": 1874,
      "loc": {
        "start": {
          "line": 55,
          "column": 35
        },
        "end": {
          "line": 55,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 1874,
      "end": 1875,
      "loc": {
        "start": {
          "line": 55,
          "column": 36
        },
        "end": {
          "line": 55,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1875,
      "end": 1876,
      "loc": {
        "start": {
          "line": 55,
          "column": 37
        },
        "end": {
          "line": 55,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1876,
      "end": 1877,
      "loc": {
        "start": {
          "line": 55,
          "column": 38
        },
        "end": {
          "line": 55,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1886,
      "end": 1887,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "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": 1888,
      "end": 1892,
      "loc": {
        "start": {
          "line": 56,
          "column": 10
        },
        "end": {
          "line": 56,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1893,
      "end": 1894,
      "loc": {
        "start": {
          "line": 56,
          "column": 15
        },
        "end": {
          "line": 56,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 1905,
      "end": 1912,
      "loc": {
        "start": {
          "line": 57,
          "column": 10
        },
        "end": {
          "line": 57,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1912,
      "end": 1913,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1913,
      "end": 1917,
      "loc": {
        "start": {
          "line": 57,
          "column": 18
        },
        "end": {
          "line": 57,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1917,
      "end": 1918,
      "loc": {
        "start": {
          "line": 57,
          "column": 22
        },
        "end": {
          "line": 57,
          "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": 1918,
      "end": 1922,
      "loc": {
        "start": {
          "line": 57,
          "column": 23
        },
        "end": {
          "line": 57,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1922,
      "end": 1923,
      "loc": {
        "start": {
          "line": 57,
          "column": 27
        },
        "end": {
          "line": 57,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 1923,
      "end": 1938,
      "loc": {
        "start": {
          "line": 57,
          "column": 28
        },
        "end": {
          "line": 57,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1938,
      "end": 1939,
      "loc": {
        "start": {
          "line": 57,
          "column": 43
        },
        "end": {
          "line": 57,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 1939,
      "end": 1943,
      "loc": {
        "start": {
          "line": 57,
          "column": 44
        },
        "end": {
          "line": 57,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1943,
      "end": 1944,
      "loc": {
        "start": {
          "line": 57,
          "column": 48
        },
        "end": {
          "line": 57,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1945,
      "end": 1946,
      "loc": {
        "start": {
          "line": 57,
          "column": 50
        },
        "end": {
          "line": 57,
          "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": 1947,
      "end": 1950,
      "loc": {
        "start": {
          "line": 57,
          "column": 52
        },
        "end": {
          "line": 57,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1951,
      "end": 1952,
      "loc": {
        "start": {
          "line": 57,
          "column": 56
        },
        "end": {
          "line": 57,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 1953,
      "end": 1961,
      "loc": {
        "start": {
          "line": 57,
          "column": 58
        },
        "end": {
          "line": 57,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1961,
      "end": 1962,
      "loc": {
        "start": {
          "line": 57,
          "column": 66
        },
        "end": {
          "line": 57,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1962,
      "end": 1963,
      "loc": {
        "start": {
          "line": 57,
          "column": 67
        },
        "end": {
          "line": 57,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1972,
      "end": 1973,
      "loc": {
        "start": {
          "line": 58,
          "column": 8
        },
        "end": {
          "line": 58,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1980,
      "end": 1981,
      "loc": {
        "start": {
          "line": 59,
          "column": 6
        },
        "end": {
          "line": 59,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1986,
      "end": 1987,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "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": 1993,
      "end": 1998,
      "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": "values",
      "start": 1999,
      "end": 2005,
      "loc": {
        "start": {
          "line": 62,
          "column": 10
        },
        "end": {
          "line": 62,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2006,
      "end": 2007,
      "loc": {
        "start": {
          "line": 62,
          "column": 17
        },
        "end": {
          "line": 62,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2008,
      "end": 2009,
      "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": "table",
      "start": 2016,
      "end": 2021,
      "loc": {
        "start": {
          "line": 63,
          "column": 6
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2021,
      "end": 2022,
      "loc": {
        "start": {
          "line": 63,
          "column": 11
        },
        "end": {
          "line": 63,
          "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": 2023,
      "end": 2027,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2027,
      "end": 2028,
      "loc": {
        "start": {
          "line": 63,
          "column": 17
        },
        "end": {
          "line": 63,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 2028,
      "end": 2038,
      "loc": {
        "start": {
          "line": 63,
          "column": 18
        },
        "end": {
          "line": 63,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2038,
      "end": 2039,
      "loc": {
        "start": {
          "line": 63,
          "column": 28
        },
        "end": {
          "line": 63,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 2039,
      "end": 2048,
      "loc": {
        "start": {
          "line": 63,
          "column": 29
        },
        "end": {
          "line": 63,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2048,
      "end": 2049,
      "loc": {
        "start": {
          "line": 63,
          "column": 38
        },
        "end": {
          "line": 63,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2049,
      "end": 2050,
      "loc": {
        "start": {
          "line": 63,
          "column": 39
        },
        "end": {
          "line": 63,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 2057,
      "end": 2067,
      "loc": {
        "start": {
          "line": 64,
          "column": 6
        },
        "end": {
          "line": 64,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2067,
      "end": 2068,
      "loc": {
        "start": {
          "line": 64,
          "column": 16
        },
        "end": {
          "line": 64,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrStr",
      "start": 2069,
      "end": 2076,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2076,
      "end": 2077,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 2077,
      "end": 2081,
      "loc": {
        "start": {
          "line": 64,
          "column": 26
        },
        "end": {
          "line": 64,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2081,
      "end": 2082,
      "loc": {
        "start": {
          "line": 64,
          "column": 30
        },
        "end": {
          "line": 64,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 2082,
      "end": 2086,
      "loc": {
        "start": {
          "line": 64,
          "column": 31
        },
        "end": {
          "line": 64,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2086,
      "end": 2087,
      "loc": {
        "start": {
          "line": 64,
          "column": 35
        },
        "end": {
          "line": 64,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2087,
      "end": 2088,
      "loc": {
        "start": {
          "line": 64,
          "column": 36
        },
        "end": {
          "line": 64,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comment",
      "start": 2095,
      "end": 2102,
      "loc": {
        "start": {
          "line": 65,
          "column": 6
        },
        "end": {
          "line": 65,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2102,
      "end": 2103,
      "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": "options",
      "start": 2104,
      "end": 2111,
      "loc": {
        "start": {
          "line": 65,
          "column": 15
        },
        "end": {
          "line": 65,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2111,
      "end": 2112,
      "loc": {
        "start": {
          "line": 65,
          "column": 22
        },
        "end": {
          "line": 65,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comment",
      "start": 2112,
      "end": 2119,
      "loc": {
        "start": {
          "line": 65,
          "column": 23
        },
        "end": {
          "line": 65,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2120,
      "end": 2122,
      "loc": {
        "start": {
          "line": 65,
          "column": 31
        },
        "end": {
          "line": 65,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 2123,
      "end": 2128,
      "loc": {
        "start": {
          "line": 65,
          "column": 34
        },
        "end": {
          "line": 65,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2128,
      "end": 2129,
      "loc": {
        "start": {
          "line": 65,
          "column": 39
        },
        "end": {
          "line": 65,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2129,
      "end": 2130,
      "loc": {
        "start": {
          "line": 65,
          "column": 40
        },
        "end": {
          "line": 65,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2130,
      "end": 2131,
      "loc": {
        "start": {
          "line": 65,
          "column": 41
        },
        "end": {
          "line": 65,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isString",
      "start": 2131,
      "end": 2139,
      "loc": {
        "start": {
          "line": 65,
          "column": 42
        },
        "end": {
          "line": 65,
          "column": 50
        }
      }
    },
    {
      "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": 65,
          "column": 50
        },
        "end": {
          "line": 65,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2140,
      "end": 2147,
      "loc": {
        "start": {
          "line": 65,
          "column": 51
        },
        "end": {
          "line": 65,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2147,
      "end": 2148,
      "loc": {
        "start": {
          "line": 65,
          "column": 58
        },
        "end": {
          "line": 65,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comment",
      "start": 2148,
      "end": 2155,
      "loc": {
        "start": {
          "line": 65,
          "column": 59
        },
        "end": {
          "line": 65,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2155,
      "end": 2156,
      "loc": {
        "start": {
          "line": 65,
          "column": 66
        },
        "end": {
          "line": 65,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2157,
      "end": 2158,
      "loc": {
        "start": {
          "line": 65,
          "column": 68
        },
        "end": {
          "line": 65,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " COMMENT ",
      "start": 2159,
      "end": 2170,
      "loc": {
        "start": {
          "line": 65,
          "column": 70
        },
        "end": {
          "line": 65,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2171,
      "end": 2172,
      "loc": {
        "start": {
          "line": 65,
          "column": 82
        },
        "end": {
          "line": 65,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2173,
      "end": 2177,
      "loc": {
        "start": {
          "line": 65,
          "column": 84
        },
        "end": {
          "line": 65,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2177,
      "end": 2178,
      "loc": {
        "start": {
          "line": 65,
          "column": 88
        },
        "end": {
          "line": 65,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 2178,
      "end": 2184,
      "loc": {
        "start": {
          "line": 65,
          "column": 89
        },
        "end": {
          "line": 65,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2184,
      "end": 2185,
      "loc": {
        "start": {
          "line": 65,
          "column": 95
        },
        "end": {
          "line": 65,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2185,
      "end": 2192,
      "loc": {
        "start": {
          "line": 65,
          "column": 96
        },
        "end": {
          "line": 65,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2192,
      "end": 2193,
      "loc": {
        "start": {
          "line": 65,
          "column": 103
        },
        "end": {
          "line": 65,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comment",
      "start": 2193,
      "end": 2200,
      "loc": {
        "start": {
          "line": 65,
          "column": 104
        },
        "end": {
          "line": 65,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2200,
      "end": 2201,
      "loc": {
        "start": {
          "line": 65,
          "column": 111
        },
        "end": {
          "line": 65,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2202,
      "end": 2203,
      "loc": {
        "start": {
          "line": 65,
          "column": 113
        },
        "end": {
          "line": 65,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2204,
      "end": 2206,
      "loc": {
        "start": {
          "line": 65,
          "column": 115
        },
        "end": {
          "line": 65,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2206,
      "end": 2207,
      "loc": {
        "start": {
          "line": 65,
          "column": 117
        },
        "end": {
          "line": 65,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "engine",
      "start": 2214,
      "end": 2220,
      "loc": {
        "start": {
          "line": 66,
          "column": 6
        },
        "end": {
          "line": 66,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2220,
      "end": 2221,
      "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": "options",
      "start": 2222,
      "end": 2229,
      "loc": {
        "start": {
          "line": 66,
          "column": 14
        },
        "end": {
          "line": 66,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2229,
      "end": 2230,
      "loc": {
        "start": {
          "line": 66,
          "column": 21
        },
        "end": {
          "line": 66,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "engine",
      "start": 2230,
      "end": 2236,
      "loc": {
        "start": {
          "line": 66,
          "column": 22
        },
        "end": {
          "line": 66,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2236,
      "end": 2237,
      "loc": {
        "start": {
          "line": 66,
          "column": 28
        },
        "end": {
          "line": 66,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charset",
      "start": 2244,
      "end": 2251,
      "loc": {
        "start": {
          "line": 67,
          "column": 6
        },
        "end": {
          "line": 67,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2251,
      "end": 2252,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2253,
      "end": 2254,
      "loc": {
        "start": {
          "line": 67,
          "column": 15
        },
        "end": {
          "line": 67,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2254,
      "end": 2261,
      "loc": {
        "start": {
          "line": 67,
          "column": 16
        },
        "end": {
          "line": 67,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2261,
      "end": 2262,
      "loc": {
        "start": {
          "line": 67,
          "column": 23
        },
        "end": {
          "line": 67,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charset",
      "start": 2262,
      "end": 2269,
      "loc": {
        "start": {
          "line": 67,
          "column": 24
        },
        "end": {
          "line": 67,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2270,
      "end": 2271,
      "loc": {
        "start": {
          "line": 67,
          "column": 32
        },
        "end": {
          "line": 67,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " DEFAULT CHARSET=",
      "start": 2272,
      "end": 2291,
      "loc": {
        "start": {
          "line": 67,
          "column": 34
        },
        "end": {
          "line": 67,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2292,
      "end": 2293,
      "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": "options",
      "start": 2294,
      "end": 2301,
      "loc": {
        "start": {
          "line": 67,
          "column": 56
        },
        "end": {
          "line": 67,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2301,
      "end": 2302,
      "loc": {
        "start": {
          "line": 67,
          "column": 63
        },
        "end": {
          "line": 67,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charset",
      "start": 2302,
      "end": 2309,
      "loc": {
        "start": {
          "line": 67,
          "column": 64
        },
        "end": {
          "line": 67,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2310,
      "end": 2311,
      "loc": {
        "start": {
          "line": 67,
          "column": 72
        },
        "end": {
          "line": 67,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2312,
      "end": 2314,
      "loc": {
        "start": {
          "line": 67,
          "column": 74
        },
        "end": {
          "line": 67,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2314,
      "end": 2315,
      "loc": {
        "start": {
          "line": 67,
          "column": 76
        },
        "end": {
          "line": 67,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2315,
      "end": 2316,
      "loc": {
        "start": {
          "line": 67,
          "column": 77
        },
        "end": {
          "line": 67,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collation",
      "start": 2323,
      "end": 2332,
      "loc": {
        "start": {
          "line": 68,
          "column": 6
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2332,
      "end": 2333,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2335,
      "end": 2342,
      "loc": {
        "start": {
          "line": 68,
          "column": 18
        },
        "end": {
          "line": 68,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2342,
      "end": 2343,
      "loc": {
        "start": {
          "line": 68,
          "column": 25
        },
        "end": {
          "line": 68,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collate",
      "start": 2343,
      "end": 2350,
      "loc": {
        "start": {
          "line": 68,
          "column": 26
        },
        "end": {
          "line": 68,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2351,
      "end": 2352,
      "loc": {
        "start": {
          "line": 68,
          "column": 34
        },
        "end": {
          "line": 68,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " COLLATE ",
      "start": 2353,
      "end": 2364,
      "loc": {
        "start": {
          "line": 68,
          "column": 36
        },
        "end": {
          "line": 68,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2365,
      "end": 2366,
      "loc": {
        "start": {
          "line": 68,
          "column": 48
        },
        "end": {
          "line": 68,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2367,
      "end": 2374,
      "loc": {
        "start": {
          "line": 68,
          "column": 50
        },
        "end": {
          "line": 68,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2374,
      "end": 2375,
      "loc": {
        "start": {
          "line": 68,
          "column": 57
        },
        "end": {
          "line": 68,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collate",
      "start": 2375,
      "end": 2382,
      "loc": {
        "start": {
          "line": 68,
          "column": 58
        },
        "end": {
          "line": 68,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2383,
      "end": 2384,
      "loc": {
        "start": {
          "line": 68,
          "column": 66
        },
        "end": {
          "line": 68,
          "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": 2385,
      "end": 2387,
      "loc": {
        "start": {
          "line": 68,
          "column": 68
        },
        "end": {
          "line": 68,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2387,
      "end": 2388,
      "loc": {
        "start": {
          "line": 68,
          "column": 70
        },
        "end": {
          "line": 68,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2388,
      "end": 2389,
      "loc": {
        "start": {
          "line": 68,
          "column": 71
        },
        "end": {
          "line": 68,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowFormat",
      "start": 2396,
      "end": 2405,
      "loc": {
        "start": {
          "line": 69,
          "column": 6
        },
        "end": {
          "line": 69,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2405,
      "end": 2406,
      "loc": {
        "start": {
          "line": 69,
          "column": 15
        },
        "end": {
          "line": 69,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2407,
      "end": 2414,
      "loc": {
        "start": {
          "line": 69,
          "column": 17
        },
        "end": {
          "line": 69,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2414,
      "end": 2415,
      "loc": {
        "start": {
          "line": 69,
          "column": 24
        },
        "end": {
          "line": 69,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowFormat",
      "start": 2415,
      "end": 2424,
      "loc": {
        "start": {
          "line": 69,
          "column": 25
        },
        "end": {
          "line": 69,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2425,
      "end": 2426,
      "loc": {
        "start": {
          "line": 69,
          "column": 35
        },
        "end": {
          "line": 69,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ROW_FORMAT=",
      "start": 2427,
      "end": 2441,
      "loc": {
        "start": {
          "line": 69,
          "column": 37
        },
        "end": {
          "line": 69,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2442,
      "end": 2443,
      "loc": {
        "start": {
          "line": 69,
          "column": 52
        },
        "end": {
          "line": 69,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2444,
      "end": 2451,
      "loc": {
        "start": {
          "line": 69,
          "column": 54
        },
        "end": {
          "line": 69,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2451,
      "end": 2452,
      "loc": {
        "start": {
          "line": 69,
          "column": 61
        },
        "end": {
          "line": 69,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowFormat",
      "start": 2452,
      "end": 2461,
      "loc": {
        "start": {
          "line": 69,
          "column": 62
        },
        "end": {
          "line": 69,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2462,
      "end": 2463,
      "loc": {
        "start": {
          "line": 69,
          "column": 72
        },
        "end": {
          "line": 69,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2464,
      "end": 2466,
      "loc": {
        "start": {
          "line": 69,
          "column": 74
        },
        "end": {
          "line": 69,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2466,
      "end": 2467,
      "loc": {
        "start": {
          "line": 69,
          "column": 76
        },
        "end": {
          "line": 69,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "initialAutoIncrement",
      "start": 2474,
      "end": 2494,
      "loc": {
        "start": {
          "line": 70,
          "column": 6
        },
        "end": {
          "line": 70,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2494,
      "end": 2495,
      "loc": {
        "start": {
          "line": 70,
          "column": 26
        },
        "end": {
          "line": 70,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2496,
      "end": 2497,
      "loc": {
        "start": {
          "line": 70,
          "column": 28
        },
        "end": {
          "line": 70,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2497,
      "end": 2504,
      "loc": {
        "start": {
          "line": 70,
          "column": 29
        },
        "end": {
          "line": 70,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2504,
      "end": 2505,
      "loc": {
        "start": {
          "line": 70,
          "column": 36
        },
        "end": {
          "line": 70,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "initialAutoIncrement",
      "start": 2505,
      "end": 2525,
      "loc": {
        "start": {
          "line": 70,
          "column": 37
        },
        "end": {
          "line": 70,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2526,
      "end": 2527,
      "loc": {
        "start": {
          "line": 70,
          "column": 58
        },
        "end": {
          "line": 70,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AUTO_INCREMENT=",
      "start": 2528,
      "end": 2546,
      "loc": {
        "start": {
          "line": 70,
          "column": 60
        },
        "end": {
          "line": 70,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2547,
      "end": 2548,
      "loc": {
        "start": {
          "line": 70,
          "column": 79
        },
        "end": {
          "line": 70,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2549,
      "end": 2556,
      "loc": {
        "start": {
          "line": 70,
          "column": 81
        },
        "end": {
          "line": 70,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2556,
      "end": 2557,
      "loc": {
        "start": {
          "line": 70,
          "column": 88
        },
        "end": {
          "line": 70,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "initialAutoIncrement",
      "start": 2557,
      "end": 2577,
      "loc": {
        "start": {
          "line": 70,
          "column": 89
        },
        "end": {
          "line": 70,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2578,
      "end": 2579,
      "loc": {
        "start": {
          "line": 70,
          "column": 110
        },
        "end": {
          "line": 70,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2580,
      "end": 2582,
      "loc": {
        "start": {
          "line": 70,
          "column": 112
        },
        "end": {
          "line": 70,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2582,
      "end": 2583,
      "loc": {
        "start": {
          "line": 70,
          "column": 114
        },
        "end": {
          "line": 70,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2588,
      "end": 2589,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 71,
          "column": 5
        },
        "end": {
          "line": 71,
          "column": 6
        }
      }
    },
    {
      "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": 2595,
      "end": 2600,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 2601,
      "end": 2609,
      "loc": {
        "start": {
          "line": 72,
          "column": 10
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2610,
      "end": 2611,
      "loc": {
        "start": {
          "line": 72,
          "column": 19
        },
        "end": {
          "line": 72,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 2612,
      "end": 2623,
      "loc": {
        "start": {
          "line": 72,
          "column": 21
        },
        "end": {
          "line": 72,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2623,
      "end": 2624,
      "loc": {
        "start": {
          "line": 72,
          "column": 32
        },
        "end": {
          "line": 72,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 2624,
      "end": 2627,
      "loc": {
        "start": {
          "line": 72,
          "column": 33
        },
        "end": {
          "line": 72,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2627,
      "end": 2628,
      "loc": {
        "start": {
          "line": 72,
          "column": 36
        },
        "end": {
          "line": 72,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pk",
      "start": 2628,
      "end": 2630,
      "loc": {
        "start": {
          "line": 72,
          "column": 37
        },
        "end": {
          "line": 72,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2631,
      "end": 2633,
      "loc": {
        "start": {
          "line": 72,
          "column": 40
        },
        "end": {
          "line": 72,
          "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": 2634,
      "end": 2638,
      "loc": {
        "start": {
          "line": 72,
          "column": 43
        },
        "end": {
          "line": 72,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2638,
      "end": 2639,
      "loc": {
        "start": {
          "line": 72,
          "column": 47
        },
        "end": {
          "line": 72,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 2639,
      "end": 2654,
      "loc": {
        "start": {
          "line": 72,
          "column": 48
        },
        "end": {
          "line": 72,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2654,
      "end": 2655,
      "loc": {
        "start": {
          "line": 72,
          "column": 63
        },
        "end": {
          "line": 72,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pk",
      "start": 2655,
      "end": 2657,
      "loc": {
        "start": {
          "line": 72,
          "column": 64
        },
        "end": {
          "line": 72,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2657,
      "end": 2658,
      "loc": {
        "start": {
          "line": 72,
          "column": 66
        },
        "end": {
          "line": 72,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2658,
      "end": 2659,
      "loc": {
        "start": {
          "line": 72,
          "column": 67
        },
        "end": {
          "line": 72,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2659,
      "end": 2660,
      "loc": {
        "start": {
          "line": 72,
          "column": 68
        },
        "end": {
          "line": 72,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 2660,
      "end": 2664,
      "loc": {
        "start": {
          "line": 72,
          "column": 69
        },
        "end": {
          "line": 72,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2664,
      "end": 2665,
      "loc": {
        "start": {
          "line": 72,
          "column": 73
        },
        "end": {
          "line": 72,
          "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": 2665,
      "end": 2669,
      "loc": {
        "start": {
          "line": 72,
          "column": 74
        },
        "end": {
          "line": 72,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2669,
      "end": 2670,
      "loc": {
        "start": {
          "line": 72,
          "column": 78
        },
        "end": {
          "line": 72,
          "column": 79
        }
      }
    },
    {
      "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": 72,
          "column": 79
        },
        "end": {
          "line": 72,
          "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": 2677,
      "end": 2679,
      "loc": {
        "start": {
          "line": 74,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2680,
      "end": 2681,
      "loc": {
        "start": {
          "line": 74,
          "column": 7
        },
        "end": {
          "line": 74,
          "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": 2681,
      "end": 2682,
      "loc": {
        "start": {
          "line": 74,
          "column": 8
        },
        "end": {
          "line": 74,
          "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": 2682,
      "end": 2683,
      "loc": {
        "start": {
          "line": 74,
          "column": 9
        },
        "end": {
          "line": 74,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2683,
      "end": 2690,
      "loc": {
        "start": {
          "line": 74,
          "column": 10
        },
        "end": {
          "line": 74,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2690,
      "end": 2691,
      "loc": {
        "start": {
          "line": 74,
          "column": 17
        },
        "end": {
          "line": 74,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 2691,
      "end": 2701,
      "loc": {
        "start": {
          "line": 74,
          "column": 18
        },
        "end": {
          "line": 74,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2701,
      "end": 2702,
      "loc": {
        "start": {
          "line": 74,
          "column": 28
        },
        "end": {
          "line": 74,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2703,
      "end": 2704,
      "loc": {
        "start": {
          "line": 74,
          "column": 30
        },
        "end": {
          "line": 74,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 2711,
      "end": 2716,
      "loc": {
        "start": {
          "line": 75,
          "column": 6
        },
        "end": {
          "line": 75,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2716,
      "end": 2717,
      "loc": {
        "start": {
          "line": 75,
          "column": 11
        },
        "end": {
          "line": 75,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2717,
      "end": 2718,
      "loc": {
        "start": {
          "line": 75,
          "column": 12
        },
        "end": {
          "line": 75,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2718,
      "end": 2719,
      "loc": {
        "start": {
          "line": 75,
          "column": 13
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 2719,
      "end": 2723,
      "loc": {
        "start": {
          "line": 75,
          "column": 14
        },
        "end": {
          "line": 75,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2723,
      "end": 2724,
      "loc": {
        "start": {
          "line": 75,
          "column": 18
        },
        "end": {
          "line": 75,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2724,
      "end": 2731,
      "loc": {
        "start": {
          "line": 75,
          "column": 19
        },
        "end": {
          "line": 75,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2731,
      "end": 2732,
      "loc": {
        "start": {
          "line": 75,
          "column": 26
        },
        "end": {
          "line": 75,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 2732,
      "end": 2742,
      "loc": {
        "start": {
          "line": 75,
          "column": 27
        },
        "end": {
          "line": 75,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2742,
      "end": 2743,
      "loc": {
        "start": {
          "line": 75,
          "column": 37
        },
        "end": {
          "line": 75,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2744,
      "end": 2745,
      "loc": {
        "start": {
          "line": 75,
          "column": 39
        },
        "end": {
          "line": 75,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 2745,
      "end": 2752,
      "loc": {
        "start": {
          "line": 75,
          "column": 40
        },
        "end": {
          "line": 75,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2752,
      "end": 2753,
      "loc": {
        "start": {
          "line": 75,
          "column": 47
        },
        "end": {
          "line": 75,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 2754,
      "end": 2763,
      "loc": {
        "start": {
          "line": 75,
          "column": 49
        },
        "end": {
          "line": 75,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2763,
      "end": 2764,
      "loc": {
        "start": {
          "line": 75,
          "column": 58
        },
        "end": {
          "line": 75,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2765,
      "end": 2767,
      "loc": {
        "start": {
          "line": 75,
          "column": 60
        },
        "end": {
          "line": 75,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2768,
      "end": 2769,
      "loc": {
        "start": {
          "line": 75,
          "column": 63
        },
        "end": {
          "line": 75,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2778,
      "end": 2780,
      "loc": {
        "start": {
          "line": 76,
          "column": 8
        },
        "end": {
          "line": 76,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2781,
      "end": 2782,
      "loc": {
        "start": {
          "line": 76,
          "column": 11
        },
        "end": {
          "line": 76,
          "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": 2782,
      "end": 2783,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 2783,
      "end": 2790,
      "loc": {
        "start": {
          "line": 76,
          "column": 13
        },
        "end": {
          "line": 76,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2790,
      "end": 2791,
      "loc": {
        "start": {
          "line": 76,
          "column": 20
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "singleField",
      "start": 2791,
      "end": 2802,
      "loc": {
        "start": {
          "line": 76,
          "column": 21
        },
        "end": {
          "line": 76,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2802,
      "end": 2803,
      "loc": {
        "start": {
          "line": 76,
          "column": 32
        },
        "end": {
          "line": 76,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2804,
      "end": 2805,
      "loc": {
        "start": {
          "line": 76,
          "column": 34
        },
        "end": {
          "line": 76,
          "column": 35
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If it's a single field its handled in column def, not as an index",
      "start": 2806,
      "end": 2874,
      "loc": {
        "start": {
          "line": 76,
          "column": 36
        },
        "end": {
          "line": 76,
          "column": 104
        }
      }
    },
    {
      "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": 2885,
      "end": 2887,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2888,
      "end": 2889,
      "loc": {
        "start": {
          "line": 77,
          "column": 13
        },
        "end": {
          "line": 77,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2889,
      "end": 2890,
      "loc": {
        "start": {
          "line": 77,
          "column": 14
        },
        "end": {
          "line": 77,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 2890,
      "end": 2895,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2895,
      "end": 2896,
      "loc": {
        "start": {
          "line": 77,
          "column": 20
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2896,
      "end": 2897,
      "loc": {
        "start": {
          "line": 77,
          "column": 21
        },
        "end": {
          "line": 77,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2897,
      "end": 2898,
      "loc": {
        "start": {
          "line": 77,
          "column": 22
        },
        "end": {
          "line": 77,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isString",
      "start": 2898,
      "end": 2906,
      "loc": {
        "start": {
          "line": 77,
          "column": 23
        },
        "end": {
          "line": 77,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2906,
      "end": 2907,
      "loc": {
        "start": {
          "line": 77,
          "column": 31
        },
        "end": {
          "line": 77,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 2907,
      "end": 2916,
      "loc": {
        "start": {
          "line": 77,
          "column": 32
        },
        "end": {
          "line": 77,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2916,
      "end": 2917,
      "loc": {
        "start": {
          "line": 77,
          "column": 41
        },
        "end": {
          "line": 77,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2917,
      "end": 2918,
      "loc": {
        "start": {
          "line": 77,
          "column": 42
        },
        "end": {
          "line": 77,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2919,
      "end": 2920,
      "loc": {
        "start": {
          "line": 77,
          "column": 44
        },
        "end": {
          "line": 77,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 2933,
      "end": 2942,
      "loc": {
        "start": {
          "line": 78,
          "column": 12
        },
        "end": {
          "line": 78,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2943,
      "end": 2944,
      "loc": {
        "start": {
          "line": 78,
          "column": 22
        },
        "end": {
          "line": 78,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "uniq_",
      "start": 2945,
      "end": 2952,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2953,
      "end": 2954,
      "loc": {
        "start": {
          "line": 78,
          "column": 32
        },
        "end": {
          "line": 78,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 2955,
      "end": 2964,
      "loc": {
        "start": {
          "line": 78,
          "column": 34
        },
        "end": {
          "line": 78,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2965,
      "end": 2966,
      "loc": {
        "start": {
          "line": 78,
          "column": 44
        },
        "end": {
          "line": 78,
          "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": 2967,
      "end": 2970,
      "loc": {
        "start": {
          "line": 78,
          "column": 46
        },
        "end": {
          "line": 78,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2971,
      "end": 2972,
      "loc": {
        "start": {
          "line": 78,
          "column": 50
        },
        "end": {
          "line": 78,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 2973,
      "end": 2980,
      "loc": {
        "start": {
          "line": 78,
          "column": 52
        },
        "end": {
          "line": 78,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2980,
      "end": 2981,
      "loc": {
        "start": {
          "line": 78,
          "column": 59
        },
        "end": {
          "line": 78,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 2981,
      "end": 2987,
      "loc": {
        "start": {
          "line": 78,
          "column": 60
        },
        "end": {
          "line": 78,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2987,
      "end": 2988,
      "loc": {
        "start": {
          "line": 78,
          "column": 66
        },
        "end": {
          "line": 78,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 2988,
      "end": 2992,
      "loc": {
        "start": {
          "line": 78,
          "column": 67
        },
        "end": {
          "line": 78,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2992,
      "end": 2993,
      "loc": {
        "start": {
          "line": 78,
          "column": 71
        },
        "end": {
          "line": 78,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 2993,
      "end": 2996,
      "loc": {
        "start": {
          "line": 78,
          "column": 72
        },
        "end": {
          "line": 78,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2996,
      "end": 2997,
      "loc": {
        "start": {
          "line": 78,
          "column": 75
        },
        "end": {
          "line": 78,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2997,
      "end": 2998,
      "loc": {
        "start": {
          "line": 78,
          "column": 76
        },
        "end": {
          "line": 78,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3009,
      "end": 3010,
      "loc": {
        "start": {
          "line": 79,
          "column": 10
        },
        "end": {
          "line": 79,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3021,
      "end": 3027,
      "loc": {
        "start": {
          "line": 80,
          "column": 10
        },
        "end": {
          "line": 80,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3027,
      "end": 3028,
      "loc": {
        "start": {
          "line": 80,
          "column": 16
        },
        "end": {
          "line": 80,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3028,
      "end": 3038,
      "loc": {
        "start": {
          "line": 80,
          "column": 17
        },
        "end": {
          "line": 80,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3039,
      "end": 3041,
      "loc": {
        "start": {
          "line": 80,
          "column": 28
        },
        "end": {
          "line": 80,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", UNIQUE ",
      "start": 3042,
      "end": 3053,
      "loc": {
        "start": {
          "line": 80,
          "column": 31
        },
        "end": {
          "line": 80,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3054,
      "end": 3055,
      "loc": {
        "start": {
          "line": 80,
          "column": 43
        },
        "end": {
          "line": 80,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3056,
      "end": 3060,
      "loc": {
        "start": {
          "line": 80,
          "column": 45
        },
        "end": {
          "line": 80,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3060,
      "end": 3061,
      "loc": {
        "start": {
          "line": 80,
          "column": 49
        },
        "end": {
          "line": 80,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 3061,
      "end": 3076,
      "loc": {
        "start": {
          "line": 80,
          "column": 50
        },
        "end": {
          "line": 80,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3076,
      "end": 3077,
      "loc": {
        "start": {
          "line": 80,
          "column": 65
        },
        "end": {
          "line": 80,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 3077,
      "end": 3086,
      "loc": {
        "start": {
          "line": 80,
          "column": 66
        },
        "end": {
          "line": 80,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3086,
      "end": 3087,
      "loc": {
        "start": {
          "line": 80,
          "column": 75
        },
        "end": {
          "line": 80,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3088,
      "end": 3089,
      "loc": {
        "start": {
          "line": 80,
          "column": 77
        },
        "end": {
          "line": 80,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " (",
      "start": 3090,
      "end": 3094,
      "loc": {
        "start": {
          "line": 80,
          "column": 79
        },
        "end": {
          "line": 80,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3095,
      "end": 3096,
      "loc": {
        "start": {
          "line": 80,
          "column": 84
        },
        "end": {
          "line": 80,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 3097,
      "end": 3102,
      "loc": {
        "start": {
          "line": 80,
          "column": 86
        },
        "end": {
          "line": 80,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3102,
      "end": 3103,
      "loc": {
        "start": {
          "line": 80,
          "column": 91
        },
        "end": {
          "line": 80,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 80,
          "column": 92
        },
        "end": {
          "line": 80,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3104,
      "end": 3105,
      "loc": {
        "start": {
          "line": 80,
          "column": 93
        },
        "end": {
          "line": 80,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 3105,
      "end": 3108,
      "loc": {
        "start": {
          "line": 80,
          "column": 94
        },
        "end": {
          "line": 80,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3108,
      "end": 3109,
      "loc": {
        "start": {
          "line": 80,
          "column": 97
        },
        "end": {
          "line": 80,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 3109,
      "end": 3116,
      "loc": {
        "start": {
          "line": 80,
          "column": 98
        },
        "end": {
          "line": 80,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3116,
      "end": 3117,
      "loc": {
        "start": {
          "line": 80,
          "column": 105
        },
        "end": {
          "line": 80,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 3117,
      "end": 3123,
      "loc": {
        "start": {
          "line": 80,
          "column": 106
        },
        "end": {
          "line": 80,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3123,
      "end": 3124,
      "loc": {
        "start": {
          "line": 80,
          "column": 112
        },
        "end": {
          "line": 80,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3125,
      "end": 3129,
      "loc": {
        "start": {
          "line": 80,
          "column": 114
        },
        "end": {
          "line": 80,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3129,
      "end": 3130,
      "loc": {
        "start": {
          "line": 80,
          "column": 118
        },
        "end": {
          "line": 80,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 3130,
      "end": 3145,
      "loc": {
        "start": {
          "line": 80,
          "column": 119
        },
        "end": {
          "line": 80,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3145,
      "end": 3146,
      "loc": {
        "start": {
          "line": 80,
          "column": 134
        },
        "end": {
          "line": 80,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3146,
      "end": 3147,
      "loc": {
        "start": {
          "line": 80,
          "column": 135
        },
        "end": {
          "line": 80,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 3147,
      "end": 3151,
      "loc": {
        "start": {
          "line": 80,
          "column": 136
        },
        "end": {
          "line": 80,
          "column": 140
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3151,
      "end": 3152,
      "loc": {
        "start": {
          "line": 80,
          "column": 140
        },
        "end": {
          "line": 80,
          "column": 141
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 3152,
      "end": 3156,
      "loc": {
        "start": {
          "line": 80,
          "column": 141
        },
        "end": {
          "line": 80,
          "column": 145
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 80,
          "column": 145
        },
        "end": {
          "line": 80,
          "column": 146
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3158,
      "end": 3159,
      "loc": {
        "start": {
          "line": 80,
          "column": 147
        },
        "end": {
          "line": 80,
          "column": 148
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 3160,
      "end": 3163,
      "loc": {
        "start": {
          "line": 80,
          "column": 149
        },
        "end": {
          "line": 80,
          "column": 152
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3163,
      "end": 3164,
      "loc": {
        "start": {
          "line": 80,
          "column": 152
        },
        "end": {
          "line": 80,
          "column": 153
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3173,
      "end": 3174,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3181,
      "end": 3182,
      "loc": {
        "start": {
          "line": 82,
          "column": 6
        },
        "end": {
          "line": 82,
          "column": 7
        }
      }
    },
    {
      "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": 82,
          "column": 7
        },
        "end": {
          "line": 82,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3183,
      "end": 3184,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3189,
      "end": 3190,
      "loc": {
        "start": {
          "line": 83,
          "column": 4
        },
        "end": {
          "line": 83,
          "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": 3196,
      "end": 3198,
      "loc": {
        "start": {
          "line": 85,
          "column": 4
        },
        "end": {
          "line": 85,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3199,
      "end": 3200,
      "loc": {
        "start": {
          "line": 85,
          "column": 7
        },
        "end": {
          "line": 85,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 3200,
      "end": 3208,
      "loc": {
        "start": {
          "line": 85,
          "column": 8
        },
        "end": {
          "line": 85,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3208,
      "end": 3209,
      "loc": {
        "start": {
          "line": 85,
          "column": 16
        },
        "end": {
          "line": 85,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3209,
      "end": 3215,
      "loc": {
        "start": {
          "line": 85,
          "column": 17
        },
        "end": {
          "line": 85,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 3216,
      "end": 3217,
      "loc": {
        "start": {
          "line": 85,
          "column": 24
        },
        "end": {
          "line": 85,
          "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": 3218,
      "end": 3219,
      "loc": {
        "start": {
          "line": 85,
          "column": 26
        },
        "end": {
          "line": 85,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3219,
      "end": 3220,
      "loc": {
        "start": {
          "line": 85,
          "column": 27
        },
        "end": {
          "line": 85,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3221,
      "end": 3222,
      "loc": {
        "start": {
          "line": 85,
          "column": 29
        },
        "end": {
          "line": 85,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3229,
      "end": 3235,
      "loc": {
        "start": {
          "line": 86,
          "column": 6
        },
        "end": {
          "line": 86,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3235,
      "end": 3236,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3236,
      "end": 3246,
      "loc": {
        "start": {
          "line": 86,
          "column": 13
        },
        "end": {
          "line": 86,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3247,
      "end": 3249,
      "loc": {
        "start": {
          "line": 86,
          "column": 24
        },
        "end": {
          "line": 86,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", PRIMARY KEY (",
      "start": 3250,
      "end": 3267,
      "loc": {
        "start": {
          "line": 86,
          "column": 27
        },
        "end": {
          "line": 86,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3268,
      "end": 3269,
      "loc": {
        "start": {
          "line": 86,
          "column": 45
        },
        "end": {
          "line": 86,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pkString",
      "start": 3270,
      "end": 3278,
      "loc": {
        "start": {
          "line": 86,
          "column": 47
        },
        "end": {
          "line": 86,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3279,
      "end": 3280,
      "loc": {
        "start": {
          "line": 86,
          "column": 56
        },
        "end": {
          "line": 86,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 3281,
      "end": 3284,
      "loc": {
        "start": {
          "line": 86,
          "column": 58
        },
        "end": {
          "line": 86,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3284,
      "end": 3285,
      "loc": {
        "start": {
          "line": 86,
          "column": 61
        },
        "end": {
          "line": 86,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3290,
      "end": 3291,
      "loc": {
        "start": {
          "line": 87,
          "column": 4
        },
        "end": {
          "line": 87,
          "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": 3297,
      "end": 3300,
      "loc": {
        "start": {
          "line": 89,
          "column": 4
        },
        "end": {
          "line": 89,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3301,
      "end": 3302,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "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": 3302,
      "end": 3307,
      "loc": {
        "start": {
          "line": 89,
          "column": 9
        },
        "end": {
          "line": 89,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkey",
      "start": 3308,
      "end": 3312,
      "loc": {
        "start": {
          "line": 89,
          "column": 15
        },
        "end": {
          "line": 89,
          "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": 3313,
      "end": 3315,
      "loc": {
        "start": {
          "line": 89,
          "column": 20
        },
        "end": {
          "line": 89,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 3316,
      "end": 3327,
      "loc": {
        "start": {
          "line": 89,
          "column": 23
        },
        "end": {
          "line": 89,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3327,
      "end": 3328,
      "loc": {
        "start": {
          "line": 89,
          "column": 34
        },
        "end": {
          "line": 89,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3329,
      "end": 3330,
      "loc": {
        "start": {
          "line": 89,
          "column": 36
        },
        "end": {
          "line": 89,
          "column": 37
        }
      }
    },
    {
      "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": 3337,
      "end": 3339,
      "loc": {
        "start": {
          "line": 90,
          "column": 6
        },
        "end": {
          "line": 90,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3340,
      "end": 3341,
      "loc": {
        "start": {
          "line": 90,
          "column": 9
        },
        "end": {
          "line": 90,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 3341,
      "end": 3352,
      "loc": {
        "start": {
          "line": 90,
          "column": 10
        },
        "end": {
          "line": 90,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3352,
      "end": 3353,
      "loc": {
        "start": {
          "line": 90,
          "column": 21
        },
        "end": {
          "line": 90,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 3353,
      "end": 3367,
      "loc": {
        "start": {
          "line": 90,
          "column": 22
        },
        "end": {
          "line": 90,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3367,
      "end": 3368,
      "loc": {
        "start": {
          "line": 90,
          "column": 36
        },
        "end": {
          "line": 90,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkey",
      "start": 3368,
      "end": 3372,
      "loc": {
        "start": {
          "line": 90,
          "column": 37
        },
        "end": {
          "line": 90,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3372,
      "end": 3373,
      "loc": {
        "start": {
          "line": 90,
          "column": 41
        },
        "end": {
          "line": 90,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3373,
      "end": 3374,
      "loc": {
        "start": {
          "line": 90,
          "column": 42
        },
        "end": {
          "line": 90,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3375,
      "end": 3376,
      "loc": {
        "start": {
          "line": 90,
          "column": 44
        },
        "end": {
          "line": 90,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3385,
      "end": 3391,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3391,
      "end": 3392,
      "loc": {
        "start": {
          "line": 91,
          "column": 14
        },
        "end": {
          "line": 91,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3392,
      "end": 3402,
      "loc": {
        "start": {
          "line": 91,
          "column": 15
        },
        "end": {
          "line": 91,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3403,
      "end": 3405,
      "loc": {
        "start": {
          "line": 91,
          "column": 26
        },
        "end": {
          "line": 91,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", FOREIGN KEY (",
      "start": 3406,
      "end": 3423,
      "loc": {
        "start": {
          "line": 91,
          "column": 29
        },
        "end": {
          "line": 91,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3424,
      "end": 3425,
      "loc": {
        "start": {
          "line": 91,
          "column": 47
        },
        "end": {
          "line": 91,
          "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": 3426,
      "end": 3430,
      "loc": {
        "start": {
          "line": 91,
          "column": 49
        },
        "end": {
          "line": 91,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3430,
      "end": 3431,
      "loc": {
        "start": {
          "line": 91,
          "column": 53
        },
        "end": {
          "line": 91,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 3431,
      "end": 3446,
      "loc": {
        "start": {
          "line": 91,
          "column": 54
        },
        "end": {
          "line": 91,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3446,
      "end": 3447,
      "loc": {
        "start": {
          "line": 91,
          "column": 69
        },
        "end": {
          "line": 91,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkey",
      "start": 3447,
      "end": 3451,
      "loc": {
        "start": {
          "line": 91,
          "column": 70
        },
        "end": {
          "line": 91,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3451,
      "end": 3452,
      "loc": {
        "start": {
          "line": 91,
          "column": 74
        },
        "end": {
          "line": 91,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3453,
      "end": 3454,
      "loc": {
        "start": {
          "line": 91,
          "column": 76
        },
        "end": {
          "line": 91,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") ",
      "start": 3455,
      "end": 3459,
      "loc": {
        "start": {
          "line": 91,
          "column": 78
        },
        "end": {
          "line": 91,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3460,
      "end": 3461,
      "loc": {
        "start": {
          "line": 91,
          "column": 83
        },
        "end": {
          "line": 91,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 3462,
      "end": 3473,
      "loc": {
        "start": {
          "line": 91,
          "column": 85
        },
        "end": {
          "line": 91,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3473,
      "end": 3474,
      "loc": {
        "start": {
          "line": 91,
          "column": 96
        },
        "end": {
          "line": 91,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkey",
      "start": 3474,
      "end": 3478,
      "loc": {
        "start": {
          "line": 91,
          "column": 97
        },
        "end": {
          "line": 91,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3478,
      "end": 3479,
      "loc": {
        "start": {
          "line": 91,
          "column": 101
        },
        "end": {
          "line": 91,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3479,
      "end": 3480,
      "loc": {
        "start": {
          "line": 91,
          "column": 102
        },
        "end": {
          "line": 91,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3487,
      "end": 3488,
      "loc": {
        "start": {
          "line": 92,
          "column": 6
        },
        "end": {
          "line": 92,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3493,
      "end": 3494,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "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": 3500,
      "end": 3506,
      "loc": {
        "start": {
          "line": 95,
          "column": 4
        },
        "end": {
          "line": 95,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 3507,
      "end": 3512,
      "loc": {
        "start": {
          "line": 95,
          "column": 11
        },
        "end": {
          "line": 95,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3512,
      "end": 3513,
      "loc": {
        "start": {
          "line": 95,
          "column": 16
        },
        "end": {
          "line": 95,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3513,
      "end": 3514,
      "loc": {
        "start": {
          "line": 95,
          "column": 17
        },
        "end": {
          "line": 95,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3514,
      "end": 3515,
      "loc": {
        "start": {
          "line": 95,
          "column": 18
        },
        "end": {
          "line": 95,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 3515,
      "end": 3523,
      "loc": {
        "start": {
          "line": 95,
          "column": 19
        },
        "end": {
          "line": 95,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3523,
      "end": 3524,
      "loc": {
        "start": {
          "line": 95,
          "column": 27
        },
        "end": {
          "line": 95,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 3524,
      "end": 3529,
      "loc": {
        "start": {
          "line": 95,
          "column": 28
        },
        "end": {
          "line": 95,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3529,
      "end": 3530,
      "loc": {
        "start": {
          "line": 95,
          "column": 33
        },
        "end": {
          "line": 95,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3530,
      "end": 3531,
      "loc": {
        "start": {
          "line": 95,
          "column": 34
        },
        "end": {
          "line": 95,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3531,
      "end": 3537,
      "loc": {
        "start": {
          "line": 95,
          "column": 35
        },
        "end": {
          "line": 95,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3537,
      "end": 3538,
      "loc": {
        "start": {
          "line": 95,
          "column": 41
        },
        "end": {
          "line": 95,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3538,
      "end": 3539,
      "loc": {
        "start": {
          "line": 95,
          "column": 42
        },
        "end": {
          "line": 95,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 3539,
      "end": 3543,
      "loc": {
        "start": {
          "line": 95,
          "column": 43
        },
        "end": {
          "line": 95,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3543,
      "end": 3544,
      "loc": {
        "start": {
          "line": 95,
          "column": 47
        },
        "end": {
          "line": 95,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3544,
      "end": 3545,
      "loc": {
        "start": {
          "line": 95,
          "column": 48
        },
        "end": {
          "line": 95,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3546,
      "end": 3547,
      "loc": {
        "start": {
          "line": 95,
          "column": 50
        },
        "end": {
          "line": 95,
          "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": 3548,
      "end": 3551,
      "loc": {
        "start": {
          "line": 95,
          "column": 52
        },
        "end": {
          "line": 95,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3551,
      "end": 3552,
      "loc": {
        "start": {
          "line": 95,
          "column": 55
        },
        "end": {
          "line": 95,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3555,
      "end": 3556,
      "loc": {
        "start": {
          "line": 96,
          "column": 2
        },
        "end": {
          "line": 96,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3556,
      "end": 3557,
      "loc": {
        "start": {
          "line": 96,
          "column": 3
        },
        "end": {
          "line": 96,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showTablesQuery",
      "start": 3561,
      "end": 3576,
      "loc": {
        "start": {
          "line": 98,
          "column": 2
        },
        "end": {
          "line": 98,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3576,
      "end": 3577,
      "loc": {
        "start": {
          "line": 98,
          "column": 17
        },
        "end": {
          "line": 98,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3577,
      "end": 3578,
      "loc": {
        "start": {
          "line": 98,
          "column": 18
        },
        "end": {
          "line": 98,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3579,
      "end": 3580,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "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": 3585,
      "end": 3591,
      "loc": {
        "start": {
          "line": 99,
          "column": 4
        },
        "end": {
          "line": 99,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SHOW TABLES;",
      "start": 3592,
      "end": 3606,
      "loc": {
        "start": {
          "line": 99,
          "column": 11
        },
        "end": {
          "line": 99,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3606,
      "end": 3607,
      "loc": {
        "start": {
          "line": 99,
          "column": 25
        },
        "end": {
          "line": 99,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3610,
      "end": 3611,
      "loc": {
        "start": {
          "line": 100,
          "column": 2
        },
        "end": {
          "line": 100,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3611,
      "end": 3612,
      "loc": {
        "start": {
          "line": 100,
          "column": 3
        },
        "end": {
          "line": 100,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addColumnQuery",
      "start": 3616,
      "end": 3630,
      "loc": {
        "start": {
          "line": 102,
          "column": 2
        },
        "end": {
          "line": 102,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3630,
      "end": 3631,
      "loc": {
        "start": {
          "line": 102,
          "column": 16
        },
        "end": {
          "line": 102,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 3631,
      "end": 3636,
      "loc": {
        "start": {
          "line": 102,
          "column": 17
        },
        "end": {
          "line": 102,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3636,
      "end": 3637,
      "loc": {
        "start": {
          "line": 102,
          "column": 22
        },
        "end": {
          "line": 102,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3638,
      "end": 3641,
      "loc": {
        "start": {
          "line": 102,
          "column": 24
        },
        "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": 3641,
      "end": 3642,
      "loc": {
        "start": {
          "line": 102,
          "column": 27
        },
        "end": {
          "line": 102,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 3643,
      "end": 3651,
      "loc": {
        "start": {
          "line": 102,
          "column": 29
        },
        "end": {
          "line": 102,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3651,
      "end": 3652,
      "loc": {
        "start": {
          "line": 102,
          "column": 37
        },
        "end": {
          "line": 102,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3653,
      "end": 3654,
      "loc": {
        "start": {
          "line": 102,
          "column": 39
        },
        "end": {
          "line": 102,
          "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": 3659,
      "end": 3664,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 3665,
      "end": 3675,
      "loc": {
        "start": {
          "line": 103,
          "column": 10
        },
        "end": {
          "line": 103,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3676,
      "end": 3677,
      "loc": {
        "start": {
          "line": 103,
          "column": 21
        },
        "end": {
          "line": 103,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3678,
      "end": 3682,
      "loc": {
        "start": {
          "line": 103,
          "column": 23
        },
        "end": {
          "line": 103,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3682,
      "end": 3683,
      "loc": {
        "start": {
          "line": 103,
          "column": 27
        },
        "end": {
          "line": 103,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeToSQL",
      "start": 3683,
      "end": 3697,
      "loc": {
        "start": {
          "line": 103,
          "column": 28
        },
        "end": {
          "line": 103,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3697,
      "end": 3698,
      "loc": {
        "start": {
          "line": 103,
          "column": 42
        },
        "end": {
          "line": 103,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 3698,
      "end": 3706,
      "loc": {
        "start": {
          "line": 103,
          "column": 43
        },
        "end": {
          "line": 103,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3706,
      "end": 3707,
      "loc": {
        "start": {
          "line": 103,
          "column": 51
        },
        "end": {
          "line": 103,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3708,
      "end": 3709,
      "loc": {
        "start": {
          "line": 103,
          "column": 53
        },
        "end": {
          "line": 103,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 3716,
      "end": 3723,
      "loc": {
        "start": {
          "line": 104,
          "column": 6
        },
        "end": {
          "line": 104,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3723,
      "end": 3724,
      "loc": {
        "start": {
          "line": 104,
          "column": 13
        },
        "end": {
          "line": 104,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "addColumn",
      "start": 3725,
      "end": 3736,
      "loc": {
        "start": {
          "line": 104,
          "column": 15
        },
        "end": {
          "line": 104,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3736,
      "end": 3737,
      "loc": {
        "start": {
          "line": 104,
          "column": 26
        },
        "end": {
          "line": 104,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 3744,
      "end": 3753,
      "loc": {
        "start": {
          "line": 105,
          "column": 6
        },
        "end": {
          "line": 105,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3753,
      "end": 3754,
      "loc": {
        "start": {
          "line": 105,
          "column": 15
        },
        "end": {
          "line": 105,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 3755,
      "end": 3760,
      "loc": {
        "start": {
          "line": 105,
          "column": 17
        },
        "end": {
          "line": 105,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3760,
      "end": 3761,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 3768,
      "end": 3778,
      "loc": {
        "start": {
          "line": 106,
          "column": 6
        },
        "end": {
          "line": 106,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3778,
      "end": 3779,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3780,
      "end": 3783,
      "loc": {
        "start": {
          "line": 106,
          "column": 18
        },
        "end": {
          "line": 106,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3788,
      "end": 3789,
      "loc": {
        "start": {
          "line": 107,
          "column": 4
        },
        "end": {
          "line": 107,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3789,
      "end": 3790,
      "loc": {
        "start": {
          "line": 107,
          "column": 5
        },
        "end": {
          "line": 107,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3790,
      "end": 3791,
      "loc": {
        "start": {
          "line": 107,
          "column": 6
        },
        "end": {
          "line": 107,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3796,
      "end": 3802,
      "loc": {
        "start": {
          "line": 108,
          "column": 4
        },
        "end": {
          "line": 108,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3803,
      "end": 3804,
      "loc": {
        "start": {
          "line": 108,
          "column": 11
        },
        "end": {
          "line": 108,
          "column": 12
        }
      }
    },
    {
      "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": 3804,
      "end": 3816,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3816,
      "end": 3818,
      "loc": {
        "start": {
          "line": 108,
          "column": 24
        },
        "end": {
          "line": 108,
          "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": 3818,
      "end": 3822,
      "loc": {
        "start": {
          "line": 108,
          "column": 26
        },
        "end": {
          "line": 108,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3822,
      "end": 3823,
      "loc": {
        "start": {
          "line": 108,
          "column": 30
        },
        "end": {
          "line": 108,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 3823,
      "end": 3833,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3833,
      "end": 3834,
      "loc": {
        "start": {
          "line": 108,
          "column": 41
        },
        "end": {
          "line": 108,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 3834,
      "end": 3839,
      "loc": {
        "start": {
          "line": 108,
          "column": 42
        },
        "end": {
          "line": 108,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3839,
      "end": 3840,
      "loc": {
        "start": {
          "line": 108,
          "column": 47
        },
        "end": {
          "line": 108,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3840,
      "end": 3841,
      "loc": {
        "start": {
          "line": 108,
          "column": 48
        },
        "end": {
          "line": 108,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ADD ",
      "start": 3841,
      "end": 3846,
      "loc": {
        "start": {
          "line": 108,
          "column": 49
        },
        "end": {
          "line": 108,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3846,
      "end": 3848,
      "loc": {
        "start": {
          "line": 108,
          "column": 54
        },
        "end": {
          "line": 108,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3848,
      "end": 3852,
      "loc": {
        "start": {
          "line": 108,
          "column": 56
        },
        "end": {
          "line": 108,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3852,
      "end": 3853,
      "loc": {
        "start": {
          "line": 108,
          "column": 60
        },
        "end": {
          "line": 108,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 3853,
      "end": 3868,
      "loc": {
        "start": {
          "line": 108,
          "column": 61
        },
        "end": {
          "line": 108,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3868,
      "end": 3869,
      "loc": {
        "start": {
          "line": 108,
          "column": 76
        },
        "end": {
          "line": 108,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3869,
      "end": 3872,
      "loc": {
        "start": {
          "line": 108,
          "column": 77
        },
        "end": {
          "line": 108,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3872,
      "end": 3873,
      "loc": {
        "start": {
          "line": 108,
          "column": 80
        },
        "end": {
          "line": 108,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3873,
      "end": 3874,
      "loc": {
        "start": {
          "line": 108,
          "column": 81
        },
        "end": {
          "line": 108,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 3874,
      "end": 3875,
      "loc": {
        "start": {
          "line": 108,
          "column": 82
        },
        "end": {
          "line": 108,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3875,
      "end": 3877,
      "loc": {
        "start": {
          "line": 108,
          "column": 83
        },
        "end": {
          "line": 108,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 3877,
      "end": 3887,
      "loc": {
        "start": {
          "line": 108,
          "column": 85
        },
        "end": {
          "line": 108,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3887,
      "end": 3888,
      "loc": {
        "start": {
          "line": 108,
          "column": 95
        },
        "end": {
          "line": 108,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 3888,
      "end": 3889,
      "loc": {
        "start": {
          "line": 108,
          "column": 96
        },
        "end": {
          "line": 108,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3889,
      "end": 3890,
      "loc": {
        "start": {
          "line": 108,
          "column": 97
        },
        "end": {
          "line": 108,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3890,
      "end": 3891,
      "loc": {
        "start": {
          "line": 108,
          "column": 98
        },
        "end": {
          "line": 108,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3894,
      "end": 3895,
      "loc": {
        "start": {
          "line": 109,
          "column": 2
        },
        "end": {
          "line": 109,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3895,
      "end": 3896,
      "loc": {
        "start": {
          "line": 109,
          "column": 3
        },
        "end": {
          "line": 109,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeColumnQuery",
      "start": 3900,
      "end": 3917,
      "loc": {
        "start": {
          "line": 111,
          "column": 2
        },
        "end": {
          "line": 111,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3917,
      "end": 3918,
      "loc": {
        "start": {
          "line": 111,
          "column": 19
        },
        "end": {
          "line": 111,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 3918,
      "end": 3927,
      "loc": {
        "start": {
          "line": 111,
          "column": 20
        },
        "end": {
          "line": 111,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3927,
      "end": 3928,
      "loc": {
        "start": {
          "line": 111,
          "column": 29
        },
        "end": {
          "line": 111,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 3929,
      "end": 3942,
      "loc": {
        "start": {
          "line": 111,
          "column": 31
        },
        "end": {
          "line": 111,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3942,
      "end": 3943,
      "loc": {
        "start": {
          "line": 111,
          "column": 44
        },
        "end": {
          "line": 111,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3944,
      "end": 3945,
      "loc": {
        "start": {
          "line": 111,
          "column": 46
        },
        "end": {
          "line": 111,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3950,
      "end": 3956,
      "loc": {
        "start": {
          "line": 112,
          "column": 4
        },
        "end": {
          "line": 112,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3957,
      "end": 3958,
      "loc": {
        "start": {
          "line": 112,
          "column": 11
        },
        "end": {
          "line": 112,
          "column": 12
        }
      }
    },
    {
      "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": 3958,
      "end": 3970,
      "loc": {
        "start": {
          "line": 112,
          "column": 12
        },
        "end": {
          "line": 112,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3970,
      "end": 3972,
      "loc": {
        "start": {
          "line": 112,
          "column": 24
        },
        "end": {
          "line": 112,
          "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": 3972,
      "end": 3976,
      "loc": {
        "start": {
          "line": 112,
          "column": 26
        },
        "end": {
          "line": 112,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3976,
      "end": 3977,
      "loc": {
        "start": {
          "line": 112,
          "column": 30
        },
        "end": {
          "line": 112,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 3977,
      "end": 3987,
      "loc": {
        "start": {
          "line": 112,
          "column": 31
        },
        "end": {
          "line": 112,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3987,
      "end": 3988,
      "loc": {
        "start": {
          "line": 112,
          "column": 41
        },
        "end": {
          "line": 112,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 3988,
      "end": 3997,
      "loc": {
        "start": {
          "line": 112,
          "column": 42
        },
        "end": {
          "line": 112,
          "column": 51
        }
      }
    },
    {
      "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": 112,
          "column": 51
        },
        "end": {
          "line": 112,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3998,
      "end": 3999,
      "loc": {
        "start": {
          "line": 112,
          "column": 52
        },
        "end": {
          "line": 112,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " DROP ",
      "start": 3999,
      "end": 4005,
      "loc": {
        "start": {
          "line": 112,
          "column": 53
        },
        "end": {
          "line": 112,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4005,
      "end": 4007,
      "loc": {
        "start": {
          "line": 112,
          "column": 59
        },
        "end": {
          "line": 112,
          "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": 4007,
      "end": 4011,
      "loc": {
        "start": {
          "line": 112,
          "column": 61
        },
        "end": {
          "line": 112,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4011,
      "end": 4012,
      "loc": {
        "start": {
          "line": 112,
          "column": 65
        },
        "end": {
          "line": 112,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 4012,
      "end": 4027,
      "loc": {
        "start": {
          "line": 112,
          "column": 66
        },
        "end": {
          "line": 112,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4027,
      "end": 4028,
      "loc": {
        "start": {
          "line": 112,
          "column": 81
        },
        "end": {
          "line": 112,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 4028,
      "end": 4041,
      "loc": {
        "start": {
          "line": 112,
          "column": 82
        },
        "end": {
          "line": 112,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4041,
      "end": 4042,
      "loc": {
        "start": {
          "line": 112,
          "column": 95
        },
        "end": {
          "line": 112,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4042,
      "end": 4043,
      "loc": {
        "start": {
          "line": 112,
          "column": 96
        },
        "end": {
          "line": 112,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 4043,
      "end": 4044,
      "loc": {
        "start": {
          "line": 112,
          "column": 97
        },
        "end": {
          "line": 112,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4044,
      "end": 4045,
      "loc": {
        "start": {
          "line": 112,
          "column": 98
        },
        "end": {
          "line": 112,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4045,
      "end": 4046,
      "loc": {
        "start": {
          "line": 112,
          "column": 99
        },
        "end": {
          "line": 112,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4049,
      "end": 4050,
      "loc": {
        "start": {
          "line": 113,
          "column": 2
        },
        "end": {
          "line": 113,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4050,
      "end": 4051,
      "loc": {
        "start": {
          "line": 113,
          "column": 3
        },
        "end": {
          "line": 113,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "changeColumnQuery",
      "start": 4055,
      "end": 4072,
      "loc": {
        "start": {
          "line": 115,
          "column": 2
        },
        "end": {
          "line": 115,
          "column": 19
        }
      }
    },
    {
      "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": 115,
          "column": 19
        },
        "end": {
          "line": 115,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 4073,
      "end": 4082,
      "loc": {
        "start": {
          "line": 115,
          "column": 20
        },
        "end": {
          "line": 115,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4082,
      "end": 4083,
      "loc": {
        "start": {
          "line": 115,
          "column": 29
        },
        "end": {
          "line": 115,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4084,
      "end": 4094,
      "loc": {
        "start": {
          "line": 115,
          "column": 31
        },
        "end": {
          "line": 115,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4094,
      "end": 4095,
      "loc": {
        "start": {
          "line": 115,
          "column": 41
        },
        "end": {
          "line": 115,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4096,
      "end": 4097,
      "loc": {
        "start": {
          "line": 115,
          "column": 43
        },
        "end": {
          "line": 115,
          "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": 4102,
      "end": 4107,
      "loc": {
        "start": {
          "line": 116,
          "column": 4
        },
        "end": {
          "line": 116,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 4108,
      "end": 4118,
      "loc": {
        "start": {
          "line": 116,
          "column": 10
        },
        "end": {
          "line": 116,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4119,
      "end": 4120,
      "loc": {
        "start": {
          "line": 116,
          "column": 21
        },
        "end": {
          "line": 116,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4121,
      "end": 4122,
      "loc": {
        "start": {
          "line": 116,
          "column": 23
        },
        "end": {
          "line": 116,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4122,
      "end": 4123,
      "loc": {
        "start": {
          "line": 116,
          "column": 24
        },
        "end": {
          "line": 116,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4123,
      "end": 4124,
      "loc": {
        "start": {
          "line": 116,
          "column": 25
        },
        "end": {
          "line": 116,
          "column": 26
        }
      }
    },
    {
      "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": 4129,
      "end": 4134,
      "loc": {
        "start": {
          "line": 117,
          "column": 4
        },
        "end": {
          "line": 117,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 4135,
      "end": 4151,
      "loc": {
        "start": {
          "line": 117,
          "column": 10
        },
        "end": {
          "line": 117,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4152,
      "end": 4153,
      "loc": {
        "start": {
          "line": 117,
          "column": 27
        },
        "end": {
          "line": 117,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4154,
      "end": 4155,
      "loc": {
        "start": {
          "line": 117,
          "column": 29
        },
        "end": {
          "line": 117,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4155,
      "end": 4156,
      "loc": {
        "start": {
          "line": 117,
          "column": 30
        },
        "end": {
          "line": 117,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4156,
      "end": 4157,
      "loc": {
        "start": {
          "line": 117,
          "column": 31
        },
        "end": {
          "line": 117,
          "column": 32
        }
      }
    },
    {
      "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": 4163,
      "end": 4166,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4167,
      "end": 4168,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "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": 4168,
      "end": 4173,
      "loc": {
        "start": {
          "line": 119,
          "column": 9
        },
        "end": {
          "line": 119,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 4174,
      "end": 4187,
      "loc": {
        "start": {
          "line": 119,
          "column": 15
        },
        "end": {
          "line": 119,
          "column": 28
        }
      }
    },
    {
      "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": 4188,
      "end": 4190,
      "loc": {
        "start": {
          "line": 119,
          "column": 29
        },
        "end": {
          "line": 119,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4191,
      "end": 4201,
      "loc": {
        "start": {
          "line": 119,
          "column": 32
        },
        "end": {
          "line": 119,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4201,
      "end": 4202,
      "loc": {
        "start": {
          "line": 119,
          "column": 42
        },
        "end": {
          "line": 119,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4203,
      "end": 4204,
      "loc": {
        "start": {
          "line": 119,
          "column": 44
        },
        "end": {
          "line": 119,
          "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": 4211,
      "end": 4214,
      "loc": {
        "start": {
          "line": 120,
          "column": 6
        },
        "end": {
          "line": 120,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 4215,
      "end": 4225,
      "loc": {
        "start": {
          "line": 120,
          "column": 10
        },
        "end": {
          "line": 120,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4226,
      "end": 4227,
      "loc": {
        "start": {
          "line": 120,
          "column": 21
        },
        "end": {
          "line": 120,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4228,
      "end": 4238,
      "loc": {
        "start": {
          "line": 120,
          "column": 23
        },
        "end": {
          "line": 120,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4238,
      "end": 4239,
      "loc": {
        "start": {
          "line": 120,
          "column": 33
        },
        "end": {
          "line": 120,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 4239,
      "end": 4252,
      "loc": {
        "start": {
          "line": 120,
          "column": 34
        },
        "end": {
          "line": 120,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4252,
      "end": 4253,
      "loc": {
        "start": {
          "line": 120,
          "column": 47
        },
        "end": {
          "line": 120,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4253,
      "end": 4254,
      "loc": {
        "start": {
          "line": 120,
          "column": 48
        },
        "end": {
          "line": 120,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4261,
      "end": 4263,
      "loc": {
        "start": {
          "line": 121,
          "column": 6
        },
        "end": {
          "line": 121,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4264,
      "end": 4265,
      "loc": {
        "start": {
          "line": 121,
          "column": 9
        },
        "end": {
          "line": 121,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 4265,
      "end": 4275,
      "loc": {
        "start": {
          "line": 121,
          "column": 10
        },
        "end": {
          "line": 121,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4275,
      "end": 4276,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 4276,
      "end": 4281,
      "loc": {
        "start": {
          "line": 121,
          "column": 21
        },
        "end": {
          "line": 121,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4281,
      "end": 4282,
      "loc": {
        "start": {
          "line": 121,
          "column": 26
        },
        "end": {
          "line": 121,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "REFERENCES",
        "flags": ""
      },
      "start": 4282,
      "end": 4294,
      "loc": {
        "start": {
          "line": 121,
          "column": 27
        },
        "end": {
          "line": 121,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4294,
      "end": 4295,
      "loc": {
        "start": {
          "line": 121,
          "column": 39
        },
        "end": {
          "line": 121,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4295,
      "end": 4296,
      "loc": {
        "start": {
          "line": 121,
          "column": 40
        },
        "end": {
          "line": 121,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4297,
      "end": 4298,
      "loc": {
        "start": {
          "line": 121,
          "column": 42
        },
        "end": {
          "line": 121,
          "column": 43
        }
      }
    },
    {
      "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": 4307,
      "end": 4312,
      "loc": {
        "start": {
          "line": 122,
          "column": 8
        },
        "end": {
          "line": 122,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkName",
      "start": 4313,
      "end": 4319,
      "loc": {
        "start": {
          "line": 122,
          "column": 14
        },
        "end": {
          "line": 122,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4320,
      "end": 4321,
      "loc": {
        "start": {
          "line": 122,
          "column": 21
        },
        "end": {
          "line": 122,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4322,
      "end": 4326,
      "loc": {
        "start": {
          "line": 122,
          "column": 23
        },
        "end": {
          "line": 122,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4326,
      "end": 4327,
      "loc": {
        "start": {
          "line": 122,
          "column": 27
        },
        "end": {
          "line": 122,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 4327,
      "end": 4342,
      "loc": {
        "start": {
          "line": 122,
          "column": 28
        },
        "end": {
          "line": 122,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4342,
      "end": 4343,
      "loc": {
        "start": {
          "line": 122,
          "column": 43
        },
        "end": {
          "line": 122,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 4343,
      "end": 4352,
      "loc": {
        "start": {
          "line": 122,
          "column": 44
        },
        "end": {
          "line": 122,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4353,
      "end": 4354,
      "loc": {
        "start": {
          "line": 122,
          "column": 54
        },
        "end": {
          "line": 122,
          "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": 4355,
      "end": 4358,
      "loc": {
        "start": {
          "line": 122,
          "column": 56
        },
        "end": {
          "line": 122,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4359,
      "end": 4360,
      "loc": {
        "start": {
          "line": 122,
          "column": 60
        },
        "end": {
          "line": 122,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 4361,
      "end": 4374,
      "loc": {
        "start": {
          "line": 122,
          "column": 62
        },
        "end": {
          "line": 122,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4375,
      "end": 4376,
      "loc": {
        "start": {
          "line": 122,
          "column": 76
        },
        "end": {
          "line": 122,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_foreign_idx",
      "start": 4377,
      "end": 4391,
      "loc": {
        "start": {
          "line": 122,
          "column": 78
        },
        "end": {
          "line": 122,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4391,
      "end": 4392,
      "loc": {
        "start": {
          "line": 122,
          "column": 92
        },
        "end": {
          "line": 122,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4392,
      "end": 4393,
      "loc": {
        "start": {
          "line": 122,
          "column": 93
        },
        "end": {
          "line": 122,
          "column": 94
        }
      }
    },
    {
      "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": 4402,
      "end": 4407,
      "loc": {
        "start": {
          "line": 123,
          "column": 8
        },
        "end": {
          "line": 123,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 4408,
      "end": 4416,
      "loc": {
        "start": {
          "line": 123,
          "column": 14
        },
        "end": {
          "line": 123,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4417,
      "end": 4418,
      "loc": {
        "start": {
          "line": 123,
          "column": 23
        },
        "end": {
          "line": 123,
          "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": 4419,
      "end": 4423,
      "loc": {
        "start": {
          "line": 123,
          "column": 25
        },
        "end": {
          "line": 123,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4423,
      "end": 4424,
      "loc": {
        "start": {
          "line": 123,
          "column": 29
        },
        "end": {
          "line": 123,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 4424,
      "end": 4439,
      "loc": {
        "start": {
          "line": 123,
          "column": 30
        },
        "end": {
          "line": 123,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4439,
      "end": 4440,
      "loc": {
        "start": {
          "line": 123,
          "column": 45
        },
        "end": {
          "line": 123,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 4440,
      "end": 4453,
      "loc": {
        "start": {
          "line": 123,
          "column": 46
        },
        "end": {
          "line": 123,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4453,
      "end": 4454,
      "loc": {
        "start": {
          "line": 123,
          "column": 59
        },
        "end": {
          "line": 123,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4454,
      "end": 4455,
      "loc": {
        "start": {
          "line": 123,
          "column": 60
        },
        "end": {
          "line": 123,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 4464,
      "end": 4474,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4475,
      "end": 4476,
      "loc": {
        "start": {
          "line": 124,
          "column": 19
        },
        "end": {
          "line": 124,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 4477,
      "end": 4487,
      "loc": {
        "start": {
          "line": 124,
          "column": 21
        },
        "end": {
          "line": 124,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4487,
      "end": 4488,
      "loc": {
        "start": {
          "line": 124,
          "column": 31
        },
        "end": {
          "line": 124,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 4488,
      "end": 4495,
      "loc": {
        "start": {
          "line": 124,
          "column": 32
        },
        "end": {
          "line": 124,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4495,
      "end": 4496,
      "loc": {
        "start": {
          "line": 124,
          "column": 39
        },
        "end": {
          "line": 124,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": ".+?(?=REFERENCES)",
        "flags": ""
      },
      "start": 4496,
      "end": 4515,
      "loc": {
        "start": {
          "line": 124,
          "column": 40
        },
        "end": {
          "line": 124,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4515,
      "end": 4516,
      "loc": {
        "start": {
          "line": 124,
          "column": 59
        },
        "end": {
          "line": 124,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4517,
      "end": 4519,
      "loc": {
        "start": {
          "line": 124,
          "column": 61
        },
        "end": {
          "line": 124,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4519,
      "end": 4520,
      "loc": {
        "start": {
          "line": 124,
          "column": 63
        },
        "end": {
          "line": 124,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4520,
      "end": 4521,
      "loc": {
        "start": {
          "line": 124,
          "column": 64
        },
        "end": {
          "line": 124,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 4530,
      "end": 4546,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4546,
      "end": 4547,
      "loc": {
        "start": {
          "line": 125,
          "column": 24
        },
        "end": {
          "line": 125,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 4547,
      "end": 4551,
      "loc": {
        "start": {
          "line": 125,
          "column": 25
        },
        "end": {
          "line": 125,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4551,
      "end": 4552,
      "loc": {
        "start": {
          "line": 125,
          "column": 29
        },
        "end": {
          "line": 125,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4552,
      "end": 4553,
      "loc": {
        "start": {
          "line": 125,
          "column": 30
        },
        "end": {
          "line": 125,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4553,
      "end": 4553,
      "loc": {
        "start": {
          "line": 125,
          "column": 31
        },
        "end": {
          "line": 125,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4553,
      "end": 4555,
      "loc": {
        "start": {
          "line": 125,
          "column": 31
        },
        "end": {
          "line": 125,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkName",
      "start": 4555,
      "end": 4561,
      "loc": {
        "start": {
          "line": 125,
          "column": 33
        },
        "end": {
          "line": 125,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4561,
      "end": 4562,
      "loc": {
        "start": {
          "line": 125,
          "column": 39
        },
        "end": {
          "line": 125,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FOREIGN KEY (",
      "start": 4562,
      "end": 4576,
      "loc": {
        "start": {
          "line": 125,
          "column": 40
        },
        "end": {
          "line": 125,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4576,
      "end": 4578,
      "loc": {
        "start": {
          "line": 125,
          "column": 54
        },
        "end": {
          "line": 125,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 4578,
      "end": 4586,
      "loc": {
        "start": {
          "line": 125,
          "column": 56
        },
        "end": {
          "line": 125,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4586,
      "end": 4587,
      "loc": {
        "start": {
          "line": 125,
          "column": 64
        },
        "end": {
          "line": 125,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") ",
      "start": 4587,
      "end": 4589,
      "loc": {
        "start": {
          "line": 125,
          "column": 65
        },
        "end": {
          "line": 125,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4589,
      "end": 4591,
      "loc": {
        "start": {
          "line": 125,
          "column": 67
        },
        "end": {
          "line": 125,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 4591,
      "end": 4601,
      "loc": {
        "start": {
          "line": 125,
          "column": 69
        },
        "end": {
          "line": 125,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4601,
      "end": 4602,
      "loc": {
        "start": {
          "line": 125,
          "column": 79
        },
        "end": {
          "line": 125,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4602,
      "end": 4602,
      "loc": {
        "start": {
          "line": 125,
          "column": 80
        },
        "end": {
          "line": 125,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4602,
      "end": 4603,
      "loc": {
        "start": {
          "line": 125,
          "column": 80
        },
        "end": {
          "line": 125,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4603,
      "end": 4604,
      "loc": {
        "start": {
          "line": 125,
          "column": 81
        },
        "end": {
          "line": 125,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4604,
      "end": 4605,
      "loc": {
        "start": {
          "line": 125,
          "column": 82
        },
        "end": {
          "line": 125,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4612,
      "end": 4613,
      "loc": {
        "start": {
          "line": 126,
          "column": 6
        },
        "end": {
          "line": 126,
          "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": 4614,
      "end": 4618,
      "loc": {
        "start": {
          "line": 126,
          "column": 8
        },
        "end": {
          "line": 126,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4619,
      "end": 4620,
      "loc": {
        "start": {
          "line": 126,
          "column": 13
        },
        "end": {
          "line": 126,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 4629,
      "end": 4639,
      "loc": {
        "start": {
          "line": 127,
          "column": 8
        },
        "end": {
          "line": 127,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4639,
      "end": 4640,
      "loc": {
        "start": {
          "line": 127,
          "column": 18
        },
        "end": {
          "line": 127,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 4640,
      "end": 4644,
      "loc": {
        "start": {
          "line": 127,
          "column": 19
        },
        "end": {
          "line": 127,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4644,
      "end": 4645,
      "loc": {
        "start": {
          "line": 127,
          "column": 23
        },
        "end": {
          "line": 127,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "`",
      "start": 4645,
      "end": 4648,
      "loc": {
        "start": {
          "line": 127,
          "column": 24
        },
        "end": {
          "line": 127,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4649,
      "end": 4650,
      "loc": {
        "start": {
          "line": 127,
          "column": 28
        },
        "end": {
          "line": 127,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 4651,
      "end": 4664,
      "loc": {
        "start": {
          "line": 127,
          "column": 30
        },
        "end": {
          "line": 127,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4665,
      "end": 4666,
      "loc": {
        "start": {
          "line": 127,
          "column": 44
        },
        "end": {
          "line": 127,
          "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": 4667,
      "end": 4672,
      "loc": {
        "start": {
          "line": 127,
          "column": 46
        },
        "end": {
          "line": 127,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4673,
      "end": 4674,
      "loc": {
        "start": {
          "line": 127,
          "column": 52
        },
        "end": {
          "line": 127,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 4675,
      "end": 4688,
      "loc": {
        "start": {
          "line": 127,
          "column": 54
        },
        "end": {
          "line": 127,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4689,
      "end": 4690,
      "loc": {
        "start": {
          "line": 127,
          "column": 68
        },
        "end": {
          "line": 127,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "` ",
      "start": 4691,
      "end": 4695,
      "loc": {
        "start": {
          "line": 127,
          "column": 70
        },
        "end": {
          "line": 127,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4696,
      "end": 4697,
      "loc": {
        "start": {
          "line": 127,
          "column": 75
        },
        "end": {
          "line": 127,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 4698,
      "end": 4708,
      "loc": {
        "start": {
          "line": 127,
          "column": 77
        },
        "end": {
          "line": 127,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4708,
      "end": 4709,
      "loc": {
        "start": {
          "line": 127,
          "column": 87
        },
        "end": {
          "line": 127,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4709,
      "end": 4710,
      "loc": {
        "start": {
          "line": 127,
          "column": 88
        },
        "end": {
          "line": 127,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4717,
      "end": 4718,
      "loc": {
        "start": {
          "line": 128,
          "column": 6
        },
        "end": {
          "line": 128,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4723,
      "end": 4724,
      "loc": {
        "start": {
          "line": 129,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 5
        }
      }
    },
    {
      "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": 4730,
      "end": 4733,
      "loc": {
        "start": {
          "line": 131,
          "column": 4
        },
        "end": {
          "line": 131,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 4734,
      "end": 4744,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4745,
      "end": 4746,
      "loc": {
        "start": {
          "line": 131,
          "column": 19
        },
        "end": {
          "line": 131,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4747,
      "end": 4749,
      "loc": {
        "start": {
          "line": 131,
          "column": 21
        },
        "end": {
          "line": 131,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4749,
      "end": 4750,
      "loc": {
        "start": {
          "line": 131,
          "column": 23
        },
        "end": {
          "line": 131,
          "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": 4755,
      "end": 4757,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4758,
      "end": 4759,
      "loc": {
        "start": {
          "line": 132,
          "column": 7
        },
        "end": {
          "line": 132,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 4759,
      "end": 4769,
      "loc": {
        "start": {
          "line": 132,
          "column": 8
        },
        "end": {
          "line": 132,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4769,
      "end": 4770,
      "loc": {
        "start": {
          "line": 132,
          "column": 18
        },
        "end": {
          "line": 132,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4770,
      "end": 4776,
      "loc": {
        "start": {
          "line": 132,
          "column": 19
        },
        "end": {
          "line": 132,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4776,
      "end": 4777,
      "loc": {
        "start": {
          "line": 132,
          "column": 25
        },
        "end": {
          "line": 132,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4778,
      "end": 4779,
      "loc": {
        "start": {
          "line": 132,
          "column": 27
        },
        "end": {
          "line": 132,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 4786,
      "end": 4796,
      "loc": {
        "start": {
          "line": 133,
          "column": 6
        },
        "end": {
          "line": 133,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4797,
      "end": 4799,
      "loc": {
        "start": {
          "line": 133,
          "column": 17
        },
        "end": {
          "line": 133,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CHANGE ",
      "start": 4800,
      "end": 4809,
      "loc": {
        "start": {
          "line": 133,
          "column": 20
        },
        "end": {
          "line": 133,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4810,
      "end": 4811,
      "loc": {
        "start": {
          "line": 133,
          "column": 30
        },
        "end": {
          "line": 133,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 4812,
      "end": 4822,
      "loc": {
        "start": {
          "line": 133,
          "column": 32
        },
        "end": {
          "line": 133,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4822,
      "end": 4823,
      "loc": {
        "start": {
          "line": 133,
          "column": 42
        },
        "end": {
          "line": 133,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 4823,
      "end": 4827,
      "loc": {
        "start": {
          "line": 133,
          "column": 43
        },
        "end": {
          "line": 133,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4827,
      "end": 4828,
      "loc": {
        "start": {
          "line": 133,
          "column": 47
        },
        "end": {
          "line": 133,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 4828,
      "end": 4832,
      "loc": {
        "start": {
          "line": 133,
          "column": 48
        },
        "end": {
          "line": 133,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4832,
      "end": 4833,
      "loc": {
        "start": {
          "line": 133,
          "column": 52
        },
        "end": {
          "line": 133,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4833,
      "end": 4834,
      "loc": {
        "start": {
          "line": 133,
          "column": 53
        },
        "end": {
          "line": 133,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 4841,
      "end": 4851,
      "loc": {
        "start": {
          "line": 134,
          "column": 6
        },
        "end": {
          "line": 134,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4852,
      "end": 4854,
      "loc": {
        "start": {
          "line": 134,
          "column": 17
        },
        "end": {
          "line": 134,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 4855,
      "end": 4871,
      "loc": {
        "start": {
          "line": 134,
          "column": 20
        },
        "end": {
          "line": 134,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4871,
      "end": 4872,
      "loc": {
        "start": {
          "line": 134,
          "column": 36
        },
        "end": {
          "line": 134,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4872,
      "end": 4878,
      "loc": {
        "start": {
          "line": 134,
          "column": 37
        },
        "end": {
          "line": 134,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4879,
      "end": 4880,
      "loc": {
        "start": {
          "line": 134,
          "column": 44
        },
        "end": {
          "line": 134,
          "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": 4881,
      "end": 4884,
      "loc": {
        "start": {
          "line": 134,
          "column": 46
        },
        "end": {
          "line": 134,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4885,
      "end": 4886,
      "loc": {
        "start": {
          "line": 134,
          "column": 50
        },
        "end": {
          "line": 134,
          "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": 4887,
      "end": 4889,
      "loc": {
        "start": {
          "line": 134,
          "column": 52
        },
        "end": {
          "line": 134,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4889,
      "end": 4890,
      "loc": {
        "start": {
          "line": 134,
          "column": 54
        },
        "end": {
          "line": 134,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4895,
      "end": 4896,
      "loc": {
        "start": {
          "line": 135,
          "column": 4
        },
        "end": {
          "line": 135,
          "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": 4901,
      "end": 4903,
      "loc": {
        "start": {
          "line": 136,
          "column": 4
        },
        "end": {
          "line": 136,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4904,
      "end": 4905,
      "loc": {
        "start": {
          "line": 136,
          "column": 7
        },
        "end": {
          "line": 136,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 4905,
      "end": 4921,
      "loc": {
        "start": {
          "line": 136,
          "column": 8
        },
        "end": {
          "line": 136,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4921,
      "end": 4922,
      "loc": {
        "start": {
          "line": 136,
          "column": 24
        },
        "end": {
          "line": 136,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4922,
      "end": 4928,
      "loc": {
        "start": {
          "line": 136,
          "column": 25
        },
        "end": {
          "line": 136,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4928,
      "end": 4929,
      "loc": {
        "start": {
          "line": 136,
          "column": 31
        },
        "end": {
          "line": 136,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4930,
      "end": 4931,
      "loc": {
        "start": {
          "line": 136,
          "column": 33
        },
        "end": {
          "line": 136,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 4938,
      "end": 4948,
      "loc": {
        "start": {
          "line": 137,
          "column": 6
        },
        "end": {
          "line": 137,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4949,
      "end": 4951,
      "loc": {
        "start": {
          "line": 137,
          "column": 17
        },
        "end": {
          "line": 137,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ADD CONSTRAINT ",
      "start": 4952,
      "end": 4969,
      "loc": {
        "start": {
          "line": 137,
          "column": 20
        },
        "end": {
          "line": 137,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4970,
      "end": 4971,
      "loc": {
        "start": {
          "line": 137,
          "column": 38
        },
        "end": {
          "line": 137,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraintString",
      "start": 4972,
      "end": 4988,
      "loc": {
        "start": {
          "line": 137,
          "column": 40
        },
        "end": {
          "line": 137,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4988,
      "end": 4989,
      "loc": {
        "start": {
          "line": 137,
          "column": 56
        },
        "end": {
          "line": 137,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 4989,
      "end": 4993,
      "loc": {
        "start": {
          "line": 137,
          "column": 57
        },
        "end": {
          "line": 137,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4993,
      "end": 4994,
      "loc": {
        "start": {
          "line": 137,
          "column": 61
        },
        "end": {
          "line": 137,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 4994,
      "end": 4998,
      "loc": {
        "start": {
          "line": 137,
          "column": 62
        },
        "end": {
          "line": 137,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4998,
      "end": 4999,
      "loc": {
        "start": {
          "line": 137,
          "column": 66
        },
        "end": {
          "line": 137,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4999,
      "end": 5000,
      "loc": {
        "start": {
          "line": 137,
          "column": 67
        },
        "end": {
          "line": 137,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5005,
      "end": 5006,
      "loc": {
        "start": {
          "line": 138,
          "column": 4
        },
        "end": {
          "line": 138,
          "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": 5012,
      "end": 5018,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5019,
      "end": 5020,
      "loc": {
        "start": {
          "line": 140,
          "column": 11
        },
        "end": {
          "line": 140,
          "column": 12
        }
      }
    },
    {
      "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": 5020,
      "end": 5032,
      "loc": {
        "start": {
          "line": 140,
          "column": 12
        },
        "end": {
          "line": 140,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5032,
      "end": 5034,
      "loc": {
        "start": {
          "line": 140,
          "column": 24
        },
        "end": {
          "line": 140,
          "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": 5034,
      "end": 5038,
      "loc": {
        "start": {
          "line": 140,
          "column": 26
        },
        "end": {
          "line": 140,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5038,
      "end": 5039,
      "loc": {
        "start": {
          "line": 140,
          "column": 30
        },
        "end": {
          "line": 140,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 5039,
      "end": 5049,
      "loc": {
        "start": {
          "line": 140,
          "column": 31
        },
        "end": {
          "line": 140,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5049,
      "end": 5050,
      "loc": {
        "start": {
          "line": 140,
          "column": 41
        },
        "end": {
          "line": 140,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5050,
      "end": 5059,
      "loc": {
        "start": {
          "line": 140,
          "column": 42
        },
        "end": {
          "line": 140,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5059,
      "end": 5060,
      "loc": {
        "start": {
          "line": 140,
          "column": 51
        },
        "end": {
          "line": 140,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5060,
      "end": 5061,
      "loc": {
        "start": {
          "line": 140,
          "column": 52
        },
        "end": {
          "line": 140,
          "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": 5061,
      "end": 5062,
      "loc": {
        "start": {
          "line": 140,
          "column": 53
        },
        "end": {
          "line": 140,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5062,
      "end": 5064,
      "loc": {
        "start": {
          "line": 140,
          "column": 54
        },
        "end": {
          "line": 140,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finalQuery",
      "start": 5064,
      "end": 5074,
      "loc": {
        "start": {
          "line": 140,
          "column": 56
        },
        "end": {
          "line": 140,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5074,
      "end": 5075,
      "loc": {
        "start": {
          "line": 140,
          "column": 66
        },
        "end": {
          "line": 140,
          "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": 5075,
      "end": 5076,
      "loc": {
        "start": {
          "line": 140,
          "column": 67
        },
        "end": {
          "line": 140,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5076,
      "end": 5077,
      "loc": {
        "start": {
          "line": 140,
          "column": 68
        },
        "end": {
          "line": 140,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5077,
      "end": 5078,
      "loc": {
        "start": {
          "line": 140,
          "column": 69
        },
        "end": {
          "line": 140,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5081,
      "end": 5082,
      "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": 5082,
      "end": 5083,
      "loc": {
        "start": {
          "line": 141,
          "column": 3
        },
        "end": {
          "line": 141,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameColumnQuery",
      "start": 5087,
      "end": 5104,
      "loc": {
        "start": {
          "line": 143,
          "column": 2
        },
        "end": {
          "line": 143,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5104,
      "end": 5105,
      "loc": {
        "start": {
          "line": 143,
          "column": 19
        },
        "end": {
          "line": 143,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5105,
      "end": 5114,
      "loc": {
        "start": {
          "line": 143,
          "column": 20
        },
        "end": {
          "line": 143,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5114,
      "end": 5115,
      "loc": {
        "start": {
          "line": 143,
          "column": 29
        },
        "end": {
          "line": 143,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrBefore",
      "start": 5116,
      "end": 5126,
      "loc": {
        "start": {
          "line": 143,
          "column": 31
        },
        "end": {
          "line": 143,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5126,
      "end": 5127,
      "loc": {
        "start": {
          "line": 143,
          "column": 41
        },
        "end": {
          "line": 143,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5128,
      "end": 5138,
      "loc": {
        "start": {
          "line": 143,
          "column": 43
        },
        "end": {
          "line": 143,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5138,
      "end": 5139,
      "loc": {
        "start": {
          "line": 143,
          "column": 53
        },
        "end": {
          "line": 143,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5140,
      "end": 5141,
      "loc": {
        "start": {
          "line": 143,
          "column": 55
        },
        "end": {
          "line": 143,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5146,
      "end": 5151,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 5152,
      "end": 5162,
      "loc": {
        "start": {
          "line": 144,
          "column": 10
        },
        "end": {
          "line": 144,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5163,
      "end": 5164,
      "loc": {
        "start": {
          "line": 144,
          "column": 21
        },
        "end": {
          "line": 144,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5165,
      "end": 5166,
      "loc": {
        "start": {
          "line": 144,
          "column": 23
        },
        "end": {
          "line": 144,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5166,
      "end": 5167,
      "loc": {
        "start": {
          "line": 144,
          "column": 24
        },
        "end": {
          "line": 144,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5167,
      "end": 5168,
      "loc": {
        "start": {
          "line": 144,
          "column": 25
        },
        "end": {
          "line": 144,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 5174,
      "end": 5177,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 146,
          "column": 8
        },
        "end": {
          "line": 146,
          "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": 5179,
      "end": 5184,
      "loc": {
        "start": {
          "line": 146,
          "column": 9
        },
        "end": {
          "line": 146,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 5185,
      "end": 5193,
      "loc": {
        "start": {
          "line": 146,
          "column": 15
        },
        "end": {
          "line": 146,
          "column": 23
        }
      }
    },
    {
      "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": 5194,
      "end": 5196,
      "loc": {
        "start": {
          "line": 146,
          "column": 24
        },
        "end": {
          "line": 146,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5197,
      "end": 5207,
      "loc": {
        "start": {
          "line": 146,
          "column": 27
        },
        "end": {
          "line": 146,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5207,
      "end": 5208,
      "loc": {
        "start": {
          "line": 146,
          "column": 37
        },
        "end": {
          "line": 146,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5209,
      "end": 5210,
      "loc": {
        "start": {
          "line": 146,
          "column": 39
        },
        "end": {
          "line": 146,
          "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": 5217,
      "end": 5222,
      "loc": {
        "start": {
          "line": 147,
          "column": 6
        },
        "end": {
          "line": 147,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 5223,
      "end": 5233,
      "loc": {
        "start": {
          "line": 147,
          "column": 12
        },
        "end": {
          "line": 147,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5234,
      "end": 5235,
      "loc": {
        "start": {
          "line": 147,
          "column": 23
        },
        "end": {
          "line": 147,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5236,
      "end": 5246,
      "loc": {
        "start": {
          "line": 147,
          "column": 25
        },
        "end": {
          "line": 147,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5246,
      "end": 5247,
      "loc": {
        "start": {
          "line": 147,
          "column": 35
        },
        "end": {
          "line": 147,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 5247,
      "end": 5255,
      "loc": {
        "start": {
          "line": 147,
          "column": 36
        },
        "end": {
          "line": 147,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5255,
      "end": 5256,
      "loc": {
        "start": {
          "line": 147,
          "column": 44
        },
        "end": {
          "line": 147,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5256,
      "end": 5257,
      "loc": {
        "start": {
          "line": 147,
          "column": 45
        },
        "end": {
          "line": 147,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 5264,
      "end": 5274,
      "loc": {
        "start": {
          "line": 148,
          "column": 6
        },
        "end": {
          "line": 148,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5274,
      "end": 5275,
      "loc": {
        "start": {
          "line": 148,
          "column": 16
        },
        "end": {
          "line": 148,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 5275,
      "end": 5279,
      "loc": {
        "start": {
          "line": 148,
          "column": 17
        },
        "end": {
          "line": 148,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5279,
      "end": 5280,
      "loc": {
        "start": {
          "line": 148,
          "column": 21
        },
        "end": {
          "line": 148,
          "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": 5280,
      "end": 5283,
      "loc": {
        "start": {
          "line": 148,
          "column": 22
        },
        "end": {
          "line": 148,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5284,
      "end": 5285,
      "loc": {
        "start": {
          "line": 148,
          "column": 26
        },
        "end": {
          "line": 148,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrBefore",
      "start": 5286,
      "end": 5296,
      "loc": {
        "start": {
          "line": 148,
          "column": 28
        },
        "end": {
          "line": 148,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5297,
      "end": 5298,
      "loc": {
        "start": {
          "line": 148,
          "column": 39
        },
        "end": {
          "line": 148,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "` `",
      "start": 5299,
      "end": 5304,
      "loc": {
        "start": {
          "line": 148,
          "column": 41
        },
        "end": {
          "line": 148,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5305,
      "end": 5306,
      "loc": {
        "start": {
          "line": 148,
          "column": 47
        },
        "end": {
          "line": 148,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 5307,
      "end": 5315,
      "loc": {
        "start": {
          "line": 148,
          "column": 49
        },
        "end": {
          "line": 148,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5316,
      "end": 5317,
      "loc": {
        "start": {
          "line": 148,
          "column": 58
        },
        "end": {
          "line": 148,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "` ",
      "start": 5318,
      "end": 5322,
      "loc": {
        "start": {
          "line": 148,
          "column": 60
        },
        "end": {
          "line": 148,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5323,
      "end": 5324,
      "loc": {
        "start": {
          "line": 148,
          "column": 65
        },
        "end": {
          "line": 148,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 5325,
      "end": 5335,
      "loc": {
        "start": {
          "line": 148,
          "column": 67
        },
        "end": {
          "line": 148,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5335,
      "end": 5336,
      "loc": {
        "start": {
          "line": 148,
          "column": 77
        },
        "end": {
          "line": 148,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5336,
      "end": 5337,
      "loc": {
        "start": {
          "line": 148,
          "column": 78
        },
        "end": {
          "line": 148,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5342,
      "end": 5343,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "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": 5349,
      "end": 5355,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5356,
      "end": 5357,
      "loc": {
        "start": {
          "line": 151,
          "column": 11
        },
        "end": {
          "line": 151,
          "column": 12
        }
      }
    },
    {
      "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": 5357,
      "end": 5369,
      "loc": {
        "start": {
          "line": 151,
          "column": 12
        },
        "end": {
          "line": 151,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5369,
      "end": 5371,
      "loc": {
        "start": {
          "line": 151,
          "column": 24
        },
        "end": {
          "line": 151,
          "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": 5371,
      "end": 5375,
      "loc": {
        "start": {
          "line": 151,
          "column": 26
        },
        "end": {
          "line": 151,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5375,
      "end": 5376,
      "loc": {
        "start": {
          "line": 151,
          "column": 30
        },
        "end": {
          "line": 151,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 5376,
      "end": 5386,
      "loc": {
        "start": {
          "line": 151,
          "column": 31
        },
        "end": {
          "line": 151,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 151,
          "column": 41
        },
        "end": {
          "line": 151,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5387,
      "end": 5396,
      "loc": {
        "start": {
          "line": 151,
          "column": 42
        },
        "end": {
          "line": 151,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5396,
      "end": 5397,
      "loc": {
        "start": {
          "line": 151,
          "column": 51
        },
        "end": {
          "line": 151,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5397,
      "end": 5398,
      "loc": {
        "start": {
          "line": 151,
          "column": 52
        },
        "end": {
          "line": 151,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " CHANGE ",
      "start": 5398,
      "end": 5406,
      "loc": {
        "start": {
          "line": 151,
          "column": 53
        },
        "end": {
          "line": 151,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5406,
      "end": 5408,
      "loc": {
        "start": {
          "line": 151,
          "column": 61
        },
        "end": {
          "line": 151,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrString",
      "start": 5408,
      "end": 5418,
      "loc": {
        "start": {
          "line": 151,
          "column": 63
        },
        "end": {
          "line": 151,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5418,
      "end": 5419,
      "loc": {
        "start": {
          "line": 151,
          "column": 73
        },
        "end": {
          "line": 151,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 5419,
      "end": 5423,
      "loc": {
        "start": {
          "line": 151,
          "column": 74
        },
        "end": {
          "line": 151,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5423,
      "end": 5424,
      "loc": {
        "start": {
          "line": 151,
          "column": 78
        },
        "end": {
          "line": 151,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 5424,
      "end": 5428,
      "loc": {
        "start": {
          "line": 151,
          "column": 79
        },
        "end": {
          "line": 151,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5428,
      "end": 5429,
      "loc": {
        "start": {
          "line": 151,
          "column": 83
        },
        "end": {
          "line": 151,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5429,
      "end": 5430,
      "loc": {
        "start": {
          "line": 151,
          "column": 84
        },
        "end": {
          "line": 151,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 5430,
      "end": 5431,
      "loc": {
        "start": {
          "line": 151,
          "column": 85
        },
        "end": {
          "line": 151,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5431,
      "end": 5432,
      "loc": {
        "start": {
          "line": 151,
          "column": 86
        },
        "end": {
          "line": 151,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5432,
      "end": 5433,
      "loc": {
        "start": {
          "line": 151,
          "column": 87
        },
        "end": {
          "line": 151,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5436,
      "end": 5437,
      "loc": {
        "start": {
          "line": 152,
          "column": 2
        },
        "end": {
          "line": 152,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5437,
      "end": 5438,
      "loc": {
        "start": {
          "line": 152,
          "column": 3
        },
        "end": {
          "line": 152,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upsertQuery",
      "start": 5442,
      "end": 5453,
      "loc": {
        "start": {
          "line": 154,
          "column": 2
        },
        "end": {
          "line": 154,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5453,
      "end": 5454,
      "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": "tableName",
      "start": 5454,
      "end": 5463,
      "loc": {
        "start": {
          "line": 154,
          "column": 14
        },
        "end": {
          "line": 154,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5463,
      "end": 5464,
      "loc": {
        "start": {
          "line": 154,
          "column": 23
        },
        "end": {
          "line": 154,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValues",
      "start": 5465,
      "end": 5477,
      "loc": {
        "start": {
          "line": 154,
          "column": 25
        },
        "end": {
          "line": 154,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5477,
      "end": 5478,
      "loc": {
        "start": {
          "line": 154,
          "column": 37
        },
        "end": {
          "line": 154,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 5479,
      "end": 5491,
      "loc": {
        "start": {
          "line": 154,
          "column": 39
        },
        "end": {
          "line": 154,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5491,
      "end": 5492,
      "loc": {
        "start": {
          "line": 154,
          "column": 51
        },
        "end": {
          "line": 154,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 5493,
      "end": 5498,
      "loc": {
        "start": {
          "line": 154,
          "column": 53
        },
        "end": {
          "line": 154,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5498,
      "end": 5499,
      "loc": {
        "start": {
          "line": 154,
          "column": 58
        },
        "end": {
          "line": 154,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 5500,
      "end": 5513,
      "loc": {
        "start": {
          "line": 154,
          "column": 60
        },
        "end": {
          "line": 154,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5513,
      "end": 5514,
      "loc": {
        "start": {
          "line": 154,
          "column": 73
        },
        "end": {
          "line": 154,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5515,
      "end": 5522,
      "loc": {
        "start": {
          "line": 154,
          "column": 75
        },
        "end": {
          "line": 154,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5522,
      "end": 5523,
      "loc": {
        "start": {
          "line": 154,
          "column": 82
        },
        "end": {
          "line": 154,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5524,
      "end": 5525,
      "loc": {
        "start": {
          "line": 154,
          "column": 84
        },
        "end": {
          "line": 154,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5530,
      "end": 5537,
      "loc": {
        "start": {
          "line": 155,
          "column": 4
        },
        "end": {
          "line": 155,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5537,
      "end": 5538,
      "loc": {
        "start": {
          "line": 155,
          "column": 11
        },
        "end": {
          "line": 155,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDuplicate",
      "start": 5538,
      "end": 5549,
      "loc": {
        "start": {
          "line": 155,
          "column": 12
        },
        "end": {
          "line": 155,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5550,
      "end": 5551,
      "loc": {
        "start": {
          "line": 155,
          "column": 24
        },
        "end": {
          "line": 155,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "UPDATE ",
      "start": 5552,
      "end": 5561,
      "loc": {
        "start": {
          "line": 155,
          "column": 26
        },
        "end": {
          "line": 155,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5561,
      "end": 5562,
      "loc": {
        "start": {
          "line": 155,
          "column": 35
        },
        "end": {
          "line": 155,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5568,
      "end": 5575,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5575,
      "end": 5576,
      "loc": {
        "start": {
          "line": 157,
          "column": 11
        },
        "end": {
          "line": 157,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDuplicate",
      "start": 5576,
      "end": 5587,
      "loc": {
        "start": {
          "line": 157,
          "column": 12
        },
        "end": {
          "line": 157,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 5588,
      "end": 5590,
      "loc": {
        "start": {
          "line": 157,
          "column": 24
        },
        "end": {
          "line": 157,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 5591,
      "end": 5597,
      "loc": {
        "start": {
          "line": 157,
          "column": 27
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5597,
      "end": 5598,
      "loc": {
        "start": {
          "line": 157,
          "column": 33
        },
        "end": {
          "line": 157,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 5598,
      "end": 5602,
      "loc": {
        "start": {
          "line": 157,
          "column": 34
        },
        "end": {
          "line": 157,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5602,
      "end": 5603,
      "loc": {
        "start": {
          "line": 157,
          "column": 38
        },
        "end": {
          "line": 157,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 5603,
      "end": 5615,
      "loc": {
        "start": {
          "line": 157,
          "column": 39
        },
        "end": {
          "line": 157,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5615,
      "end": 5616,
      "loc": {
        "start": {
          "line": 157,
          "column": 51
        },
        "end": {
          "line": 157,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 157,
          "column": 52
        },
        "end": {
          "line": 157,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 5617,
      "end": 5620,
      "loc": {
        "start": {
          "line": 157,
          "column": 53
        },
        "end": {
          "line": 157,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5620,
      "end": 5621,
      "loc": {
        "start": {
          "line": 157,
          "column": 56
        },
        "end": {
          "line": 157,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5621,
      "end": 5624,
      "loc": {
        "start": {
          "line": 157,
          "column": 57
        },
        "end": {
          "line": 157,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5625,
      "end": 5627,
      "loc": {
        "start": {
          "line": 157,
          "column": 61
        },
        "end": {
          "line": 157,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 157,
          "column": 64
        },
        "end": {
          "line": 157,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5636,
      "end": 5639,
      "loc": {
        "start": {
          "line": 158,
          "column": 6
        },
        "end": {
          "line": 158,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5640,
      "end": 5641,
      "loc": {
        "start": {
          "line": 158,
          "column": 10
        },
        "end": {
          "line": 158,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5642,
      "end": 5646,
      "loc": {
        "start": {
          "line": 158,
          "column": 12
        },
        "end": {
          "line": 158,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5646,
      "end": 5647,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 5647,
      "end": 5662,
      "loc": {
        "start": {
          "line": 158,
          "column": 17
        },
        "end": {
          "line": 158,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5662,
      "end": 5663,
      "loc": {
        "start": {
          "line": 158,
          "column": 32
        },
        "end": {
          "line": 158,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5663,
      "end": 5666,
      "loc": {
        "start": {
          "line": 158,
          "column": 33
        },
        "end": {
          "line": 158,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5666,
      "end": 5667,
      "loc": {
        "start": {
          "line": 158,
          "column": 36
        },
        "end": {
          "line": 158,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5667,
      "end": 5668,
      "loc": {
        "start": {
          "line": 158,
          "column": 37
        },
        "end": {
          "line": 158,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5675,
      "end": 5681,
      "loc": {
        "start": {
          "line": 159,
          "column": 6
        },
        "end": {
          "line": 159,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5682,
      "end": 5685,
      "loc": {
        "start": {
          "line": 159,
          "column": 13
        },
        "end": {
          "line": 159,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5686,
      "end": 5687,
      "loc": {
        "start": {
          "line": 159,
          "column": 17
        },
        "end": {
          "line": 159,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=VALUES(",
      "start": 5688,
      "end": 5698,
      "loc": {
        "start": {
          "line": 159,
          "column": 19
        },
        "end": {
          "line": 159,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5699,
      "end": 5700,
      "loc": {
        "start": {
          "line": 159,
          "column": 30
        },
        "end": {
          "line": 159,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5701,
      "end": 5704,
      "loc": {
        "start": {
          "line": 159,
          "column": 32
        },
        "end": {
          "line": 159,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5705,
      "end": 5706,
      "loc": {
        "start": {
          "line": 159,
          "column": 36
        },
        "end": {
          "line": 159,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 5706,
      "end": 5709,
      "loc": {
        "start": {
          "line": 159,
          "column": 37
        },
        "end": {
          "line": 159,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 159,
          "column": 40
        },
        "end": {
          "line": 159,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5715,
      "end": 5716,
      "loc": {
        "start": {
          "line": 160,
          "column": 4
        },
        "end": {
          "line": 160,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5716,
      "end": 5717,
      "loc": {
        "start": {
          "line": 160,
          "column": 5
        },
        "end": {
          "line": 160,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5717,
      "end": 5718,
      "loc": {
        "start": {
          "line": 160,
          "column": 6
        },
        "end": {
          "line": 160,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 5718,
      "end": 5722,
      "loc": {
        "start": {
          "line": 160,
          "column": 7
        },
        "end": {
          "line": 160,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5722,
      "end": 5723,
      "loc": {
        "start": {
          "line": 160,
          "column": 11
        },
        "end": {
          "line": 160,
          "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": 5723,
      "end": 5727,
      "loc": {
        "start": {
          "line": 160,
          "column": 12
        },
        "end": {
          "line": 160,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5727,
      "end": 5728,
      "loc": {
        "start": {
          "line": 160,
          "column": 16
        },
        "end": {
          "line": 160,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5728,
      "end": 5729,
      "loc": {
        "start": {
          "line": 160,
          "column": 17
        },
        "end": {
          "line": 160,
          "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": 5735,
      "end": 5741,
      "loc": {
        "start": {
          "line": 162,
          "column": 4
        },
        "end": {
          "line": 162,
          "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": 5742,
      "end": 5746,
      "loc": {
        "start": {
          "line": 162,
          "column": 11
        },
        "end": {
          "line": 162,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5746,
      "end": 5747,
      "loc": {
        "start": {
          "line": 162,
          "column": 15
        },
        "end": {
          "line": 162,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertQuery",
      "start": 5747,
      "end": 5758,
      "loc": {
        "start": {
          "line": 162,
          "column": 16
        },
        "end": {
          "line": 162,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5758,
      "end": 5759,
      "loc": {
        "start": {
          "line": 162,
          "column": 27
        },
        "end": {
          "line": 162,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5759,
      "end": 5768,
      "loc": {
        "start": {
          "line": 162,
          "column": 28
        },
        "end": {
          "line": 162,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5768,
      "end": 5769,
      "loc": {
        "start": {
          "line": 162,
          "column": 37
        },
        "end": {
          "line": 162,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertValues",
      "start": 5770,
      "end": 5782,
      "loc": {
        "start": {
          "line": 162,
          "column": 39
        },
        "end": {
          "line": 162,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5782,
      "end": 5783,
      "loc": {
        "start": {
          "line": 162,
          "column": 51
        },
        "end": {
          "line": 162,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 5784,
      "end": 5797,
      "loc": {
        "start": {
          "line": 162,
          "column": 53
        },
        "end": {
          "line": 162,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5797,
      "end": 5798,
      "loc": {
        "start": {
          "line": 162,
          "column": 66
        },
        "end": {
          "line": 162,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5799,
      "end": 5806,
      "loc": {
        "start": {
          "line": 162,
          "column": 68
        },
        "end": {
          "line": 162,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5806,
      "end": 5807,
      "loc": {
        "start": {
          "line": 162,
          "column": 75
        },
        "end": {
          "line": 162,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5807,
      "end": 5808,
      "loc": {
        "start": {
          "line": 162,
          "column": 76
        },
        "end": {
          "line": 162,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5811,
      "end": 5812,
      "loc": {
        "start": {
          "line": 163,
          "column": 2
        },
        "end": {
          "line": 163,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5812,
      "end": 5813,
      "loc": {
        "start": {
          "line": 163,
          "column": 3
        },
        "end": {
          "line": 163,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deleteQuery",
      "start": 5817,
      "end": 5828,
      "loc": {
        "start": {
          "line": 165,
          "column": 2
        },
        "end": {
          "line": 165,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5828,
      "end": 5829,
      "loc": {
        "start": {
          "line": 165,
          "column": 13
        },
        "end": {
          "line": 165,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5829,
      "end": 5838,
      "loc": {
        "start": {
          "line": 165,
          "column": 14
        },
        "end": {
          "line": 165,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5838,
      "end": 5839,
      "loc": {
        "start": {
          "line": 165,
          "column": 23
        },
        "end": {
          "line": 165,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 5840,
      "end": 5845,
      "loc": {
        "start": {
          "line": 165,
          "column": 25
        },
        "end": {
          "line": 165,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5845,
      "end": 5846,
      "loc": {
        "start": {
          "line": 165,
          "column": 30
        },
        "end": {
          "line": 165,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5847,
      "end": 5854,
      "loc": {
        "start": {
          "line": 165,
          "column": 32
        },
        "end": {
          "line": 165,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5854,
      "end": 5855,
      "loc": {
        "start": {
          "line": 165,
          "column": 39
        },
        "end": {
          "line": 165,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5856,
      "end": 5857,
      "loc": {
        "start": {
          "line": 165,
          "column": 41
        },
        "end": {
          "line": 165,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5862,
      "end": 5869,
      "loc": {
        "start": {
          "line": 166,
          "column": 4
        },
        "end": {
          "line": 166,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5870,
      "end": 5871,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "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": "options",
      "start": 5872,
      "end": 5879,
      "loc": {
        "start": {
          "line": 166,
          "column": 14
        },
        "end": {
          "line": 166,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5880,
      "end": 5882,
      "loc": {
        "start": {
          "line": 166,
          "column": 22
        },
        "end": {
          "line": 166,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5883,
      "end": 5884,
      "loc": {
        "start": {
          "line": 166,
          "column": 25
        },
        "end": {
          "line": 166,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5884,
      "end": 5885,
      "loc": {
        "start": {
          "line": 166,
          "column": 26
        },
        "end": {
          "line": 166,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5885,
      "end": 5886,
      "loc": {
        "start": {
          "line": 166,
          "column": 27
        },
        "end": {
          "line": 166,
          "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": 5892,
      "end": 5897,
      "loc": {
        "start": {
          "line": 168,
          "column": 4
        },
        "end": {
          "line": 168,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 5898,
      "end": 5903,
      "loc": {
        "start": {
          "line": 168,
          "column": 10
        },
        "end": {
          "line": 168,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5904,
      "end": 5905,
      "loc": {
        "start": {
          "line": 168,
          "column": 16
        },
        "end": {
          "line": 168,
          "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": 5906,
      "end": 5910,
      "loc": {
        "start": {
          "line": 168,
          "column": 18
        },
        "end": {
          "line": 168,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5910,
      "end": 5911,
      "loc": {
        "start": {
          "line": 168,
          "column": 22
        },
        "end": {
          "line": 168,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 5911,
      "end": 5921,
      "loc": {
        "start": {
          "line": 168,
          "column": 23
        },
        "end": {
          "line": 168,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5921,
      "end": 5922,
      "loc": {
        "start": {
          "line": 168,
          "column": 33
        },
        "end": {
          "line": 168,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5922,
      "end": 5931,
      "loc": {
        "start": {
          "line": 168,
          "column": 34
        },
        "end": {
          "line": 168,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5931,
      "end": 5932,
      "loc": {
        "start": {
          "line": 168,
          "column": 43
        },
        "end": {
          "line": 168,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5932,
      "end": 5933,
      "loc": {
        "start": {
          "line": 168,
          "column": 44
        },
        "end": {
          "line": 168,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5938,
      "end": 5940,
      "loc": {
        "start": {
          "line": 169,
          "column": 4
        },
        "end": {
          "line": 169,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5941,
      "end": 5942,
      "loc": {
        "start": {
          "line": 169,
          "column": 7
        },
        "end": {
          "line": 169,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5942,
      "end": 5949,
      "loc": {
        "start": {
          "line": 169,
          "column": 8
        },
        "end": {
          "line": 169,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5949,
      "end": 5950,
      "loc": {
        "start": {
          "line": 169,
          "column": 15
        },
        "end": {
          "line": 169,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "truncate",
      "start": 5950,
      "end": 5958,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5959,
      "end": 5962,
      "loc": {
        "start": {
          "line": 169,
          "column": 25
        },
        "end": {
          "line": 169,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5963,
      "end": 5967,
      "loc": {
        "start": {
          "line": 169,
          "column": 29
        },
        "end": {
          "line": 169,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5967,
      "end": 5968,
      "loc": {
        "start": {
          "line": 169,
          "column": 33
        },
        "end": {
          "line": 169,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5969,
      "end": 5970,
      "loc": {
        "start": {
          "line": 169,
          "column": 35
        },
        "end": {
          "line": 169,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Truncate does not allow LIMIT and WHERE",
      "start": 5977,
      "end": 6019,
      "loc": {
        "start": {
          "line": 170,
          "column": 6
        },
        "end": {
          "line": 170,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6026,
      "end": 6032,
      "loc": {
        "start": {
          "line": 171,
          "column": 6
        },
        "end": {
          "line": 171,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TRUNCATE ",
      "start": 6033,
      "end": 6044,
      "loc": {
        "start": {
          "line": 171,
          "column": 13
        },
        "end": {
          "line": 171,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6045,
      "end": 6046,
      "loc": {
        "start": {
          "line": 171,
          "column": 25
        },
        "end": {
          "line": 171,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 6047,
      "end": 6052,
      "loc": {
        "start": {
          "line": 171,
          "column": 27
        },
        "end": {
          "line": 171,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6052,
      "end": 6053,
      "loc": {
        "start": {
          "line": 171,
          "column": 32
        },
        "end": {
          "line": 171,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6058,
      "end": 6059,
      "loc": {
        "start": {
          "line": 172,
          "column": 4
        },
        "end": {
          "line": 172,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 6065,
      "end": 6070,
      "loc": {
        "start": {
          "line": 174,
          "column": 4
        },
        "end": {
          "line": 174,
          "column": 9
        }
      }
    },
    {
      "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": 174,
          "column": 10
        },
        "end": {
          "line": 174,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6073,
      "end": 6077,
      "loc": {
        "start": {
          "line": 174,
          "column": 12
        },
        "end": {
          "line": 174,
          "column": 16
        }
      }
    },
    {
      "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": 174,
          "column": 16
        },
        "end": {
          "line": 174,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getWhereConditions",
      "start": 6078,
      "end": 6096,
      "loc": {
        "start": {
          "line": 174,
          "column": 17
        },
        "end": {
          "line": 174,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6096,
      "end": 6097,
      "loc": {
        "start": {
          "line": 174,
          "column": 35
        },
        "end": {
          "line": 174,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 6097,
      "end": 6102,
      "loc": {
        "start": {
          "line": 174,
          "column": 36
        },
        "end": {
          "line": 174,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6102,
      "end": 6103,
      "loc": {
        "start": {
          "line": 174,
          "column": 41
        },
        "end": {
          "line": 174,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6103,
      "end": 6104,
      "loc": {
        "start": {
          "line": 174,
          "column": 42
        },
        "end": {
          "line": 174,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6109,
      "end": 6112,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 175,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 6113,
      "end": 6118,
      "loc": {
        "start": {
          "line": 175,
          "column": 8
        },
        "end": {
          "line": 175,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6119,
      "end": 6120,
      "loc": {
        "start": {
          "line": 175,
          "column": 14
        },
        "end": {
          "line": 175,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 6121,
      "end": 6123,
      "loc": {
        "start": {
          "line": 175,
          "column": 16
        },
        "end": {
          "line": 175,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6123,
      "end": 6124,
      "loc": {
        "start": {
          "line": 175,
          "column": 18
        },
        "end": {
          "line": 175,
          "column": 19
        }
      }
    },
    {
      "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": 6130,
      "end": 6132,
      "loc": {
        "start": {
          "line": 177,
          "column": 4
        },
        "end": {
          "line": 177,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6133,
      "end": 6134,
      "loc": {
        "start": {
          "line": 177,
          "column": 7
        },
        "end": {
          "line": 177,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 6134,
      "end": 6139,
      "loc": {
        "start": {
          "line": 177,
          "column": 8
        },
        "end": {
          "line": 177,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6139,
      "end": 6140,
      "loc": {
        "start": {
          "line": 177,
          "column": 13
        },
        "end": {
          "line": 177,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6140,
      "end": 6141,
      "loc": {
        "start": {
          "line": 177,
          "column": 14
        },
        "end": {
          "line": 177,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6141,
      "end": 6142,
      "loc": {
        "start": {
          "line": 177,
          "column": 15
        },
        "end": {
          "line": 177,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 6142,
      "end": 6153,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "column": 27
        }
      }
    },
    {
      "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": 177,
          "column": 27
        },
        "end": {
          "line": 177,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6154,
      "end": 6161,
      "loc": {
        "start": {
          "line": 177,
          "column": 28
        },
        "end": {
          "line": 177,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6161,
      "end": 6162,
      "loc": {
        "start": {
          "line": 177,
          "column": 35
        },
        "end": {
          "line": 177,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 6162,
      "end": 6167,
      "loc": {
        "start": {
          "line": 177,
          "column": 36
        },
        "end": {
          "line": 177,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6167,
      "end": 6168,
      "loc": {
        "start": {
          "line": 177,
          "column": 41
        },
        "end": {
          "line": 177,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6168,
      "end": 6169,
      "loc": {
        "start": {
          "line": 177,
          "column": 42
        },
        "end": {
          "line": 177,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6170,
      "end": 6171,
      "loc": {
        "start": {
          "line": 177,
          "column": 44
        },
        "end": {
          "line": 177,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6178,
      "end": 6185,
      "loc": {
        "start": {
          "line": 178,
          "column": 6
        },
        "end": {
          "line": 178,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6185,
      "end": 6186,
      "loc": {
        "start": {
          "line": 178,
          "column": 13
        },
        "end": {
          "line": 178,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 6186,
      "end": 6191,
      "loc": {
        "start": {
          "line": 178,
          "column": 14
        },
        "end": {
          "line": 178,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6192,
      "end": 6193,
      "loc": {
        "start": {
          "line": 178,
          "column": 20
        },
        "end": {
          "line": 178,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6194,
      "end": 6195,
      "loc": {
        "start": {
          "line": 178,
          "column": 22
        },
        "end": {
          "line": 178,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6195,
      "end": 6196,
      "loc": {
        "start": {
          "line": 178,
          "column": 23
        },
        "end": {
          "line": 178,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6201,
      "end": 6202,
      "loc": {
        "start": {
          "line": 179,
          "column": 4
        },
        "end": {
          "line": 179,
          "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": 6208,
      "end": 6210,
      "loc": {
        "start": {
          "line": 181,
          "column": 4
        },
        "end": {
          "line": 181,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6211,
      "end": 6212,
      "loc": {
        "start": {
          "line": 181,
          "column": 7
        },
        "end": {
          "line": 181,
          "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": 6212,
      "end": 6213,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "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": 6213,
      "end": 6214,
      "loc": {
        "start": {
          "line": 181,
          "column": 9
        },
        "end": {
          "line": 181,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6214,
      "end": 6221,
      "loc": {
        "start": {
          "line": 181,
          "column": 10
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6221,
      "end": 6222,
      "loc": {
        "start": {
          "line": 181,
          "column": 17
        },
        "end": {
          "line": 181,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 6222,
      "end": 6227,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 23
        }
      }
    },
    {
      "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": 181,
          "column": 23
        },
        "end": {
          "line": 181,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6229,
      "end": 6230,
      "loc": {
        "start": {
          "line": 181,
          "column": 25
        },
        "end": {
          "line": 181,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 6237,
      "end": 6242,
      "loc": {
        "start": {
          "line": 182,
          "column": 6
        },
        "end": {
          "line": 182,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6243,
      "end": 6244,
      "loc": {
        "start": {
          "line": 182,
          "column": 12
        },
        "end": {
          "line": 182,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " LIMIT ",
      "start": 6245,
      "end": 6254,
      "loc": {
        "start": {
          "line": 182,
          "column": 14
        },
        "end": {
          "line": 182,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6255,
      "end": 6256,
      "loc": {
        "start": {
          "line": 182,
          "column": 24
        },
        "end": {
          "line": 182,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6257,
      "end": 6261,
      "loc": {
        "start": {
          "line": 182,
          "column": 26
        },
        "end": {
          "line": 182,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6261,
      "end": 6262,
      "loc": {
        "start": {
          "line": 182,
          "column": 30
        },
        "end": {
          "line": 182,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 6262,
      "end": 6268,
      "loc": {
        "start": {
          "line": 182,
          "column": 31
        },
        "end": {
          "line": 182,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6268,
      "end": 6269,
      "loc": {
        "start": {
          "line": 182,
          "column": 37
        },
        "end": {
          "line": 182,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6269,
      "end": 6276,
      "loc": {
        "start": {
          "line": 182,
          "column": 38
        },
        "end": {
          "line": 182,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6276,
      "end": 6277,
      "loc": {
        "start": {
          "line": 182,
          "column": 45
        },
        "end": {
          "line": 182,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 6277,
      "end": 6282,
      "loc": {
        "start": {
          "line": 182,
          "column": 46
        },
        "end": {
          "line": 182,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6282,
      "end": 6283,
      "loc": {
        "start": {
          "line": 182,
          "column": 51
        },
        "end": {
          "line": 182,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6283,
      "end": 6284,
      "loc": {
        "start": {
          "line": 182,
          "column": 52
        },
        "end": {
          "line": 182,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6289,
      "end": 6290,
      "loc": {
        "start": {
          "line": 183,
          "column": 4
        },
        "end": {
          "line": 183,
          "column": 5
        }
      }
    },
    {
      "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": 6296,
      "end": 6299,
      "loc": {
        "start": {
          "line": 185,
          "column": 4
        },
        "end": {
          "line": 185,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6300,
      "end": 6305,
      "loc": {
        "start": {
          "line": 185,
          "column": 8
        },
        "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": 6306,
      "end": 6307,
      "loc": {
        "start": {
          "line": 185,
          "column": 14
        },
        "end": {
          "line": 185,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DELETE FROM ",
      "start": 6308,
      "end": 6322,
      "loc": {
        "start": {
          "line": 185,
          "column": 16
        },
        "end": {
          "line": 185,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6323,
      "end": 6324,
      "loc": {
        "start": {
          "line": 185,
          "column": 31
        },
        "end": {
          "line": 185,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 6325,
      "end": 6330,
      "loc": {
        "start": {
          "line": 185,
          "column": 33
        },
        "end": {
          "line": 185,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6330,
      "end": 6331,
      "loc": {
        "start": {
          "line": 185,
          "column": 38
        },
        "end": {
          "line": 185,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6336,
      "end": 6338,
      "loc": {
        "start": {
          "line": 186,
          "column": 4
        },
        "end": {
          "line": 186,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6339,
      "end": 6340,
      "loc": {
        "start": {
          "line": 186,
          "column": 7
        },
        "end": {
          "line": 186,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 6340,
      "end": 6345,
      "loc": {
        "start": {
          "line": 186,
          "column": 8
        },
        "end": {
          "line": 186,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6345,
      "end": 6346,
      "loc": {
        "start": {
          "line": 186,
          "column": 13
        },
        "end": {
          "line": 186,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6347,
      "end": 6352,
      "loc": {
        "start": {
          "line": 186,
          "column": 15
        },
        "end": {
          "line": 186,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 6353,
      "end": 6355,
      "loc": {
        "start": {
          "line": 186,
          "column": 21
        },
        "end": {
          "line": 186,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WHERE ",
      "start": 6356,
      "end": 6365,
      "loc": {
        "start": {
          "line": 186,
          "column": 24
        },
        "end": {
          "line": 186,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6366,
      "end": 6367,
      "loc": {
        "start": {
          "line": 186,
          "column": 34
        },
        "end": {
          "line": 186,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 6368,
      "end": 6373,
      "loc": {
        "start": {
          "line": 186,
          "column": 36
        },
        "end": {
          "line": 186,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6373,
      "end": 6374,
      "loc": {
        "start": {
          "line": 186,
          "column": 41
        },
        "end": {
          "line": 186,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6379,
      "end": 6384,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 187,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 6385,
      "end": 6387,
      "loc": {
        "start": {
          "line": 187,
          "column": 10
        },
        "end": {
          "line": 187,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 6388,
      "end": 6393,
      "loc": {
        "start": {
          "line": 187,
          "column": 13
        },
        "end": {
          "line": 187,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6393,
      "end": 6394,
      "loc": {
        "start": {
          "line": 187,
          "column": 18
        },
        "end": {
          "line": 187,
          "column": 19
        }
      }
    },
    {
      "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": 6400,
      "end": 6406,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6407,
      "end": 6412,
      "loc": {
        "start": {
          "line": 189,
          "column": 11
        },
        "end": {
          "line": 189,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6412,
      "end": 6413,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6416,
      "end": 6417,
      "loc": {
        "start": {
          "line": 190,
          "column": 2
        },
        "end": {
          "line": 190,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6417,
      "end": 6418,
      "loc": {
        "start": {
          "line": 190,
          "column": 3
        },
        "end": {
          "line": 190,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showIndexesQuery",
      "start": 6422,
      "end": 6438,
      "loc": {
        "start": {
          "line": 192,
          "column": 2
        },
        "end": {
          "line": 192,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6438,
      "end": 6439,
      "loc": {
        "start": {
          "line": 192,
          "column": 18
        },
        "end": {
          "line": 192,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6439,
      "end": 6448,
      "loc": {
        "start": {
          "line": 192,
          "column": 19
        },
        "end": {
          "line": 192,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6448,
      "end": 6449,
      "loc": {
        "start": {
          "line": 192,
          "column": 28
        },
        "end": {
          "line": 192,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6450,
      "end": 6457,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6457,
      "end": 6458,
      "loc": {
        "start": {
          "line": 192,
          "column": 37
        },
        "end": {
          "line": 192,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6459,
      "end": 6460,
      "loc": {
        "start": {
          "line": 192,
          "column": 39
        },
        "end": {
          "line": 192,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6465,
      "end": 6471,
      "loc": {
        "start": {
          "line": 193,
          "column": 4
        },
        "end": {
          "line": 193,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SHOW INDEX FROM ",
      "start": 6472,
      "end": 6490,
      "loc": {
        "start": {
          "line": 193,
          "column": 11
        },
        "end": {
          "line": 193,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6491,
      "end": 6492,
      "loc": {
        "start": {
          "line": 193,
          "column": 30
        },
        "end": {
          "line": 193,
          "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": 6493,
      "end": 6497,
      "loc": {
        "start": {
          "line": 193,
          "column": 32
        },
        "end": {
          "line": 193,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6497,
      "end": 6498,
      "loc": {
        "start": {
          "line": 193,
          "column": 36
        },
        "end": {
          "line": 193,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 6498,
      "end": 6508,
      "loc": {
        "start": {
          "line": 193,
          "column": 37
        },
        "end": {
          "line": 193,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6508,
      "end": 6509,
      "loc": {
        "start": {
          "line": 193,
          "column": 47
        },
        "end": {
          "line": 193,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6509,
      "end": 6518,
      "loc": {
        "start": {
          "line": 193,
          "column": 48
        },
        "end": {
          "line": 193,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6518,
      "end": 6519,
      "loc": {
        "start": {
          "line": 193,
          "column": 57
        },
        "end": {
          "line": 193,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6520,
      "end": 6521,
      "loc": {
        "start": {
          "line": 193,
          "column": 59
        },
        "end": {
          "line": 193,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6522,
      "end": 6523,
      "loc": {
        "start": {
          "line": 193,
          "column": 61
        },
        "end": {
          "line": 193,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6523,
      "end": 6524,
      "loc": {
        "start": {
          "line": 193,
          "column": 62
        },
        "end": {
          "line": 193,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6524,
      "end": 6531,
      "loc": {
        "start": {
          "line": 193,
          "column": 63
        },
        "end": {
          "line": 193,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6532,
      "end": 6534,
      "loc": {
        "start": {
          "line": 193,
          "column": 71
        },
        "end": {
          "line": 193,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6535,
      "end": 6536,
      "loc": {
        "start": {
          "line": 193,
          "column": 74
        },
        "end": {
          "line": 193,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6536,
      "end": 6537,
      "loc": {
        "start": {
          "line": 193,
          "column": 75
        },
        "end": {
          "line": 193,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6537,
      "end": 6538,
      "loc": {
        "start": {
          "line": 193,
          "column": 76
        },
        "end": {
          "line": 193,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6538,
      "end": 6539,
      "loc": {
        "start": {
          "line": 193,
          "column": 77
        },
        "end": {
          "line": 193,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "database",
      "start": 6539,
      "end": 6547,
      "loc": {
        "start": {
          "line": 193,
          "column": 78
        },
        "end": {
          "line": 193,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6548,
      "end": 6549,
      "loc": {
        "start": {
          "line": 193,
          "column": 87
        },
        "end": {
          "line": 193,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM `",
      "start": 6550,
      "end": 6559,
      "loc": {
        "start": {
          "line": 193,
          "column": 89
        },
        "end": {
          "line": 193,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6560,
      "end": 6561,
      "loc": {
        "start": {
          "line": 193,
          "column": 99
        },
        "end": {
          "line": 193,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6562,
      "end": 6569,
      "loc": {
        "start": {
          "line": 193,
          "column": 101
        },
        "end": {
          "line": 193,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6569,
      "end": 6570,
      "loc": {
        "start": {
          "line": 193,
          "column": 108
        },
        "end": {
          "line": 193,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "database",
      "start": 6570,
      "end": 6578,
      "loc": {
        "start": {
          "line": 193,
          "column": 109
        },
        "end": {
          "line": 193,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6579,
      "end": 6580,
      "loc": {
        "start": {
          "line": 193,
          "column": 118
        },
        "end": {
          "line": 193,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "`",
      "start": 6581,
      "end": 6584,
      "loc": {
        "start": {
          "line": 193,
          "column": 120
        },
        "end": {
          "line": 193,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6585,
      "end": 6586,
      "loc": {
        "start": {
          "line": 193,
          "column": 124
        },
        "end": {
          "line": 193,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 6587,
      "end": 6589,
      "loc": {
        "start": {
          "line": 193,
          "column": 126
        },
        "end": {
          "line": 193,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6589,
      "end": 6590,
      "loc": {
        "start": {
          "line": 193,
          "column": 128
        },
        "end": {
          "line": 193,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6590,
      "end": 6591,
      "loc": {
        "start": {
          "line": 193,
          "column": 129
        },
        "end": {
          "line": 193,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6594,
      "end": 6595,
      "loc": {
        "start": {
          "line": 194,
          "column": 2
        },
        "end": {
          "line": 194,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6595,
      "end": 6596,
      "loc": {
        "start": {
          "line": 194,
          "column": 3
        },
        "end": {
          "line": 194,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeIndexQuery",
      "start": 6600,
      "end": 6616,
      "loc": {
        "start": {
          "line": 196,
          "column": 2
        },
        "end": {
          "line": 196,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6616,
      "end": 6617,
      "loc": {
        "start": {
          "line": 196,
          "column": 18
        },
        "end": {
          "line": 196,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6617,
      "end": 6626,
      "loc": {
        "start": {
          "line": 196,
          "column": 19
        },
        "end": {
          "line": 196,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6626,
      "end": 6627,
      "loc": {
        "start": {
          "line": 196,
          "column": 28
        },
        "end": {
          "line": 196,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 6628,
      "end": 6649,
      "loc": {
        "start": {
          "line": 196,
          "column": 30
        },
        "end": {
          "line": 196,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6649,
      "end": 6650,
      "loc": {
        "start": {
          "line": 196,
          "column": 51
        },
        "end": {
          "line": 196,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6651,
      "end": 6652,
      "loc": {
        "start": {
          "line": 196,
          "column": 53
        },
        "end": {
          "line": 196,
          "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": 6657,
      "end": 6660,
      "loc": {
        "start": {
          "line": 197,
          "column": 4
        },
        "end": {
          "line": 197,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 6661,
      "end": 6670,
      "loc": {
        "start": {
          "line": 197,
          "column": 8
        },
        "end": {
          "line": 197,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6671,
      "end": 6672,
      "loc": {
        "start": {
          "line": 197,
          "column": 18
        },
        "end": {
          "line": 197,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 6673,
      "end": 6694,
      "loc": {
        "start": {
          "line": 197,
          "column": 20
        },
        "end": {
          "line": 197,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6694,
      "end": 6695,
      "loc": {
        "start": {
          "line": 197,
          "column": 41
        },
        "end": {
          "line": 197,
          "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": 6701,
      "end": 6703,
      "loc": {
        "start": {
          "line": 199,
          "column": 4
        },
        "end": {
          "line": 199,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6704,
      "end": 6705,
      "loc": {
        "start": {
          "line": 199,
          "column": 7
        },
        "end": {
          "line": 199,
          "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": 6705,
      "end": 6711,
      "loc": {
        "start": {
          "line": 199,
          "column": 8
        },
        "end": {
          "line": 199,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 6712,
      "end": 6721,
      "loc": {
        "start": {
          "line": 199,
          "column": 15
        },
        "end": {
          "line": 199,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 6722,
      "end": 6725,
      "loc": {
        "start": {
          "line": 199,
          "column": 25
        },
        "end": {
          "line": 199,
          "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": 6726,
      "end": 6734,
      "loc": {
        "start": {
          "line": 199,
          "column": 29
        },
        "end": {
          "line": 199,
          "column": 37
        }
      }
    },
    {
      "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": 199,
          "column": 37
        },
        "end": {
          "line": 199,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6736,
      "end": 6737,
      "loc": {
        "start": {
          "line": 199,
          "column": 39
        },
        "end": {
          "line": 199,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 6744,
      "end": 6753,
      "loc": {
        "start": {
          "line": 200,
          "column": 6
        },
        "end": {
          "line": 200,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6754,
      "end": 6755,
      "loc": {
        "start": {
          "line": 200,
          "column": 16
        },
        "end": {
          "line": 200,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 6756,
      "end": 6761,
      "loc": {
        "start": {
          "line": 200,
          "column": 18
        },
        "end": {
          "line": 200,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6761,
      "end": 6762,
      "loc": {
        "start": {
          "line": 200,
          "column": 23
        },
        "end": {
          "line": 200,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscore",
      "start": 6762,
      "end": 6772,
      "loc": {
        "start": {
          "line": 200,
          "column": 24
        },
        "end": {
          "line": 200,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6772,
      "end": 6773,
      "loc": {
        "start": {
          "line": 200,
          "column": 34
        },
        "end": {
          "line": 200,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6773,
      "end": 6782,
      "loc": {
        "start": {
          "line": 200,
          "column": 35
        },
        "end": {
          "line": 200,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6783,
      "end": 6784,
      "loc": {
        "start": {
          "line": 200,
          "column": 45
        },
        "end": {
          "line": 200,
          "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": 6785,
      "end": 6788,
      "loc": {
        "start": {
          "line": 200,
          "column": 47
        },
        "end": {
          "line": 200,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6789,
      "end": 6790,
      "loc": {
        "start": {
          "line": 200,
          "column": 51
        },
        "end": {
          "line": 200,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 6791,
      "end": 6812,
      "loc": {
        "start": {
          "line": 200,
          "column": 53
        },
        "end": {
          "line": 200,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6812,
      "end": 6813,
      "loc": {
        "start": {
          "line": 200,
          "column": 74
        },
        "end": {
          "line": 200,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 6813,
      "end": 6817,
      "loc": {
        "start": {
          "line": 200,
          "column": 75
        },
        "end": {
          "line": 200,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6817,
      "end": 6818,
      "loc": {
        "start": {
          "line": 200,
          "column": 79
        },
        "end": {
          "line": 200,
          "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": 6818,
      "end": 6821,
      "loc": {
        "start": {
          "line": 200,
          "column": 80
        },
        "end": {
          "line": 200,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6821,
      "end": 6822,
      "loc": {
        "start": {
          "line": 200,
          "column": 83
        },
        "end": {
          "line": 200,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6822,
      "end": 6823,
      "loc": {
        "start": {
          "line": 200,
          "column": 84
        },
        "end": {
          "line": 200,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6823,
      "end": 6824,
      "loc": {
        "start": {
          "line": 200,
          "column": 85
        },
        "end": {
          "line": 200,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6829,
      "end": 6830,
      "loc": {
        "start": {
          "line": 201,
          "column": 4
        },
        "end": {
          "line": 201,
          "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": 6836,
      "end": 6842,
      "loc": {
        "start": {
          "line": 203,
          "column": 4
        },
        "end": {
          "line": 203,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6843,
      "end": 6844,
      "loc": {
        "start": {
          "line": 203,
          "column": 11
        },
        "end": {
          "line": 203,
          "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 ",
      "start": 6844,
      "end": 6855,
      "loc": {
        "start": {
          "line": 203,
          "column": 12
        },
        "end": {
          "line": 203,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6855,
      "end": 6857,
      "loc": {
        "start": {
          "line": 203,
          "column": 23
        },
        "end": {
          "line": 203,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6857,
      "end": 6861,
      "loc": {
        "start": {
          "line": 203,
          "column": 25
        },
        "end": {
          "line": 203,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6861,
      "end": 6862,
      "loc": {
        "start": {
          "line": 203,
          "column": 29
        },
        "end": {
          "line": 203,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 6862,
      "end": 6877,
      "loc": {
        "start": {
          "line": 203,
          "column": 30
        },
        "end": {
          "line": 203,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6877,
      "end": 6878,
      "loc": {
        "start": {
          "line": 203,
          "column": 45
        },
        "end": {
          "line": 203,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexName",
      "start": 6878,
      "end": 6887,
      "loc": {
        "start": {
          "line": 203,
          "column": 46
        },
        "end": {
          "line": 203,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6887,
      "end": 6888,
      "loc": {
        "start": {
          "line": 203,
          "column": 55
        },
        "end": {
          "line": 203,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6888,
      "end": 6889,
      "loc": {
        "start": {
          "line": 203,
          "column": 56
        },
        "end": {
          "line": 203,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ON ",
      "start": 6889,
      "end": 6893,
      "loc": {
        "start": {
          "line": 203,
          "column": 57
        },
        "end": {
          "line": 203,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6893,
      "end": 6895,
      "loc": {
        "start": {
          "line": 203,
          "column": 61
        },
        "end": {
          "line": 203,
          "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": 6895,
      "end": 6899,
      "loc": {
        "start": {
          "line": 203,
          "column": 63
        },
        "end": {
          "line": 203,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6899,
      "end": 6900,
      "loc": {
        "start": {
          "line": 203,
          "column": 67
        },
        "end": {
          "line": 203,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 6900,
      "end": 6910,
      "loc": {
        "start": {
          "line": 203,
          "column": 68
        },
        "end": {
          "line": 203,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6910,
      "end": 6911,
      "loc": {
        "start": {
          "line": 203,
          "column": 78
        },
        "end": {
          "line": 203,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6911,
      "end": 6920,
      "loc": {
        "start": {
          "line": 203,
          "column": 79
        },
        "end": {
          "line": 203,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6920,
      "end": 6921,
      "loc": {
        "start": {
          "line": 203,
          "column": 88
        },
        "end": {
          "line": 203,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6921,
      "end": 6922,
      "loc": {
        "start": {
          "line": 203,
          "column": 89
        },
        "end": {
          "line": 203,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 6922,
      "end": 6922,
      "loc": {
        "start": {
          "line": 203,
          "column": 90
        },
        "end": {
          "line": 203,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6922,
      "end": 6923,
      "loc": {
        "start": {
          "line": 203,
          "column": 90
        },
        "end": {
          "line": 203,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6923,
      "end": 6924,
      "loc": {
        "start": {
          "line": 203,
          "column": 91
        },
        "end": {
          "line": 203,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6927,
      "end": 6928,
      "loc": {
        "start": {
          "line": 204,
          "column": 2
        },
        "end": {
          "line": 204,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6928,
      "end": 6929,
      "loc": {
        "start": {
          "line": 204,
          "column": 3
        },
        "end": {
          "line": 204,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeToSQL",
      "start": 6933,
      "end": 6947,
      "loc": {
        "start": {
          "line": 206,
          "column": 2
        },
        "end": {
          "line": 206,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6947,
      "end": 6948,
      "loc": {
        "start": {
          "line": 206,
          "column": 16
        },
        "end": {
          "line": 206,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6948,
      "end": 6957,
      "loc": {
        "start": {
          "line": 206,
          "column": 17
        },
        "end": {
          "line": 206,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6957,
      "end": 6958,
      "loc": {
        "start": {
          "line": 206,
          "column": 26
        },
        "end": {
          "line": 206,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6959,
      "end": 6966,
      "loc": {
        "start": {
          "line": 206,
          "column": 28
        },
        "end": {
          "line": 206,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6966,
      "end": 6967,
      "loc": {
        "start": {
          "line": 206,
          "column": 35
        },
        "end": {
          "line": 206,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6968,
      "end": 6969,
      "loc": {
        "start": {
          "line": 206,
          "column": 37
        },
        "end": {
          "line": 206,
          "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": 6974,
      "end": 6976,
      "loc": {
        "start": {
          "line": 207,
          "column": 4
        },
        "end": {
          "line": 207,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6977,
      "end": 6978,
      "loc": {
        "start": {
          "line": 207,
          "column": 7
        },
        "end": {
          "line": 207,
          "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": 6978,
      "end": 6979,
      "loc": {
        "start": {
          "line": 207,
          "column": 8
        },
        "end": {
          "line": 207,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 6979,
      "end": 6984,
      "loc": {
        "start": {
          "line": 207,
          "column": 9
        },
        "end": {
          "line": 207,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6984,
      "end": 6985,
      "loc": {
        "start": {
          "line": 207,
          "column": 14
        },
        "end": {
          "line": 207,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6985,
      "end": 6986,
      "loc": {
        "start": {
          "line": 207,
          "column": 15
        },
        "end": {
          "line": 207,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6986,
      "end": 6987,
      "loc": {
        "start": {
          "line": 207,
          "column": 16
        },
        "end": {
          "line": 207,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 6987,
      "end": 7000,
      "loc": {
        "start": {
          "line": 207,
          "column": 17
        },
        "end": {
          "line": 207,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7000,
      "end": 7001,
      "loc": {
        "start": {
          "line": 207,
          "column": 30
        },
        "end": {
          "line": 207,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7001,
      "end": 7010,
      "loc": {
        "start": {
          "line": 207,
          "column": 31
        },
        "end": {
          "line": 207,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7010,
      "end": 7011,
      "loc": {
        "start": {
          "line": 207,
          "column": 40
        },
        "end": {
          "line": 207,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7011,
      "end": 7012,
      "loc": {
        "start": {
          "line": 207,
          "column": 41
        },
        "end": {
          "line": 207,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7013,
      "end": 7014,
      "loc": {
        "start": {
          "line": 207,
          "column": 43
        },
        "end": {
          "line": 207,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7021,
      "end": 7030,
      "loc": {
        "start": {
          "line": 208,
          "column": 6
        },
        "end": {
          "line": 208,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7031,
      "end": 7032,
      "loc": {
        "start": {
          "line": 208,
          "column": 16
        },
        "end": {
          "line": 208,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7033,
      "end": 7034,
      "loc": {
        "start": {
          "line": 208,
          "column": 18
        },
        "end": {
          "line": 208,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7043,
      "end": 7047,
      "loc": {
        "start": {
          "line": 209,
          "column": 8
        },
        "end": {
          "line": 209,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7047,
      "end": 7048,
      "loc": {
        "start": {
          "line": 209,
          "column": 12
        },
        "end": {
          "line": 209,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7049,
      "end": 7058,
      "loc": {
        "start": {
          "line": 209,
          "column": 14
        },
        "end": {
          "line": 209,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7065,
      "end": 7066,
      "loc": {
        "start": {
          "line": 210,
          "column": 6
        },
        "end": {
          "line": 210,
          "column": 7
        }
      }
    },
    {
      "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": 210,
          "column": 7
        },
        "end": {
          "line": 210,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7072,
      "end": 7073,
      "loc": {
        "start": {
          "line": 211,
          "column": 4
        },
        "end": {
          "line": 211,
          "column": 5
        }
      }
    },
    {
      "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": 7079,
      "end": 7082,
      "loc": {
        "start": {
          "line": 213,
          "column": 4
        },
        "end": {
          "line": 213,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7083,
      "end": 7091,
      "loc": {
        "start": {
          "line": 213,
          "column": 8
        },
        "end": {
          "line": 213,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7092,
      "end": 7093,
      "loc": {
        "start": {
          "line": 213,
          "column": 17
        },
        "end": {
          "line": 213,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7094,
      "end": 7103,
      "loc": {
        "start": {
          "line": 213,
          "column": 19
        },
        "end": {
          "line": 213,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7103,
      "end": 7104,
      "loc": {
        "start": {
          "line": 213,
          "column": 28
        },
        "end": {
          "line": 213,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7104,
      "end": 7108,
      "loc": {
        "start": {
          "line": 213,
          "column": 29
        },
        "end": {
          "line": 213,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7108,
      "end": 7109,
      "loc": {
        "start": {
          "line": 213,
          "column": 33
        },
        "end": {
          "line": 213,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 7109,
      "end": 7117,
      "loc": {
        "start": {
          "line": 213,
          "column": 34
        },
        "end": {
          "line": 213,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7117,
      "end": 7118,
      "loc": {
        "start": {
          "line": 213,
          "column": 42
        },
        "end": {
          "line": 213,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7118,
      "end": 7119,
      "loc": {
        "start": {
          "line": 213,
          "column": 43
        },
        "end": {
          "line": 213,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 7120,
      "end": 7126,
      "loc": {
        "start": {
          "line": 213,
          "column": 45
        },
        "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": 7126,
      "end": 7127,
      "loc": {
        "start": {
          "line": 213,
          "column": 51
        },
        "end": {
          "line": 213,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7128,
      "end": 7132,
      "loc": {
        "start": {
          "line": 213,
          "column": 53
        },
        "end": {
          "line": 213,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7132,
      "end": 7133,
      "loc": {
        "start": {
          "line": 213,
          "column": 57
        },
        "end": {
          "line": 213,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 7133,
      "end": 7139,
      "loc": {
        "start": {
          "line": 213,
          "column": 58
        },
        "end": {
          "line": 213,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7139,
      "end": 7140,
      "loc": {
        "start": {
          "line": 213,
          "column": 64
        },
        "end": {
          "line": 213,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 7140,
      "end": 7144,
      "loc": {
        "start": {
          "line": 213,
          "column": 65
        },
        "end": {
          "line": 213,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7144,
      "end": 7145,
      "loc": {
        "start": {
          "line": 213,
          "column": 69
        },
        "end": {
          "line": 213,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7145,
      "end": 7149,
      "loc": {
        "start": {
          "line": 213,
          "column": 70
        },
        "end": {
          "line": 213,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7149,
      "end": 7150,
      "loc": {
        "start": {
          "line": 213,
          "column": 74
        },
        "end": {
          "line": 213,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7151,
      "end": 7152,
      "loc": {
        "start": {
          "line": 213,
          "column": 76
        },
        "end": {
          "line": 213,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7152,
      "end": 7153,
      "loc": {
        "start": {
          "line": 213,
          "column": 77
        },
        "end": {
          "line": 213,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7153,
      "end": 7154,
      "loc": {
        "start": {
          "line": 213,
          "column": 78
        },
        "end": {
          "line": 213,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7160,
      "end": 7162,
      "loc": {
        "start": {
          "line": 215,
          "column": 4
        },
        "end": {
          "line": 215,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7163,
      "end": 7164,
      "loc": {
        "start": {
          "line": 215,
          "column": 7
        },
        "end": {
          "line": 215,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7164,
      "end": 7173,
      "loc": {
        "start": {
          "line": 215,
          "column": 8
        },
        "end": {
          "line": 215,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7173,
      "end": 7174,
      "loc": {
        "start": {
          "line": 215,
          "column": 17
        },
        "end": {
          "line": 215,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 7174,
      "end": 7183,
      "loc": {
        "start": {
          "line": 215,
          "column": 18
        },
        "end": {
          "line": 215,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7184,
      "end": 7187,
      "loc": {
        "start": {
          "line": 215,
          "column": 28
        },
        "end": {
          "line": 215,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7188,
      "end": 7193,
      "loc": {
        "start": {
          "line": 215,
          "column": 32
        },
        "end": {
          "line": 215,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7193,
      "end": 7194,
      "loc": {
        "start": {
          "line": 215,
          "column": 37
        },
        "end": {
          "line": 215,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7195,
      "end": 7196,
      "loc": {
        "start": {
          "line": 215,
          "column": 39
        },
        "end": {
          "line": 215,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7203,
      "end": 7211,
      "loc": {
        "start": {
          "line": 216,
          "column": 6
        },
        "end": {
          "line": 216,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7212,
      "end": 7214,
      "loc": {
        "start": {
          "line": 216,
          "column": 15
        },
        "end": {
          "line": 216,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " NOT NULL",
      "start": 7215,
      "end": 7226,
      "loc": {
        "start": {
          "line": 216,
          "column": 18
        },
        "end": {
          "line": 216,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "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": 29
        },
        "end": {
          "line": 216,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7232,
      "end": 7233,
      "loc": {
        "start": {
          "line": 217,
          "column": 4
        },
        "end": {
          "line": 217,
          "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": 7239,
      "end": 7241,
      "loc": {
        "start": {
          "line": 219,
          "column": 4
        },
        "end": {
          "line": 219,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7242,
      "end": 7243,
      "loc": {
        "start": {
          "line": 219,
          "column": 7
        },
        "end": {
          "line": 219,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7243,
      "end": 7252,
      "loc": {
        "start": {
          "line": 219,
          "column": 8
        },
        "end": {
          "line": 219,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7252,
      "end": 7253,
      "loc": {
        "start": {
          "line": 219,
          "column": 17
        },
        "end": {
          "line": 219,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 7253,
      "end": 7266,
      "loc": {
        "start": {
          "line": 219,
          "column": 18
        },
        "end": {
          "line": 219,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7266,
      "end": 7267,
      "loc": {
        "start": {
          "line": 219,
          "column": 31
        },
        "end": {
          "line": 219,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7268,
      "end": 7269,
      "loc": {
        "start": {
          "line": 219,
          "column": 33
        },
        "end": {
          "line": 219,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7276,
      "end": 7284,
      "loc": {
        "start": {
          "line": 220,
          "column": 6
        },
        "end": {
          "line": 220,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7285,
      "end": 7287,
      "loc": {
        "start": {
          "line": 220,
          "column": 15
        },
        "end": {
          "line": 220,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " auto_increment",
      "start": 7288,
      "end": 7305,
      "loc": {
        "start": {
          "line": 220,
          "column": 18
        },
        "end": {
          "line": 220,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7305,
      "end": 7306,
      "loc": {
        "start": {
          "line": 220,
          "column": 35
        },
        "end": {
          "line": 220,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7311,
      "end": 7312,
      "loc": {
        "start": {
          "line": 221,
          "column": 4
        },
        "end": {
          "line": 221,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Blobs/texts cannot have a defaultValue",
      "start": 7318,
      "end": 7359,
      "loc": {
        "start": {
          "line": 223,
          "column": 4
        },
        "end": {
          "line": 223,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7364,
      "end": 7366,
      "loc": {
        "start": {
          "line": 224,
          "column": 4
        },
        "end": {
          "line": 224,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7367,
      "end": 7368,
      "loc": {
        "start": {
          "line": 224,
          "column": 7
        },
        "end": {
          "line": 224,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7368,
      "end": 7377,
      "loc": {
        "start": {
          "line": 224,
          "column": 8
        },
        "end": {
          "line": 224,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7377,
      "end": 7378,
      "loc": {
        "start": {
          "line": 224,
          "column": 17
        },
        "end": {
          "line": 224,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7378,
      "end": 7382,
      "loc": {
        "start": {
          "line": 224,
          "column": 18
        },
        "end": {
          "line": 224,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 7383,
      "end": 7386,
      "loc": {
        "start": {
          "line": 224,
          "column": 23
        },
        "end": {
          "line": 224,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TEXT",
      "start": 7387,
      "end": 7393,
      "loc": {
        "start": {
          "line": 224,
          "column": 27
        },
        "end": {
          "line": 224,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7394,
      "end": 7396,
      "loc": {
        "start": {
          "line": 224,
          "column": 34
        },
        "end": {
          "line": 224,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7397,
      "end": 7406,
      "loc": {
        "start": {
          "line": 224,
          "column": 37
        },
        "end": {
          "line": 224,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7406,
      "end": 7407,
      "loc": {
        "start": {
          "line": 224,
          "column": 46
        },
        "end": {
          "line": 224,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7407,
      "end": 7411,
      "loc": {
        "start": {
          "line": 224,
          "column": 47
        },
        "end": {
          "line": 224,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7411,
      "end": 7412,
      "loc": {
        "start": {
          "line": 224,
          "column": 51
        },
        "end": {
          "line": 224,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_binary",
      "start": 7412,
      "end": 7419,
      "loc": {
        "start": {
          "line": 224,
          "column": 52
        },
        "end": {
          "line": 224,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 7420,
      "end": 7423,
      "loc": {
        "start": {
          "line": 224,
          "column": 60
        },
        "end": {
          "line": 224,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7424,
      "end": 7428,
      "loc": {
        "start": {
          "line": 224,
          "column": 64
        },
        "end": {
          "line": 224,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7429,
      "end": 7431,
      "loc": {
        "start": {
          "line": 224,
          "column": 69
        },
        "end": {
          "line": 224,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 7432,
      "end": 7437,
      "loc": {
        "start": {
          "line": 224,
          "column": 72
        },
        "end": {
          "line": 224,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7437,
      "end": 7438,
      "loc": {
        "start": {
          "line": 224,
          "column": 77
        },
        "end": {
          "line": 224,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValueSchemable",
      "start": 7438,
      "end": 7459,
      "loc": {
        "start": {
          "line": 224,
          "column": 78
        },
        "end": {
          "line": 224,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7459,
      "end": 7460,
      "loc": {
        "start": {
          "line": 224,
          "column": 99
        },
        "end": {
          "line": 224,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7460,
      "end": 7469,
      "loc": {
        "start": {
          "line": 224,
          "column": 100
        },
        "end": {
          "line": 224,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7469,
      "end": 7470,
      "loc": {
        "start": {
          "line": 224,
          "column": 109
        },
        "end": {
          "line": 224,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7470,
      "end": 7482,
      "loc": {
        "start": {
          "line": 224,
          "column": 110
        },
        "end": {
          "line": 224,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7482,
      "end": 7483,
      "loc": {
        "start": {
          "line": 224,
          "column": 122
        },
        "end": {
          "line": 224,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7483,
      "end": 7484,
      "loc": {
        "start": {
          "line": 224,
          "column": 123
        },
        "end": {
          "line": 224,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7485,
      "end": 7486,
      "loc": {
        "start": {
          "line": 224,
          "column": 125
        },
        "end": {
          "line": 224,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7493,
      "end": 7501,
      "loc": {
        "start": {
          "line": 225,
          "column": 6
        },
        "end": {
          "line": 225,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7502,
      "end": 7504,
      "loc": {
        "start": {
          "line": 225,
          "column": 15
        },
        "end": {
          "line": 225,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " DEFAULT ",
      "start": 7505,
      "end": 7516,
      "loc": {
        "start": {
          "line": 225,
          "column": 18
        },
        "end": {
          "line": 225,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7517,
      "end": 7518,
      "loc": {
        "start": {
          "line": 225,
          "column": 30
        },
        "end": {
          "line": 225,
          "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": 7519,
      "end": 7523,
      "loc": {
        "start": {
          "line": 225,
          "column": 32
        },
        "end": {
          "line": 225,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7523,
      "end": 7524,
      "loc": {
        "start": {
          "line": 225,
          "column": 36
        },
        "end": {
          "line": 225,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 7524,
      "end": 7530,
      "loc": {
        "start": {
          "line": 225,
          "column": 37
        },
        "end": {
          "line": 225,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7530,
      "end": 7531,
      "loc": {
        "start": {
          "line": 225,
          "column": 43
        },
        "end": {
          "line": 225,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7531,
      "end": 7540,
      "loc": {
        "start": {
          "line": 225,
          "column": 44
        },
        "end": {
          "line": 225,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "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": 53
        },
        "end": {
          "line": 225,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7541,
      "end": 7553,
      "loc": {
        "start": {
          "line": 225,
          "column": 54
        },
        "end": {
          "line": 225,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7553,
      "end": 7554,
      "loc": {
        "start": {
          "line": 225,
          "column": 66
        },
        "end": {
          "line": 225,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7554,
      "end": 7555,
      "loc": {
        "start": {
          "line": 225,
          "column": 67
        },
        "end": {
          "line": 225,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7560,
      "end": 7561,
      "loc": {
        "start": {
          "line": 226,
          "column": 4
        },
        "end": {
          "line": 226,
          "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": 7567,
      "end": 7569,
      "loc": {
        "start": {
          "line": 228,
          "column": 4
        },
        "end": {
          "line": 228,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7570,
      "end": 7571,
      "loc": {
        "start": {
          "line": 228,
          "column": 7
        },
        "end": {
          "line": 228,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7571,
      "end": 7580,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7580,
      "end": 7581,
      "loc": {
        "start": {
          "line": 228,
          "column": 17
        },
        "end": {
          "line": 228,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unique",
      "start": 7581,
      "end": 7587,
      "loc": {
        "start": {
          "line": 228,
          "column": 18
        },
        "end": {
          "line": 228,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7588,
      "end": 7591,
      "loc": {
        "start": {
          "line": 228,
          "column": 25
        },
        "end": {
          "line": 228,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7592,
      "end": 7596,
      "loc": {
        "start": {
          "line": 228,
          "column": 29
        },
        "end": {
          "line": 228,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7596,
      "end": 7597,
      "loc": {
        "start": {
          "line": 228,
          "column": 33
        },
        "end": {
          "line": 228,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7598,
      "end": 7599,
      "loc": {
        "start": {
          "line": 228,
          "column": 35
        },
        "end": {
          "line": 228,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7606,
      "end": 7614,
      "loc": {
        "start": {
          "line": 229,
          "column": 6
        },
        "end": {
          "line": 229,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7615,
      "end": 7617,
      "loc": {
        "start": {
          "line": 229,
          "column": 15
        },
        "end": {
          "line": 229,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " UNIQUE",
      "start": 7618,
      "end": 7627,
      "loc": {
        "start": {
          "line": 229,
          "column": 18
        },
        "end": {
          "line": 229,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7627,
      "end": 7628,
      "loc": {
        "start": {
          "line": 229,
          "column": 27
        },
        "end": {
          "line": 229,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7633,
      "end": 7634,
      "loc": {
        "start": {
          "line": 230,
          "column": 4
        },
        "end": {
          "line": 230,
          "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": 7640,
      "end": 7642,
      "loc": {
        "start": {
          "line": 232,
          "column": 4
        },
        "end": {
          "line": 232,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7643,
      "end": 7644,
      "loc": {
        "start": {
          "line": 232,
          "column": 7
        },
        "end": {
          "line": 232,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7644,
      "end": 7653,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7653,
      "end": 7654,
      "loc": {
        "start": {
          "line": 232,
          "column": 17
        },
        "end": {
          "line": 232,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKey",
      "start": 7654,
      "end": 7664,
      "loc": {
        "start": {
          "line": 232,
          "column": 18
        },
        "end": {
          "line": 232,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7664,
      "end": 7665,
      "loc": {
        "start": {
          "line": 232,
          "column": 28
        },
        "end": {
          "line": 232,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7666,
      "end": 7667,
      "loc": {
        "start": {
          "line": 232,
          "column": 30
        },
        "end": {
          "line": 232,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7674,
      "end": 7682,
      "loc": {
        "start": {
          "line": 233,
          "column": 6
        },
        "end": {
          "line": 233,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7683,
      "end": 7685,
      "loc": {
        "start": {
          "line": 233,
          "column": 15
        },
        "end": {
          "line": 233,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " PRIMARY KEY",
      "start": 7686,
      "end": 7700,
      "loc": {
        "start": {
          "line": 233,
          "column": 18
        },
        "end": {
          "line": 233,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7700,
      "end": 7701,
      "loc": {
        "start": {
          "line": 233,
          "column": 32
        },
        "end": {
          "line": 233,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7706,
      "end": 7707,
      "loc": {
        "start": {
          "line": 234,
          "column": 4
        },
        "end": {
          "line": 234,
          "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": 7713,
      "end": 7715,
      "loc": {
        "start": {
          "line": 236,
          "column": 4
        },
        "end": {
          "line": 236,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7716,
      "end": 7717,
      "loc": {
        "start": {
          "line": 236,
          "column": 7
        },
        "end": {
          "line": 236,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7717,
      "end": 7726,
      "loc": {
        "start": {
          "line": 236,
          "column": 8
        },
        "end": {
          "line": 236,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7726,
      "end": 7727,
      "loc": {
        "start": {
          "line": 236,
          "column": 17
        },
        "end": {
          "line": 236,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 7727,
      "end": 7732,
      "loc": {
        "start": {
          "line": 236,
          "column": 18
        },
        "end": {
          "line": 236,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7732,
      "end": 7733,
      "loc": {
        "start": {
          "line": 236,
          "column": 23
        },
        "end": {
          "line": 236,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7734,
      "end": 7735,
      "loc": {
        "start": {
          "line": 236,
          "column": 25
        },
        "end": {
          "line": 236,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 7742,
      "end": 7750,
      "loc": {
        "start": {
          "line": 237,
          "column": 6
        },
        "end": {
          "line": 237,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7751,
      "end": 7753,
      "loc": {
        "start": {
          "line": 237,
          "column": 15
        },
        "end": {
          "line": 237,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AFTER ",
      "start": 7754,
      "end": 7763,
      "loc": {
        "start": {
          "line": 237,
          "column": 18
        },
        "end": {
          "line": 237,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7764,
      "end": 7765,
      "loc": {
        "start": {
          "line": 237,
          "column": 28
        },
        "end": {
          "line": 237,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7766,
      "end": 7770,
      "loc": {
        "start": {
          "line": 237,
          "column": 30
        },
        "end": {
          "line": 237,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7770,
      "end": 7771,
      "loc": {
        "start": {
          "line": 237,
          "column": 34
        },
        "end": {
          "line": 237,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 7771,
      "end": 7786,
      "loc": {
        "start": {
          "line": 237,
          "column": 35
        },
        "end": {
          "line": 237,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7786,
      "end": 7787,
      "loc": {
        "start": {
          "line": 237,
          "column": 50
        },
        "end": {
          "line": 237,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7787,
      "end": 7796,
      "loc": {
        "start": {
          "line": 237,
          "column": 51
        },
        "end": {
          "line": 237,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7796,
      "end": 7797,
      "loc": {
        "start": {
          "line": 237,
          "column": 60
        },
        "end": {
          "line": 237,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 7797,
      "end": 7802,
      "loc": {
        "start": {
          "line": 237,
          "column": 61
        },
        "end": {
          "line": 237,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7802,
      "end": 7803,
      "loc": {
        "start": {
          "line": 237,
          "column": 66
        },
        "end": {
          "line": 237,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7803,
      "end": 7804,
      "loc": {
        "start": {
          "line": 237,
          "column": 67
        },
        "end": {
          "line": 237,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7809,
      "end": 7810,
      "loc": {
        "start": {
          "line": 238,
          "column": 4
        },
        "end": {
          "line": 238,
          "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": 7816,
      "end": 7818,
      "loc": {
        "start": {
          "line": 240,
          "column": 4
        },
        "end": {
          "line": 240,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7819,
      "end": 7820,
      "loc": {
        "start": {
          "line": 240,
          "column": 7
        },
        "end": {
          "line": 240,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7820,
      "end": 7829,
      "loc": {
        "start": {
          "line": 240,
          "column": 8
        },
        "end": {
          "line": 240,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7829,
      "end": 7830,
      "loc": {
        "start": {
          "line": 240,
          "column": 17
        },
        "end": {
          "line": 240,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 7830,
      "end": 7840,
      "loc": {
        "start": {
          "line": 240,
          "column": 18
        },
        "end": {
          "line": 240,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7840,
      "end": 7841,
      "loc": {
        "start": {
          "line": 240,
          "column": 28
        },
        "end": {
          "line": 240,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7842,
      "end": 7843,
      "loc": {
        "start": {
          "line": 240,
          "column": 30
        },
        "end": {
          "line": 240,
          "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": 7851,
      "end": 7853,
      "loc": {
        "start": {
          "line": 242,
          "column": 6
        },
        "end": {
          "line": 242,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7854,
      "end": 7855,
      "loc": {
        "start": {
          "line": 242,
          "column": 9
        },
        "end": {
          "line": 242,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7855,
      "end": 7862,
      "loc": {
        "start": {
          "line": 242,
          "column": 10
        },
        "end": {
          "line": 242,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7863,
      "end": 7865,
      "loc": {
        "start": {
          "line": 242,
          "column": 18
        },
        "end": {
          "line": 242,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7866,
      "end": 7873,
      "loc": {
        "start": {
          "line": 242,
          "column": 21
        },
        "end": {
          "line": 242,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7873,
      "end": 7874,
      "loc": {
        "start": {
          "line": 242,
          "column": 28
        },
        "end": {
          "line": 242,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 7874,
      "end": 7881,
      "loc": {
        "start": {
          "line": 242,
          "column": 29
        },
        "end": {
          "line": 242,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7882,
      "end": 7885,
      "loc": {
        "start": {
          "line": 242,
          "column": 37
        },
        "end": {
          "line": 242,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "addColumn",
      "start": 7886,
      "end": 7897,
      "loc": {
        "start": {
          "line": 242,
          "column": 41
        },
        "end": {
          "line": 242,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7898,
      "end": 7900,
      "loc": {
        "start": {
          "line": 242,
          "column": 53
        },
        "end": {
          "line": 242,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7901,
      "end": 7908,
      "loc": {
        "start": {
          "line": 242,
          "column": 56
        },
        "end": {
          "line": 242,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7908,
      "end": 7909,
      "loc": {
        "start": {
          "line": 242,
          "column": 63
        },
        "end": {
          "line": 242,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 7909,
      "end": 7919,
      "loc": {
        "start": {
          "line": 242,
          "column": 64
        },
        "end": {
          "line": 242,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7919,
      "end": 7920,
      "loc": {
        "start": {
          "line": 242,
          "column": 74
        },
        "end": {
          "line": 242,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7921,
      "end": 7922,
      "loc": {
        "start": {
          "line": 242,
          "column": 76
        },
        "end": {
          "line": 242,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 7931,
      "end": 7936,
      "loc": {
        "start": {
          "line": 243,
          "column": 8
        },
        "end": {
          "line": 243,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 7937,
      "end": 7945,
      "loc": {
        "start": {
          "line": 243,
          "column": 14
        },
        "end": {
          "line": 243,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7946,
      "end": 7947,
      "loc": {
        "start": {
          "line": 243,
          "column": 23
        },
        "end": {
          "line": 243,
          "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": 7948,
      "end": 7952,
      "loc": {
        "start": {
          "line": 243,
          "column": 25
        },
        "end": {
          "line": 243,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7952,
      "end": 7953,
      "loc": {
        "start": {
          "line": 243,
          "column": 29
        },
        "end": {
          "line": 243,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 7953,
      "end": 7968,
      "loc": {
        "start": {
          "line": 243,
          "column": 30
        },
        "end": {
          "line": 243,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7968,
      "end": 7969,
      "loc": {
        "start": {
          "line": 243,
          "column": 45
        },
        "end": {
          "line": 243,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7969,
      "end": 7976,
      "loc": {
        "start": {
          "line": 243,
          "column": 46
        },
        "end": {
          "line": 243,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7976,
      "end": 7977,
      "loc": {
        "start": {
          "line": 243,
          "column": 53
        },
        "end": {
          "line": 243,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 7977,
      "end": 7987,
      "loc": {
        "start": {
          "line": 243,
          "column": 54
        },
        "end": {
          "line": 243,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7987,
      "end": 7988,
      "loc": {
        "start": {
          "line": 243,
          "column": 64
        },
        "end": {
          "line": 243,
          "column": 65
        }
      }
    },
    {
      "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": 243,
          "column": 65
        },
        "end": {
          "line": 243,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 7998,
      "end": 8003,
      "loc": {
        "start": {
          "line": 244,
          "column": 8
        },
        "end": {
          "line": 244,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkName",
      "start": 8004,
      "end": 8010,
      "loc": {
        "start": {
          "line": 244,
          "column": 14
        },
        "end": {
          "line": 244,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8011,
      "end": 8012,
      "loc": {
        "start": {
          "line": 244,
          "column": 21
        },
        "end": {
          "line": 244,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8013,
      "end": 8017,
      "loc": {
        "start": {
          "line": 244,
          "column": 23
        },
        "end": {
          "line": 244,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8017,
      "end": 8018,
      "loc": {
        "start": {
          "line": 244,
          "column": 27
        },
        "end": {
          "line": 244,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 8018,
      "end": 8033,
      "loc": {
        "start": {
          "line": 244,
          "column": 28
        },
        "end": {
          "line": 244,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8033,
      "end": 8034,
      "loc": {
        "start": {
          "line": 244,
          "column": 43
        },
        "end": {
          "line": 244,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8034,
      "end": 8035,
      "loc": {
        "start": {
          "line": 244,
          "column": 44
        },
        "end": {
          "line": 244,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 8035,
      "end": 8035,
      "loc": {
        "start": {
          "line": 244,
          "column": 45
        },
        "end": {
          "line": 244,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8035,
      "end": 8037,
      "loc": {
        "start": {
          "line": 244,
          "column": 45
        },
        "end": {
          "line": 244,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8037,
      "end": 8044,
      "loc": {
        "start": {
          "line": 244,
          "column": 47
        },
        "end": {
          "line": 244,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8044,
      "end": 8045,
      "loc": {
        "start": {
          "line": 244,
          "column": 54
        },
        "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": "tableName",
      "start": 8045,
      "end": 8054,
      "loc": {
        "start": {
          "line": 244,
          "column": 55
        },
        "end": {
          "line": 244,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8054,
      "end": 8055,
      "loc": {
        "start": {
          "line": 244,
          "column": 64
        },
        "end": {
          "line": 244,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 8055,
      "end": 8056,
      "loc": {
        "start": {
          "line": 244,
          "column": 65
        },
        "end": {
          "line": 244,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8056,
      "end": 8058,
      "loc": {
        "start": {
          "line": 244,
          "column": 66
        },
        "end": {
          "line": 244,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 8058,
      "end": 8066,
      "loc": {
        "start": {
          "line": 244,
          "column": 68
        },
        "end": {
          "line": 244,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8066,
      "end": 8067,
      "loc": {
        "start": {
          "line": 244,
          "column": 76
        },
        "end": {
          "line": 244,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_foreign_idx",
      "start": 8067,
      "end": 8079,
      "loc": {
        "start": {
          "line": 244,
          "column": 77
        },
        "end": {
          "line": 244,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8079,
      "end": 8080,
      "loc": {
        "start": {
          "line": 244,
          "column": 89
        },
        "end": {
          "line": 244,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8080,
      "end": 8081,
      "loc": {
        "start": {
          "line": 244,
          "column": 90
        },
        "end": {
          "line": 244,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8081,
      "end": 8082,
      "loc": {
        "start": {
          "line": 244,
          "column": 91
        },
        "end": {
          "line": 244,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 8092,
      "end": 8100,
      "loc": {
        "start": {
          "line": 246,
          "column": 8
        },
        "end": {
          "line": 246,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 8101,
      "end": 8103,
      "loc": {
        "start": {
          "line": 246,
          "column": 17
        },
        "end": {
          "line": 246,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8104,
      "end": 8105,
      "loc": {
        "start": {
          "line": 246,
          "column": 20
        },
        "end": {
          "line": 246,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ADD CONSTRAINT ",
      "start": 8105,
      "end": 8122,
      "loc": {
        "start": {
          "line": 246,
          "column": 21
        },
        "end": {
          "line": 246,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8122,
      "end": 8124,
      "loc": {
        "start": {
          "line": 246,
          "column": 38
        },
        "end": {
          "line": 246,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fkName",
      "start": 8124,
      "end": 8130,
      "loc": {
        "start": {
          "line": 246,
          "column": 40
        },
        "end": {
          "line": 246,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8130,
      "end": 8131,
      "loc": {
        "start": {
          "line": 246,
          "column": 46
        },
        "end": {
          "line": 246,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FOREIGN KEY (",
      "start": 8131,
      "end": 8145,
      "loc": {
        "start": {
          "line": 246,
          "column": 47
        },
        "end": {
          "line": 246,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8145,
      "end": 8147,
      "loc": {
        "start": {
          "line": 246,
          "column": 61
        },
        "end": {
          "line": 246,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrName",
      "start": 8147,
      "end": 8155,
      "loc": {
        "start": {
          "line": 246,
          "column": 63
        },
        "end": {
          "line": 246,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8155,
      "end": 8156,
      "loc": {
        "start": {
          "line": 246,
          "column": 71
        },
        "end": {
          "line": 246,
          "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": 8156,
      "end": 8157,
      "loc": {
        "start": {
          "line": 246,
          "column": 72
        },
        "end": {
          "line": 246,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8157,
      "end": 8158,
      "loc": {
        "start": {
          "line": 246,
          "column": 73
        },
        "end": {
          "line": 246,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8158,
      "end": 8159,
      "loc": {
        "start": {
          "line": 246,
          "column": 74
        },
        "end": {
          "line": 246,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8166,
      "end": 8167,
      "loc": {
        "start": {
          "line": 247,
          "column": 6
        },
        "end": {
          "line": 247,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 8175,
      "end": 8183,
      "loc": {
        "start": {
          "line": 249,
          "column": 6
        },
        "end": {
          "line": 249,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 8184,
      "end": 8186,
      "loc": {
        "start": {
          "line": 249,
          "column": 15
        },
        "end": {
          "line": 249,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " REFERENCES ",
      "start": 8187,
      "end": 8201,
      "loc": {
        "start": {
          "line": 249,
          "column": 18
        },
        "end": {
          "line": 249,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8202,
      "end": 8203,
      "loc": {
        "start": {
          "line": 249,
          "column": 33
        },
        "end": {
          "line": 249,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8204,
      "end": 8208,
      "loc": {
        "start": {
          "line": 249,
          "column": 35
        },
        "end": {
          "line": 249,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8208,
      "end": 8209,
      "loc": {
        "start": {
          "line": 249,
          "column": 39
        },
        "end": {
          "line": 249,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 8209,
      "end": 8219,
      "loc": {
        "start": {
          "line": 249,
          "column": 40
        },
        "end": {
          "line": 249,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8219,
      "end": 8220,
      "loc": {
        "start": {
          "line": 249,
          "column": 50
        },
        "end": {
          "line": 249,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8220,
      "end": 8229,
      "loc": {
        "start": {
          "line": 249,
          "column": 51
        },
        "end": {
          "line": 249,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8229,
      "end": 8230,
      "loc": {
        "start": {
          "line": 249,
          "column": 60
        },
        "end": {
          "line": 249,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 8230,
      "end": 8240,
      "loc": {
        "start": {
          "line": 249,
          "column": 61
        },
        "end": {
          "line": 249,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8240,
      "end": 8241,
      "loc": {
        "start": {
          "line": 249,
          "column": 71
        },
        "end": {
          "line": 249,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8241,
      "end": 8246,
      "loc": {
        "start": {
          "line": 249,
          "column": 72
        },
        "end": {
          "line": 249,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8246,
      "end": 8247,
      "loc": {
        "start": {
          "line": 249,
          "column": 77
        },
        "end": {
          "line": 249,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8247,
      "end": 8248,
      "loc": {
        "start": {
          "line": 249,
          "column": 78
        },
        "end": {
          "line": 249,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8256,
      "end": 8258,
      "loc": {
        "start": {
          "line": 251,
          "column": 6
        },
        "end": {
          "line": 251,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8259,
      "end": 8260,
      "loc": {
        "start": {
          "line": 251,
          "column": 9
        },
        "end": {
          "line": 251,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8260,
      "end": 8269,
      "loc": {
        "start": {
          "line": 251,
          "column": 10
        },
        "end": {
          "line": 251,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8269,
      "end": 8270,
      "loc": {
        "start": {
          "line": 251,
          "column": 19
        },
        "end": {
          "line": 251,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 8270,
      "end": 8280,
      "loc": {
        "start": {
          "line": 251,
          "column": 20
        },
        "end": {
          "line": 251,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8280,
      "end": 8281,
      "loc": {
        "start": {
          "line": 251,
          "column": 30
        },
        "end": {
          "line": 251,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 8281,
      "end": 8284,
      "loc": {
        "start": {
          "line": 251,
          "column": 31
        },
        "end": {
          "line": 251,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8284,
      "end": 8285,
      "loc": {
        "start": {
          "line": 251,
          "column": 34
        },
        "end": {
          "line": 251,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8286,
      "end": 8287,
      "loc": {
        "start": {
          "line": 251,
          "column": 36
        },
        "end": {
          "line": 251,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 8296,
      "end": 8304,
      "loc": {
        "start": {
          "line": 252,
          "column": 8
        },
        "end": {
          "line": 252,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 8305,
      "end": 8307,
      "loc": {
        "start": {
          "line": 252,
          "column": 17
        },
        "end": {
          "line": 252,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " (",
      "start": 8308,
      "end": 8312,
      "loc": {
        "start": {
          "line": 252,
          "column": 20
        },
        "end": {
          "line": 252,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8313,
      "end": 8314,
      "loc": {
        "start": {
          "line": 252,
          "column": 25
        },
        "end": {
          "line": 252,
          "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": 8315,
      "end": 8319,
      "loc": {
        "start": {
          "line": 252,
          "column": 27
        },
        "end": {
          "line": 252,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8319,
      "end": 8320,
      "loc": {
        "start": {
          "line": 252,
          "column": 31
        },
        "end": {
          "line": 252,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 8320,
      "end": 8335,
      "loc": {
        "start": {
          "line": 252,
          "column": 32
        },
        "end": {
          "line": 252,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8335,
      "end": 8336,
      "loc": {
        "start": {
          "line": 252,
          "column": 47
        },
        "end": {
          "line": 252,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8336,
      "end": 8345,
      "loc": {
        "start": {
          "line": 252,
          "column": 48
        },
        "end": {
          "line": 252,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8345,
      "end": 8346,
      "loc": {
        "start": {
          "line": 252,
          "column": 57
        },
        "end": {
          "line": 252,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "references",
      "start": 8346,
      "end": 8356,
      "loc": {
        "start": {
          "line": 252,
          "column": 58
        },
        "end": {
          "line": 252,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8356,
      "end": 8357,
      "loc": {
        "start": {
          "line": 252,
          "column": 68
        },
        "end": {
          "line": 252,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 8357,
      "end": 8360,
      "loc": {
        "start": {
          "line": 252,
          "column": 69
        },
        "end": {
          "line": 252,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8360,
      "end": 8361,
      "loc": {
        "start": {
          "line": 252,
          "column": 72
        },
        "end": {
          "line": 252,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8362,
      "end": 8363,
      "loc": {
        "start": {
          "line": 252,
          "column": 74
        },
        "end": {
          "line": 252,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 8364,
      "end": 8367,
      "loc": {
        "start": {
          "line": 252,
          "column": 76
        },
        "end": {
          "line": 252,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8367,
      "end": 8368,
      "loc": {
        "start": {
          "line": 252,
          "column": 79
        },
        "end": {
          "line": 252,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8375,
      "end": 8376,
      "loc": {
        "start": {
          "line": 253,
          "column": 6
        },
        "end": {
          "line": 253,
          "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": 8377,
      "end": 8381,
      "loc": {
        "start": {
          "line": 253,
          "column": 8
        },
        "end": {
          "line": 253,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8382,
      "end": 8383,
      "loc": {
        "start": {
          "line": 253,
          "column": 13
        },
        "end": {
          "line": 253,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 8392,
      "end": 8400,
      "loc": {
        "start": {
          "line": 254,
          "column": 8
        },
        "end": {
          "line": 254,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 8401,
      "end": 8403,
      "loc": {
        "start": {
          "line": 254,
          "column": 17
        },
        "end": {
          "line": 254,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " (",
      "start": 8404,
      "end": 8408,
      "loc": {
        "start": {
          "line": 254,
          "column": 20
        },
        "end": {
          "line": 254,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8409,
      "end": 8410,
      "loc": {
        "start": {
          "line": 254,
          "column": 25
        },
        "end": {
          "line": 254,
          "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": 8411,
      "end": 8415,
      "loc": {
        "start": {
          "line": 254,
          "column": 27
        },
        "end": {
          "line": 254,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8415,
      "end": 8416,
      "loc": {
        "start": {
          "line": 254,
          "column": 31
        },
        "end": {
          "line": 254,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 8416,
      "end": 8431,
      "loc": {
        "start": {
          "line": 254,
          "column": 32
        },
        "end": {
          "line": 254,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8431,
      "end": 8432,
      "loc": {
        "start": {
          "line": 254,
          "column": 47
        },
        "end": {
          "line": 254,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "id",
      "start": 8432,
      "end": 8436,
      "loc": {
        "start": {
          "line": 254,
          "column": 48
        },
        "end": {
          "line": 254,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8436,
      "end": 8437,
      "loc": {
        "start": {
          "line": 254,
          "column": 52
        },
        "end": {
          "line": 254,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8438,
      "end": 8439,
      "loc": {
        "start": {
          "line": 254,
          "column": 54
        },
        "end": {
          "line": 254,
          "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": 8440,
      "end": 8443,
      "loc": {
        "start": {
          "line": 254,
          "column": 56
        },
        "end": {
          "line": 254,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8443,
      "end": 8444,
      "loc": {
        "start": {
          "line": 254,
          "column": 59
        },
        "end": {
          "line": 254,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8451,
      "end": 8452,
      "loc": {
        "start": {
          "line": 255,
          "column": 6
        },
        "end": {
          "line": 255,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8460,
      "end": 8462,
      "loc": {
        "start": {
          "line": 257,
          "column": 6
        },
        "end": {
          "line": 257,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8463,
      "end": 8464,
      "loc": {
        "start": {
          "line": 257,
          "column": 9
        },
        "end": {
          "line": 257,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8464,
      "end": 8473,
      "loc": {
        "start": {
          "line": 257,
          "column": 10
        },
        "end": {
          "line": 257,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8473,
      "end": 8474,
      "loc": {
        "start": {
          "line": 257,
          "column": 19
        },
        "end": {
          "line": 257,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 8474,
      "end": 8482,
      "loc": {
        "start": {
          "line": 257,
          "column": 20
        },
        "end": {
          "line": 257,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8482,
      "end": 8483,
      "loc": {
        "start": {
          "line": 257,
          "column": 28
        },
        "end": {
          "line": 257,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8484,
      "end": 8485,
      "loc": {
        "start": {
          "line": 257,
          "column": 30
        },
        "end": {
          "line": 257,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 8494,
      "end": 8502,
      "loc": {
        "start": {
          "line": 258,
          "column": 8
        },
        "end": {
          "line": 258,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 8503,
      "end": 8505,
      "loc": {
        "start": {
          "line": 258,
          "column": 17
        },
        "end": {
          "line": 258,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ON DELETE ",
      "start": 8506,
      "end": 8519,
      "loc": {
        "start": {
          "line": 258,
          "column": 20
        },
        "end": {
          "line": 258,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8520,
      "end": 8521,
      "loc": {
        "start": {
          "line": 258,
          "column": 34
        },
        "end": {
          "line": 258,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8522,
      "end": 8531,
      "loc": {
        "start": {
          "line": 258,
          "column": 36
        },
        "end": {
          "line": 258,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8531,
      "end": 8532,
      "loc": {
        "start": {
          "line": 258,
          "column": 45
        },
        "end": {
          "line": 258,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 8532,
      "end": 8540,
      "loc": {
        "start": {
          "line": 258,
          "column": 46
        },
        "end": {
          "line": 258,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8540,
      "end": 8541,
      "loc": {
        "start": {
          "line": 258,
          "column": 54
        },
        "end": {
          "line": 258,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 8541,
      "end": 8552,
      "loc": {
        "start": {
          "line": 258,
          "column": 55
        },
        "end": {
          "line": 258,
          "column": 66
        }
      }
    },
    {
      "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": 258,
          "column": 66
        },
        "end": {
          "line": 258,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8553,
      "end": 8554,
      "loc": {
        "start": {
          "line": 258,
          "column": 67
        },
        "end": {
          "line": 258,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8554,
      "end": 8555,
      "loc": {
        "start": {
          "line": 258,
          "column": 68
        },
        "end": {
          "line": 258,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8562,
      "end": 8563,
      "loc": {
        "start": {
          "line": 259,
          "column": 6
        },
        "end": {
          "line": 259,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8571,
      "end": 8573,
      "loc": {
        "start": {
          "line": 261,
          "column": 6
        },
        "end": {
          "line": 261,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8574,
      "end": 8575,
      "loc": {
        "start": {
          "line": 261,
          "column": 9
        },
        "end": {
          "line": 261,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8575,
      "end": 8584,
      "loc": {
        "start": {
          "line": 261,
          "column": 10
        },
        "end": {
          "line": 261,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8584,
      "end": 8585,
      "loc": {
        "start": {
          "line": 261,
          "column": 19
        },
        "end": {
          "line": 261,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 8585,
      "end": 8593,
      "loc": {
        "start": {
          "line": 261,
          "column": 20
        },
        "end": {
          "line": 261,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8593,
      "end": 8594,
      "loc": {
        "start": {
          "line": 261,
          "column": 28
        },
        "end": {
          "line": 261,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8595,
      "end": 8596,
      "loc": {
        "start": {
          "line": 261,
          "column": 30
        },
        "end": {
          "line": 261,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "template",
      "start": 8605,
      "end": 8613,
      "loc": {
        "start": {
          "line": 262,
          "column": 8
        },
        "end": {
          "line": 262,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 8614,
      "end": 8616,
      "loc": {
        "start": {
          "line": 262,
          "column": 17
        },
        "end": {
          "line": 262,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ON UPDATE ",
      "start": 8617,
      "end": 8630,
      "loc": {
        "start": {
          "line": 262,
          "column": 20
        },
        "end": {
          "line": 262,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8631,
      "end": 8632,
      "loc": {
        "start": {
          "line": 262,
          "column": 34
        },
        "end": {
          "line": 262,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8633,
      "end": 8642,
      "loc": {
        "start": {
          "line": 262,
          "column": 36
        },
        "end": {
          "line": 262,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8642,
      "end": 8643,
      "loc": {
        "start": {
          "line": 262,
          "column": 45
        },
        "end": {
          "line": 262,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 8643,
      "end": 8651,
      "loc": {
        "start": {
          "line": 262,
          "column": 46
        },
        "end": {
          "line": 262,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8651,
      "end": 8652,
      "loc": {
        "start": {
          "line": 262,
          "column": 54
        },
        "end": {
          "line": 262,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 8652,
      "end": 8663,
      "loc": {
        "start": {
          "line": 262,
          "column": 55
        },
        "end": {
          "line": 262,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8663,
      "end": 8664,
      "loc": {
        "start": {
          "line": 262,
          "column": 66
        },
        "end": {
          "line": 262,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8664,
      "end": 8665,
      "loc": {
        "start": {
          "line": 262,
          "column": 67
        },
        "end": {
          "line": 262,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8665,
      "end": 8666,
      "loc": {
        "start": {
          "line": 262,
          "column": 68
        },
        "end": {
          "line": 262,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8673,
      "end": 8674,
      "loc": {
        "start": {
          "line": 263,
          "column": 6
        },
        "end": {
          "line": 263,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8679,
      "end": 8680,
      "loc": {
        "start": {
          "line": 264,
          "column": 4
        },
        "end": {
          "line": 264,
          "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": 8686,
      "end": 8692,
      "loc": {
        "start": {
          "line": 266,
          "column": 4
        },
        "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": "template",
      "start": 8693,
      "end": 8701,
      "loc": {
        "start": {
          "line": 266,
          "column": 11
        },
        "end": {
          "line": 266,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8701,
      "end": 8702,
      "loc": {
        "start": {
          "line": 266,
          "column": 19
        },
        "end": {
          "line": 266,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8705,
      "end": 8706,
      "loc": {
        "start": {
          "line": 267,
          "column": 2
        },
        "end": {
          "line": 267,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8706,
      "end": 8707,
      "loc": {
        "start": {
          "line": 267,
          "column": 3
        },
        "end": {
          "line": 267,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 8711,
      "end": 8726,
      "loc": {
        "start": {
          "line": 269,
          "column": 2
        },
        "end": {
          "line": 269,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8726,
      "end": 8727,
      "loc": {
        "start": {
          "line": 269,
          "column": 17
        },
        "end": {
          "line": 269,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8727,
      "end": 8737,
      "loc": {
        "start": {
          "line": 269,
          "column": 18
        },
        "end": {
          "line": 269,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8737,
      "end": 8738,
      "loc": {
        "start": {
          "line": 269,
          "column": 28
        },
        "end": {
          "line": 269,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8739,
      "end": 8746,
      "loc": {
        "start": {
          "line": 269,
          "column": 30
        },
        "end": {
          "line": 269,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8746,
      "end": 8747,
      "loc": {
        "start": {
          "line": 269,
          "column": 37
        },
        "end": {
          "line": 269,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8748,
      "end": 8749,
      "loc": {
        "start": {
          "line": 269,
          "column": 39
        },
        "end": {
          "line": 269,
          "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": 8754,
      "end": 8759,
      "loc": {
        "start": {
          "line": 270,
          "column": 4
        },
        "end": {
          "line": 270,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8760,
      "end": 8766,
      "loc": {
        "start": {
          "line": 270,
          "column": 10
        },
        "end": {
          "line": 270,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8767,
      "end": 8768,
      "loc": {
        "start": {
          "line": 270,
          "column": 17
        },
        "end": {
          "line": 270,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8769,
      "end": 8770,
      "loc": {
        "start": {
          "line": 270,
          "column": 19
        },
        "end": {
          "line": 270,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8770,
      "end": 8771,
      "loc": {
        "start": {
          "line": 270,
          "column": 20
        },
        "end": {
          "line": 270,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8771,
      "end": 8772,
      "loc": {
        "start": {
          "line": 270,
          "column": 21
        },
        "end": {
          "line": 270,
          "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": 8778,
      "end": 8781,
      "loc": {
        "start": {
          "line": 272,
          "column": 4
        },
        "end": {
          "line": 272,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8782,
      "end": 8783,
      "loc": {
        "start": {
          "line": 272,
          "column": 8
        },
        "end": {
          "line": 272,
          "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": 8783,
      "end": 8788,
      "loc": {
        "start": {
          "line": 272,
          "column": 9
        },
        "end": {
          "line": 272,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 8789,
      "end": 8792,
      "loc": {
        "start": {
          "line": 272,
          "column": 15
        },
        "end": {
          "line": 272,
          "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": 8793,
      "end": 8795,
      "loc": {
        "start": {
          "line": 272,
          "column": 19
        },
        "end": {
          "line": 272,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8796,
      "end": 8806,
      "loc": {
        "start": {
          "line": 272,
          "column": 22
        },
        "end": {
          "line": 272,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8806,
      "end": 8807,
      "loc": {
        "start": {
          "line": 272,
          "column": 32
        },
        "end": {
          "line": 272,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8808,
      "end": 8809,
      "loc": {
        "start": {
          "line": 272,
          "column": 34
        },
        "end": {
          "line": 272,
          "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": 8816,
      "end": 8821,
      "loc": {
        "start": {
          "line": 273,
          "column": 6
        },
        "end": {
          "line": 273,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8822,
      "end": 8831,
      "loc": {
        "start": {
          "line": 273,
          "column": 12
        },
        "end": {
          "line": 273,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8832,
      "end": 8833,
      "loc": {
        "start": {
          "line": 273,
          "column": 22
        },
        "end": {
          "line": 273,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8834,
      "end": 8844,
      "loc": {
        "start": {
          "line": 273,
          "column": 24
        },
        "end": {
          "line": 273,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8844,
      "end": 8845,
      "loc": {
        "start": {
          "line": 273,
          "column": 34
        },
        "end": {
          "line": 273,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 8845,
      "end": 8848,
      "loc": {
        "start": {
          "line": 273,
          "column": 35
        },
        "end": {
          "line": 273,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8848,
      "end": 8849,
      "loc": {
        "start": {
          "line": 273,
          "column": 38
        },
        "end": {
          "line": 273,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8849,
      "end": 8850,
      "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": "result",
      "start": 8857,
      "end": 8863,
      "loc": {
        "start": {
          "line": 274,
          "column": 6
        },
        "end": {
          "line": 274,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8863,
      "end": 8864,
      "loc": {
        "start": {
          "line": 274,
          "column": 12
        },
        "end": {
          "line": 274,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8864,
      "end": 8873,
      "loc": {
        "start": {
          "line": 274,
          "column": 13
        },
        "end": {
          "line": 274,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8873,
      "end": 8874,
      "loc": {
        "start": {
          "line": 274,
          "column": 22
        },
        "end": {
          "line": 274,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8874,
      "end": 8879,
      "loc": {
        "start": {
          "line": 274,
          "column": 23
        },
        "end": {
          "line": 274,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8880,
      "end": 8882,
      "loc": {
        "start": {
          "line": 274,
          "column": 29
        },
        "end": {
          "line": 274,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 8883,
      "end": 8886,
      "loc": {
        "start": {
          "line": 274,
          "column": 32
        },
        "end": {
          "line": 274,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8886,
      "end": 8887,
      "loc": {
        "start": {
          "line": 274,
          "column": 35
        },
        "end": {
          "line": 274,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8888,
      "end": 8889,
      "loc": {
        "start": {
          "line": 274,
          "column": 37
        },
        "end": {
          "line": 274,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8890,
      "end": 8894,
      "loc": {
        "start": {
          "line": 274,
          "column": 39
        },
        "end": {
          "line": 274,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8894,
      "end": 8895,
      "loc": {
        "start": {
          "line": 274,
          "column": 43
        },
        "end": {
          "line": 274,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeToSQL",
      "start": 8895,
      "end": 8909,
      "loc": {
        "start": {
          "line": 274,
          "column": 44
        },
        "end": {
          "line": 274,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8909,
      "end": 8910,
      "loc": {
        "start": {
          "line": 274,
          "column": 58
        },
        "end": {
          "line": 274,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 8910,
      "end": 8919,
      "loc": {
        "start": {
          "line": 274,
          "column": 59
        },
        "end": {
          "line": 274,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8919,
      "end": 8920,
      "loc": {
        "start": {
          "line": 274,
          "column": 68
        },
        "end": {
          "line": 274,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8921,
      "end": 8928,
      "loc": {
        "start": {
          "line": 274,
          "column": 70
        },
        "end": {
          "line": 274,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8928,
      "end": 8929,
      "loc": {
        "start": {
          "line": 274,
          "column": 77
        },
        "end": {
          "line": 274,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8929,
      "end": 8930,
      "loc": {
        "start": {
          "line": 274,
          "column": 78
        },
        "end": {
          "line": 274,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8935,
      "end": 8936,
      "loc": {
        "start": {
          "line": 275,
          "column": 4
        },
        "end": {
          "line": 275,
          "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": 8942,
      "end": 8948,
      "loc": {
        "start": {
          "line": 277,
          "column": 4
        },
        "end": {
          "line": 277,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8949,
      "end": 8955,
      "loc": {
        "start": {
          "line": 277,
          "column": 11
        },
        "end": {
          "line": 277,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8955,
      "end": 8956,
      "loc": {
        "start": {
          "line": 277,
          "column": 17
        },
        "end": {
          "line": 277,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8959,
      "end": 8960,
      "loc": {
        "start": {
          "line": 278,
          "column": 2
        },
        "end": {
          "line": 278,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8960,
      "end": 8961,
      "loc": {
        "start": {
          "line": 278,
          "column": 3
        },
        "end": {
          "line": 278,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "findAutoIncrementField",
      "start": 8965,
      "end": 8987,
      "loc": {
        "start": {
          "line": 280,
          "column": 2
        },
        "end": {
          "line": 280,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8987,
      "end": 8988,
      "loc": {
        "start": {
          "line": 280,
          "column": 24
        },
        "end": {
          "line": 280,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 8988,
      "end": 8995,
      "loc": {
        "start": {
          "line": 280,
          "column": 25
        },
        "end": {
          "line": 280,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8995,
      "end": 8996,
      "loc": {
        "start": {
          "line": 280,
          "column": 32
        },
        "end": {
          "line": 280,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8997,
      "end": 8998,
      "loc": {
        "start": {
          "line": 280,
          "column": 34
        },
        "end": {
          "line": 280,
          "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": 9003,
      "end": 9008,
      "loc": {
        "start": {
          "line": 281,
          "column": 4
        },
        "end": {
          "line": 281,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 9009,
      "end": 9015,
      "loc": {
        "start": {
          "line": 281,
          "column": 10
        },
        "end": {
          "line": 281,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9016,
      "end": 9017,
      "loc": {
        "start": {
          "line": 281,
          "column": 17
        },
        "end": {
          "line": 281,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9018,
      "end": 9019,
      "loc": {
        "start": {
          "line": 281,
          "column": 19
        },
        "end": {
          "line": 281,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9019,
      "end": 9020,
      "loc": {
        "start": {
          "line": 281,
          "column": 20
        },
        "end": {
          "line": 281,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9020,
      "end": 9021,
      "loc": {
        "start": {
          "line": 281,
          "column": 21
        },
        "end": {
          "line": 281,
          "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": 9027,
      "end": 9030,
      "loc": {
        "start": {
          "line": 283,
          "column": 4
        },
        "end": {
          "line": 283,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9031,
      "end": 9032,
      "loc": {
        "start": {
          "line": 283,
          "column": 8
        },
        "end": {
          "line": 283,
          "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": 9032,
      "end": 9037,
      "loc": {
        "start": {
          "line": 283,
          "column": 9
        },
        "end": {
          "line": 283,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 9038,
      "end": 9042,
      "loc": {
        "start": {
          "line": 283,
          "column": 15
        },
        "end": {
          "line": 283,
          "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": 9043,
      "end": 9045,
      "loc": {
        "start": {
          "line": 283,
          "column": 20
        },
        "end": {
          "line": 283,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 9046,
      "end": 9053,
      "loc": {
        "start": {
          "line": 283,
          "column": 23
        },
        "end": {
          "line": 283,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9053,
      "end": 9054,
      "loc": {
        "start": {
          "line": 283,
          "column": 30
        },
        "end": {
          "line": 283,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 9054,
      "end": 9064,
      "loc": {
        "start": {
          "line": 283,
          "column": 31
        },
        "end": {
          "line": 283,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9064,
      "end": 9065,
      "loc": {
        "start": {
          "line": 283,
          "column": 41
        },
        "end": {
          "line": 283,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9066,
      "end": 9067,
      "loc": {
        "start": {
          "line": 283,
          "column": 43
        },
        "end": {
          "line": 283,
          "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": 9074,
      "end": 9076,
      "loc": {
        "start": {
          "line": 284,
          "column": 6
        },
        "end": {
          "line": 284,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9077,
      "end": 9078,
      "loc": {
        "start": {
          "line": 284,
          "column": 9
        },
        "end": {
          "line": 284,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 9078,
      "end": 9085,
      "loc": {
        "start": {
          "line": 284,
          "column": 10
        },
        "end": {
          "line": 284,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9085,
      "end": 9086,
      "loc": {
        "start": {
          "line": 284,
          "column": 17
        },
        "end": {
          "line": 284,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 9086,
      "end": 9096,
      "loc": {
        "start": {
          "line": 284,
          "column": 18
        },
        "end": {
          "line": 284,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9096,
      "end": 9097,
      "loc": {
        "start": {
          "line": 284,
          "column": 28
        },
        "end": {
          "line": 284,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 9097,
      "end": 9111,
      "loc": {
        "start": {
          "line": 284,
          "column": 29
        },
        "end": {
          "line": 284,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9111,
      "end": 9112,
      "loc": {
        "start": {
          "line": 284,
          "column": 43
        },
        "end": {
          "line": 284,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 9112,
      "end": 9116,
      "loc": {
        "start": {
          "line": 284,
          "column": 44
        },
        "end": {
          "line": 284,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9116,
      "end": 9117,
      "loc": {
        "start": {
          "line": 284,
          "column": 48
        },
        "end": {
          "line": 284,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9117,
      "end": 9118,
      "loc": {
        "start": {
          "line": 284,
          "column": 49
        },
        "end": {
          "line": 284,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9119,
      "end": 9120,
      "loc": {
        "start": {
          "line": 284,
          "column": 51
        },
        "end": {
          "line": 284,
          "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": 9129,
      "end": 9134,
      "loc": {
        "start": {
          "line": 285,
          "column": 8
        },
        "end": {
          "line": 285,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 9135,
      "end": 9145,
      "loc": {
        "start": {
          "line": 285,
          "column": 14
        },
        "end": {
          "line": 285,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9146,
      "end": 9147,
      "loc": {
        "start": {
          "line": 285,
          "column": 25
        },
        "end": {
          "line": 285,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 9148,
      "end": 9155,
      "loc": {
        "start": {
          "line": 285,
          "column": 27
        },
        "end": {
          "line": 285,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9155,
      "end": 9156,
      "loc": {
        "start": {
          "line": 285,
          "column": 34
        },
        "end": {
          "line": 285,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 9156,
      "end": 9166,
      "loc": {
        "start": {
          "line": 285,
          "column": 35
        },
        "end": {
          "line": 285,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9166,
      "end": 9167,
      "loc": {
        "start": {
          "line": 285,
          "column": 45
        },
        "end": {
          "line": 285,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 9167,
      "end": 9171,
      "loc": {
        "start": {
          "line": 285,
          "column": 46
        },
        "end": {
          "line": 285,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9171,
      "end": 9172,
      "loc": {
        "start": {
          "line": 285,
          "column": 50
        },
        "end": {
          "line": 285,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9172,
      "end": 9173,
      "loc": {
        "start": {
          "line": 285,
          "column": 51
        },
        "end": {
          "line": 285,
          "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": 9183,
      "end": 9185,
      "loc": {
        "start": {
          "line": 287,
          "column": 8
        },
        "end": {
          "line": 287,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9186,
      "end": 9187,
      "loc": {
        "start": {
          "line": 287,
          "column": 11
        },
        "end": {
          "line": 287,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 9187,
      "end": 9197,
      "loc": {
        "start": {
          "line": 287,
          "column": 12
        },
        "end": {
          "line": 287,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9198,
      "end": 9200,
      "loc": {
        "start": {
          "line": 287,
          "column": 23
        },
        "end": {
          "line": 287,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 9201,
      "end": 9211,
      "loc": {
        "start": {
          "line": 287,
          "column": 26
        },
        "end": {
          "line": 287,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9211,
      "end": 9212,
      "loc": {
        "start": {
          "line": 287,
          "column": 36
        },
        "end": {
          "line": 287,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 9212,
      "end": 9225,
      "loc": {
        "start": {
          "line": 287,
          "column": 37
        },
        "end": {
          "line": 287,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9225,
      "end": 9226,
      "loc": {
        "start": {
          "line": 287,
          "column": 50
        },
        "end": {
          "line": 287,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9227,
      "end": 9228,
      "loc": {
        "start": {
          "line": 287,
          "column": 52
        },
        "end": {
          "line": 287,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 9239,
      "end": 9245,
      "loc": {
        "start": {
          "line": 288,
          "column": 10
        },
        "end": {
          "line": 288,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9245,
      "end": 9246,
      "loc": {
        "start": {
          "line": 288,
          "column": 16
        },
        "end": {
          "line": 288,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 9246,
      "end": 9250,
      "loc": {
        "start": {
          "line": 288,
          "column": 17
        },
        "end": {
          "line": 288,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9250,
      "end": 9251,
      "loc": {
        "start": {
          "line": 288,
          "column": 21
        },
        "end": {
          "line": 288,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 9251,
      "end": 9255,
      "loc": {
        "start": {
          "line": 288,
          "column": 22
        },
        "end": {
          "line": 288,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9255,
      "end": 9256,
      "loc": {
        "start": {
          "line": 288,
          "column": 26
        },
        "end": {
          "line": 288,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9256,
      "end": 9257,
      "loc": {
        "start": {
          "line": 288,
          "column": 27
        },
        "end": {
          "line": 288,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9266,
      "end": 9267,
      "loc": {
        "start": {
          "line": 289,
          "column": 8
        },
        "end": {
          "line": 289,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9274,
      "end": 9275,
      "loc": {
        "start": {
          "line": 290,
          "column": 6
        },
        "end": {
          "line": 290,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9280,
      "end": 9281,
      "loc": {
        "start": {
          "line": 291,
          "column": 4
        },
        "end": {
          "line": 291,
          "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": 9287,
      "end": 9293,
      "loc": {
        "start": {
          "line": 293,
          "column": 4
        },
        "end": {
          "line": 293,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 9294,
      "end": 9300,
      "loc": {
        "start": {
          "line": 293,
          "column": 11
        },
        "end": {
          "line": 293,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9300,
      "end": 9301,
      "loc": {
        "start": {
          "line": 293,
          "column": 17
        },
        "end": {
          "line": 293,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9304,
      "end": 9305,
      "loc": {
        "start": {
          "line": 294,
          "column": 2
        },
        "end": {
          "line": 294,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9305,
      "end": 9306,
      "loc": {
        "start": {
          "line": 294,
          "column": 3
        },
        "end": {
          "line": 294,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 9310,
      "end": 9325,
      "loc": {
        "start": {
          "line": 296,
          "column": 2
        },
        "end": {
          "line": 296,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9325,
      "end": 9326,
      "loc": {
        "start": {
          "line": 296,
          "column": 17
        },
        "end": {
          "line": 296,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 9326,
      "end": 9336,
      "loc": {
        "start": {
          "line": 296,
          "column": 18
        },
        "end": {
          "line": 296,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9336,
      "end": 9337,
      "loc": {
        "start": {
          "line": 296,
          "column": 28
        },
        "end": {
          "line": 296,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9338,
      "end": 9339,
      "loc": {
        "start": {
          "line": 296,
          "column": 30
        },
        "end": {
          "line": 296,
          "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": 9344,
      "end": 9346,
      "loc": {
        "start": {
          "line": 297,
          "column": 4
        },
        "end": {
          "line": 297,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9347,
      "end": 9348,
      "loc": {
        "start": {
          "line": 297,
          "column": 7
        },
        "end": {
          "line": 297,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 9348,
      "end": 9358,
      "loc": {
        "start": {
          "line": 297,
          "column": 8
        },
        "end": {
          "line": 297,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9359,
      "end": 9362,
      "loc": {
        "start": {
          "line": 297,
          "column": 19
        },
        "end": {
          "line": 297,
          "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": 9363,
      "end": 9366,
      "loc": {
        "start": {
          "line": 297,
          "column": 23
        },
        "end": {
          "line": 297,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9366,
      "end": 9367,
      "loc": {
        "start": {
          "line": 297,
          "column": 26
        },
        "end": {
          "line": 297,
          "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": 9368,
      "end": 9374,
      "loc": {
        "start": {
          "line": 297,
          "column": 28
        },
        "end": {
          "line": 297,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 9375,
      "end": 9385,
      "loc": {
        "start": {
          "line": 297,
          "column": 35
        },
        "end": {
          "line": 297,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9385,
      "end": 9386,
      "loc": {
        "start": {
          "line": 297,
          "column": 45
        },
        "end": {
          "line": 297,
          "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": 9391,
      "end": 9397,
      "loc": {
        "start": {
          "line": 298,
          "column": 4
        },
        "end": {
          "line": 298,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 9398,
      "end": 9403,
      "loc": {
        "start": {
          "line": 298,
          "column": 11
        },
        "end": {
          "line": 298,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9403,
      "end": 9404,
      "loc": {
        "start": {
          "line": 298,
          "column": 16
        },
        "end": {
          "line": 298,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addTicks",
      "start": 9404,
      "end": 9412,
      "loc": {
        "start": {
          "line": 298,
          "column": 17
        },
        "end": {
          "line": 298,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9412,
      "end": 9413,
      "loc": {
        "start": {
          "line": 298,
          "column": 25
        },
        "end": {
          "line": 298,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 9413,
      "end": 9418,
      "loc": {
        "start": {
          "line": 298,
          "column": 26
        },
        "end": {
          "line": 298,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9418,
      "end": 9419,
      "loc": {
        "start": {
          "line": 298,
          "column": 31
        },
        "end": {
          "line": 298,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeTicks",
      "start": 9419,
      "end": 9430,
      "loc": {
        "start": {
          "line": 298,
          "column": 32
        },
        "end": {
          "line": 298,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9430,
      "end": 9431,
      "loc": {
        "start": {
          "line": 298,
          "column": 43
        },
        "end": {
          "line": 298,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 9431,
      "end": 9441,
      "loc": {
        "start": {
          "line": 298,
          "column": 44
        },
        "end": {
          "line": 298,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9441,
      "end": 9442,
      "loc": {
        "start": {
          "line": 298,
          "column": 54
        },
        "end": {
          "line": 298,
          "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": 9443,
      "end": 9446,
      "loc": {
        "start": {
          "line": 298,
          "column": 56
        },
        "end": {
          "line": 298,
          "column": 59
        }
      }
    },
    {
      "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": 298,
          "column": 59
        },
        "end": {
          "line": 298,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9447,
      "end": 9448,
      "loc": {
        "start": {
          "line": 298,
          "column": 60
        },
        "end": {
          "line": 298,
          "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": 9449,
      "end": 9452,
      "loc": {
        "start": {
          "line": 298,
          "column": 62
        },
        "end": {
          "line": 298,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9452,
      "end": 9453,
      "loc": {
        "start": {
          "line": 298,
          "column": 65
        },
        "end": {
          "line": 298,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9453,
      "end": 9454,
      "loc": {
        "start": {
          "line": 298,
          "column": 66
        },
        "end": {
          "line": 298,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9457,
      "end": 9458,
      "loc": {
        "start": {
          "line": 299,
          "column": 2
        },
        "end": {
          "line": 299,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9458,
      "end": 9459,
      "loc": {
        "start": {
          "line": 299,
          "column": 3
        },
        "end": {
          "line": 299,
          "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": 9463,
      "end": 9732,
      "loc": {
        "start": {
          "line": 301,
          "column": 2
        },
        "end": {
          "line": 308,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getForeignKeysQuery",
      "start": 9735,
      "end": 9754,
      "loc": {
        "start": {
          "line": 309,
          "column": 2
        },
        "end": {
          "line": 309,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9754,
      "end": 9755,
      "loc": {
        "start": {
          "line": 309,
          "column": 21
        },
        "end": {
          "line": 309,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 9755,
      "end": 9764,
      "loc": {
        "start": {
          "line": 309,
          "column": 22
        },
        "end": {
          "line": 309,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9764,
      "end": 9765,
      "loc": {
        "start": {
          "line": 309,
          "column": 31
        },
        "end": {
          "line": 309,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaName",
      "start": 9766,
      "end": 9776,
      "loc": {
        "start": {
          "line": 309,
          "column": 33
        },
        "end": {
          "line": 309,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9776,
      "end": 9777,
      "loc": {
        "start": {
          "line": 309,
          "column": 43
        },
        "end": {
          "line": 309,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9778,
      "end": 9779,
      "loc": {
        "start": {
          "line": 309,
          "column": 45
        },
        "end": {
          "line": 309,
          "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": 9784,
      "end": 9790,
      "loc": {
        "start": {
          "line": 310,
          "column": 4
        },
        "end": {
          "line": 310,
          "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 CONSTRAINT_NAME as constraint_name FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE where TABLE_NAME = '",
      "start": 9791,
      "end": 9896,
      "loc": {
        "start": {
          "line": 310,
          "column": 11
        },
        "end": {
          "line": 310,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9897,
      "end": 9898,
      "loc": {
        "start": {
          "line": 310,
          "column": 117
        },
        "end": {
          "line": 310,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 9899,
      "end": 9908,
      "loc": {
        "start": {
          "line": 310,
          "column": 119
        },
        "end": {
          "line": 310,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9909,
      "end": 9910,
      "loc": {
        "start": {
          "line": 310,
          "column": 129
        },
        "end": {
          "line": 310,
          "column": 130
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint ignore: line ",
      "start": 9911,
      "end": 9936,
      "loc": {
        "start": {
          "line": 310,
          "column": 131
        },
        "end": {
          "line": 310,
          "column": 156
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "' AND CONSTRAINT_NAME!='PRIMARY' AND CONSTRAINT_SCHEMA='",
      "start": 9943,
      "end": 10001,
      "loc": {
        "start": {
          "line": 311,
          "column": 6
        },
        "end": {
          "line": 311,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10002,
      "end": 10003,
      "loc": {
        "start": {
          "line": 311,
          "column": 65
        },
        "end": {
          "line": 311,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaName",
      "start": 10004,
      "end": 10014,
      "loc": {
        "start": {
          "line": 311,
          "column": 67
        },
        "end": {
          "line": 311,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10015,
      "end": 10016,
      "loc": {
        "start": {
          "line": 311,
          "column": 78
        },
        "end": {
          "line": 311,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "' AND REFERENCED_TABLE_NAME IS NOT NULL;",
      "start": 10017,
      "end": 10059,
      "loc": {
        "start": {
          "line": 311,
          "column": 80
        },
        "end": {
          "line": 311,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10059,
      "end": 10060,
      "loc": {
        "start": {
          "line": 311,
          "column": 122
        },
        "end": {
          "line": 311,
          "column": 123
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint ignore: line ",
      "start": 10061,
      "end": 10086,
      "loc": {
        "start": {
          "line": 311,
          "column": 124
        },
        "end": {
          "line": 311,
          "column": 149
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10089,
      "end": 10090,
      "loc": {
        "start": {
          "line": 312,
          "column": 2
        },
        "end": {
          "line": 312,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10090,
      "end": 10091,
      "loc": {
        "start": {
          "line": 312,
          "column": 3
        },
        "end": {
          "line": 312,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Generates an SQL query that returns the foreign key constraint of a given column.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} columnName The name of the column.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
      "start": 10095,
      "end": 10381,
      "loc": {
        "start": {
          "line": 314,
          "column": 2
        },
        "end": {
          "line": 321,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getForeignKeyQuery",
      "start": 10384,
      "end": 10402,
      "loc": {
        "start": {
          "line": 322,
          "column": 2
        },
        "end": {
          "line": 322,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10402,
      "end": 10403,
      "loc": {
        "start": {
          "line": 322,
          "column": 20
        },
        "end": {
          "line": 322,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10403,
      "end": 10408,
      "loc": {
        "start": {
          "line": 322,
          "column": 21
        },
        "end": {
          "line": 322,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10408,
      "end": 10409,
      "loc": {
        "start": {
          "line": 322,
          "column": 26
        },
        "end": {
          "line": 322,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columnName",
      "start": 10410,
      "end": 10420,
      "loc": {
        "start": {
          "line": 322,
          "column": 28
        },
        "end": {
          "line": 322,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10420,
      "end": 10421,
      "loc": {
        "start": {
          "line": 322,
          "column": 38
        },
        "end": {
          "line": 322,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10422,
      "end": 10423,
      "loc": {
        "start": {
          "line": 322,
          "column": 40
        },
        "end": {
          "line": 322,
          "column": 41
        }
      }
    },
    {
      "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": 10428,
      "end": 10431,
      "loc": {
        "start": {
          "line": 323,
          "column": 4
        },
        "end": {
          "line": 323,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10432,
      "end": 10441,
      "loc": {
        "start": {
          "line": 323,
          "column": 8
        },
        "end": {
          "line": 323,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10442,
      "end": 10443,
      "loc": {
        "start": {
          "line": 323,
          "column": 18
        },
        "end": {
          "line": 323,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10444,
      "end": 10449,
      "loc": {
        "start": {
          "line": 323,
          "column": 20
        },
        "end": {
          "line": 323,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10449,
      "end": 10450,
      "loc": {
        "start": {
          "line": 323,
          "column": 25
        },
        "end": {
          "line": 323,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10450,
      "end": 10459,
      "loc": {
        "start": {
          "line": 323,
          "column": 26
        },
        "end": {
          "line": 323,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10460,
      "end": 10462,
      "loc": {
        "start": {
          "line": 323,
          "column": 36
        },
        "end": {
          "line": 323,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10463,
      "end": 10468,
      "loc": {
        "start": {
          "line": 323,
          "column": 39
        },
        "end": {
          "line": 323,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10468,
      "end": 10469,
      "loc": {
        "start": {
          "line": 323,
          "column": 44
        },
        "end": {
          "line": 323,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10474,
      "end": 10476,
      "loc": {
        "start": {
          "line": 324,
          "column": 4
        },
        "end": {
          "line": 324,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10477,
      "end": 10478,
      "loc": {
        "start": {
          "line": 324,
          "column": 7
        },
        "end": {
          "line": 324,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10478,
      "end": 10483,
      "loc": {
        "start": {
          "line": 324,
          "column": 8
        },
        "end": {
          "line": 324,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10483,
      "end": 10484,
      "loc": {
        "start": {
          "line": 324,
          "column": 13
        },
        "end": {
          "line": 324,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 10484,
      "end": 10490,
      "loc": {
        "start": {
          "line": 324,
          "column": 14
        },
        "end": {
          "line": 324,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10490,
      "end": 10491,
      "loc": {
        "start": {
          "line": 324,
          "column": 20
        },
        "end": {
          "line": 324,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10492,
      "end": 10493,
      "loc": {
        "start": {
          "line": 324,
          "column": 22
        },
        "end": {
          "line": 324,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10500,
      "end": 10509,
      "loc": {
        "start": {
          "line": 325,
          "column": 6
        },
        "end": {
          "line": 325,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10510,
      "end": 10511,
      "loc": {
        "start": {
          "line": 325,
          "column": 16
        },
        "end": {
          "line": 325,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10512,
      "end": 10517,
      "loc": {
        "start": {
          "line": 325,
          "column": 18
        },
        "end": {
          "line": 325,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10517,
      "end": 10518,
      "loc": {
        "start": {
          "line": 325,
          "column": 23
        },
        "end": {
          "line": 325,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 10518,
      "end": 10524,
      "loc": {
        "start": {
          "line": 325,
          "column": 24
        },
        "end": {
          "line": 325,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10525,
      "end": 10526,
      "loc": {
        "start": {
          "line": 325,
          "column": 31
        },
        "end": {
          "line": 325,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 10527,
      "end": 10530,
      "loc": {
        "start": {
          "line": 325,
          "column": 33
        },
        "end": {
          "line": 325,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10531,
      "end": 10532,
      "loc": {
        "start": {
          "line": 325,
          "column": 37
        },
        "end": {
          "line": 325,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10533,
      "end": 10542,
      "loc": {
        "start": {
          "line": 325,
          "column": 39
        },
        "end": {
          "line": 325,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10542,
      "end": 10543,
      "loc": {
        "start": {
          "line": 325,
          "column": 48
        },
        "end": {
          "line": 325,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10548,
      "end": 10549,
      "loc": {
        "start": {
          "line": 326,
          "column": 4
        },
        "end": {
          "line": 326,
          "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": 10554,
      "end": 10560,
      "loc": {
        "start": {
          "line": 327,
          "column": 4
        },
        "end": {
          "line": 327,
          "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 CONSTRAINT_NAME as constraint_name",
      "start": 10561,
      "end": 10604,
      "loc": {
        "start": {
          "line": 327,
          "column": 11
        },
        "end": {
          "line": 327,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10611,
      "end": 10612,
      "loc": {
        "start": {
          "line": 328,
          "column": 6
        },
        "end": {
          "line": 328,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE",
      "start": 10613,
      "end": 10656,
      "loc": {
        "start": {
          "line": 328,
          "column": 8
        },
        "end": {
          "line": 328,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10663,
      "end": 10664,
      "loc": {
        "start": {
          "line": 329,
          "column": 6
        },
        "end": {
          "line": 329,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " WHERE (REFERENCED_TABLE_NAME = ",
      "start": 10665,
      "end": 10699,
      "loc": {
        "start": {
          "line": 329,
          "column": 8
        },
        "end": {
          "line": 329,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10700,
      "end": 10701,
      "loc": {
        "start": {
          "line": 329,
          "column": 43
        },
        "end": {
          "line": 329,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 10702,
      "end": 10717,
      "loc": {
        "start": {
          "line": 329,
          "column": 45
        },
        "end": {
          "line": 329,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10717,
      "end": 10718,
      "loc": {
        "start": {
          "line": 329,
          "column": 60
        },
        "end": {
          "line": 329,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10718,
      "end": 10727,
      "loc": {
        "start": {
          "line": 329,
          "column": 61
        },
        "end": {
          "line": 329,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10727,
      "end": 10728,
      "loc": {
        "start": {
          "line": 329,
          "column": 70
        },
        "end": {
          "line": 329,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10735,
      "end": 10736,
      "loc": {
        "start": {
          "line": 330,
          "column": 6
        },
        "end": {
          "line": 330,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AND REFERENCED_COLUMN_NAME = ",
      "start": 10737,
      "end": 10769,
      "loc": {
        "start": {
          "line": 330,
          "column": 8
        },
        "end": {
          "line": 330,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10770,
      "end": 10771,
      "loc": {
        "start": {
          "line": 330,
          "column": 41
        },
        "end": {
          "line": 330,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 10772,
      "end": 10787,
      "loc": {
        "start": {
          "line": 330,
          "column": 43
        },
        "end": {
          "line": 330,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10787,
      "end": 10788,
      "loc": {
        "start": {
          "line": 330,
          "column": 58
        },
        "end": {
          "line": 330,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columnName",
      "start": 10788,
      "end": 10798,
      "loc": {
        "start": {
          "line": 330,
          "column": 59
        },
        "end": {
          "line": 330,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10798,
      "end": 10799,
      "loc": {
        "start": {
          "line": 330,
          "column": 69
        },
        "end": {
          "line": 330,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10806,
      "end": 10807,
      "loc": {
        "start": {
          "line": 331,
          "column": 6
        },
        "end": {
          "line": 331,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") OR (TABLE_NAME = ",
      "start": 10808,
      "end": 10829,
      "loc": {
        "start": {
          "line": 331,
          "column": 8
        },
        "end": {
          "line": 331,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10830,
      "end": 10831,
      "loc": {
        "start": {
          "line": 331,
          "column": 30
        },
        "end": {
          "line": 331,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 10832,
      "end": 10847,
      "loc": {
        "start": {
          "line": 331,
          "column": 32
        },
        "end": {
          "line": 331,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10847,
      "end": 10848,
      "loc": {
        "start": {
          "line": 331,
          "column": 47
        },
        "end": {
          "line": 331,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10848,
      "end": 10857,
      "loc": {
        "start": {
          "line": 331,
          "column": 48
        },
        "end": {
          "line": 331,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10857,
      "end": 10858,
      "loc": {
        "start": {
          "line": 331,
          "column": 57
        },
        "end": {
          "line": 331,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10865,
      "end": 10866,
      "loc": {
        "start": {
          "line": 332,
          "column": 6
        },
        "end": {
          "line": 332,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " AND COLUMN_NAME = ",
      "start": 10867,
      "end": 10888,
      "loc": {
        "start": {
          "line": 332,
          "column": 8
        },
        "end": {
          "line": 332,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10889,
      "end": 10890,
      "loc": {
        "start": {
          "line": 332,
          "column": 30
        },
        "end": {
          "line": 332,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 10891,
      "end": 10906,
      "loc": {
        "start": {
          "line": 332,
          "column": 32
        },
        "end": {
          "line": 332,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10906,
      "end": 10907,
      "loc": {
        "start": {
          "line": 332,
          "column": 47
        },
        "end": {
          "line": 332,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columnName",
      "start": 10907,
      "end": 10917,
      "loc": {
        "start": {
          "line": 332,
          "column": 48
        },
        "end": {
          "line": 332,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10917,
      "end": 10918,
      "loc": {
        "start": {
          "line": 332,
          "column": 58
        },
        "end": {
          "line": 332,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10925,
      "end": 10926,
      "loc": {
        "start": {
          "line": 333,
          "column": 6
        },
        "end": {
          "line": 333,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 10927,
      "end": 10930,
      "loc": {
        "start": {
          "line": 333,
          "column": 8
        },
        "end": {
          "line": 333,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10930,
      "end": 10931,
      "loc": {
        "start": {
          "line": 333,
          "column": 11
        },
        "end": {
          "line": 333,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10934,
      "end": 10935,
      "loc": {
        "start": {
          "line": 334,
          "column": 2
        },
        "end": {
          "line": 334,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10935,
      "end": 10936,
      "loc": {
        "start": {
          "line": 334,
          "column": 3
        },
        "end": {
          "line": 334,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Generates an SQL query that removes a foreign key from a table.\n   *\n   * @param  {String} tableName  The name of the table.\n   * @param  {String} foreignKey The name of the foreign key constraint.\n   * @return {String}            The generated sql query.\n   * @private\n   ",
      "start": 10940,
      "end": 11224,
      "loc": {
        "start": {
          "line": 336,
          "column": 2
        },
        "end": {
          "line": 343,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropForeignKeyQuery",
      "start": 11227,
      "end": 11246,
      "loc": {
        "start": {
          "line": 344,
          "column": 2
        },
        "end": {
          "line": 344,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11246,
      "end": 11247,
      "loc": {
        "start": {
          "line": 344,
          "column": 21
        },
        "end": {
          "line": 344,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11247,
      "end": 11256,
      "loc": {
        "start": {
          "line": 344,
          "column": 22
        },
        "end": {
          "line": 344,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11256,
      "end": 11257,
      "loc": {
        "start": {
          "line": 344,
          "column": 31
        },
        "end": {
          "line": 344,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 11258,
      "end": 11268,
      "loc": {
        "start": {
          "line": 344,
          "column": 33
        },
        "end": {
          "line": 344,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11268,
      "end": 11269,
      "loc": {
        "start": {
          "line": 344,
          "column": 43
        },
        "end": {
          "line": 344,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11270,
      "end": 11271,
      "loc": {
        "start": {
          "line": 344,
          "column": 45
        },
        "end": {
          "line": 344,
          "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": 11276,
      "end": 11282,
      "loc": {
        "start": {
          "line": 345,
          "column": 4
        },
        "end": {
          "line": 345,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ALTER TABLE ",
      "start": 11283,
      "end": 11297,
      "loc": {
        "start": {
          "line": 345,
          "column": 11
        },
        "end": {
          "line": 345,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11298,
      "end": 11299,
      "loc": {
        "start": {
          "line": 345,
          "column": 26
        },
        "end": {
          "line": 345,
          "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": 11300,
      "end": 11304,
      "loc": {
        "start": {
          "line": 345,
          "column": 28
        },
        "end": {
          "line": 345,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11304,
      "end": 11305,
      "loc": {
        "start": {
          "line": 345,
          "column": 32
        },
        "end": {
          "line": 345,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 11305,
      "end": 11315,
      "loc": {
        "start": {
          "line": 345,
          "column": 33
        },
        "end": {
          "line": 345,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11315,
      "end": 11316,
      "loc": {
        "start": {
          "line": 345,
          "column": 43
        },
        "end": {
          "line": 345,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11316,
      "end": 11325,
      "loc": {
        "start": {
          "line": 345,
          "column": 44
        },
        "end": {
          "line": 345,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11325,
      "end": 11326,
      "loc": {
        "start": {
          "line": 345,
          "column": 53
        },
        "end": {
          "line": 345,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11327,
      "end": 11328,
      "loc": {
        "start": {
          "line": 345,
          "column": 55
        },
        "end": {
          "line": 345,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " DROP FOREIGN KEY ",
      "start": 11329,
      "end": 11349,
      "loc": {
        "start": {
          "line": 345,
          "column": 57
        },
        "end": {
          "line": 345,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11350,
      "end": 11351,
      "loc": {
        "start": {
          "line": 345,
          "column": 78
        },
        "end": {
          "line": 345,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11352,
      "end": 11356,
      "loc": {
        "start": {
          "line": 345,
          "column": 80
        },
        "end": {
          "line": 345,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11356,
      "end": 11357,
      "loc": {
        "start": {
          "line": 345,
          "column": 84
        },
        "end": {
          "line": 345,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 11357,
      "end": 11372,
      "loc": {
        "start": {
          "line": 345,
          "column": 85
        },
        "end": {
          "line": 345,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11372,
      "end": 11373,
      "loc": {
        "start": {
          "line": 345,
          "column": 100
        },
        "end": {
          "line": 345,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 11373,
      "end": 11383,
      "loc": {
        "start": {
          "line": 345,
          "column": 101
        },
        "end": {
          "line": 345,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11383,
      "end": 11384,
      "loc": {
        "start": {
          "line": 345,
          "column": 111
        },
        "end": {
          "line": 345,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11385,
      "end": 11386,
      "loc": {
        "start": {
          "line": 345,
          "column": 113
        },
        "end": {
          "line": 345,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 11387,
      "end": 11390,
      "loc": {
        "start": {
          "line": 345,
          "column": 115
        },
        "end": {
          "line": 345,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11390,
      "end": 11391,
      "loc": {
        "start": {
          "line": 345,
          "column": 118
        },
        "end": {
          "line": 345,
          "column": 119
        }
      }
    },
    {
      "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": 346,
          "column": 2
        },
        "end": {
          "line": 346,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11396,
      "end": 11397,
      "loc": {
        "start": {
          "line": 347,
          "column": 0
        },
        "end": {
          "line": 347,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11397,
      "end": 11398,
      "loc": {
        "start": {
          "line": 347,
          "column": 1
        },
        "end": {
          "line": 347,
          "column": 2
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " private methods",
      "start": 11400,
      "end": 11418,
      "loc": {
        "start": {
          "line": 349,
          "column": 0
        },
        "end": {
          "line": 349,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 11419,
      "end": 11427,
      "loc": {
        "start": {
          "line": 350,
          "column": 0
        },
        "end": {
          "line": 350,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wrapSingleQuote",
      "start": 11428,
      "end": 11443,
      "loc": {
        "start": {
          "line": 350,
          "column": 9
        },
        "end": {
          "line": 350,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11443,
      "end": 11444,
      "loc": {
        "start": {
          "line": 350,
          "column": 24
        },
        "end": {
          "line": 350,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 11444,
      "end": 11454,
      "loc": {
        "start": {
          "line": 350,
          "column": 25
        },
        "end": {
          "line": 350,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11454,
      "end": 11455,
      "loc": {
        "start": {
          "line": 350,
          "column": 35
        },
        "end": {
          "line": 350,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11455,
      "end": 11456,
      "loc": {
        "start": {
          "line": 350,
          "column": 36
        },
        "end": {
          "line": 350,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11459,
      "end": 11465,
      "loc": {
        "start": {
          "line": 351,
          "column": 2
        },
        "end": {
          "line": 351,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 11466,
      "end": 11471,
      "loc": {
        "start": {
          "line": 351,
          "column": 9
        },
        "end": {
          "line": 351,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11471,
      "end": 11472,
      "loc": {
        "start": {
          "line": 351,
          "column": 14
        },
        "end": {
          "line": 351,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addTicks",
      "start": 11472,
      "end": 11480,
      "loc": {
        "start": {
          "line": 351,
          "column": 15
        },
        "end": {
          "line": 351,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11480,
      "end": 11481,
      "loc": {
        "start": {
          "line": 351,
          "column": 23
        },
        "end": {
          "line": 351,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 11481,
      "end": 11491,
      "loc": {
        "start": {
          "line": 351,
          "column": 24
        },
        "end": {
          "line": 351,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11491,
      "end": 11492,
      "loc": {
        "start": {
          "line": 351,
          "column": 34
        },
        "end": {
          "line": 351,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "'",
      "start": 11493,
      "end": 11497,
      "loc": {
        "start": {
          "line": 351,
          "column": 36
        },
        "end": {
          "line": 351,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11497,
      "end": 11498,
      "loc": {
        "start": {
          "line": 351,
          "column": 40
        },
        "end": {
          "line": 351,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11498,
      "end": 11499,
      "loc": {
        "start": {
          "line": 351,
          "column": 41
        },
        "end": {
          "line": 351,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11500,
      "end": 11501,
      "loc": {
        "start": {
          "line": 352,
          "column": 0
        },
        "end": {
          "line": 352,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 11503,
      "end": 11509,
      "loc": {
        "start": {
          "line": 354,
          "column": 0
        },
        "end": {
          "line": 354,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11509,
      "end": 11510,
      "loc": {
        "start": {
          "line": 354,
          "column": 6
        },
        "end": {
          "line": 354,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 11510,
      "end": 11517,
      "loc": {
        "start": {
          "line": 354,
          "column": 7
        },
        "end": {
          "line": 354,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11518,
      "end": 11519,
      "loc": {
        "start": {
          "line": 354,
          "column": 15
        },
        "end": {
          "line": 354,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 11520,
      "end": 11534,
      "loc": {
        "start": {
          "line": 354,
          "column": 17
        },
        "end": {
          "line": 354,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11534,
      "end": 11535,
      "loc": {
        "start": {
          "line": 354,
          "column": 31
        },
        "end": {
          "line": 354,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11536,
      "end": 11536,
      "loc": {
        "start": {
          "line": 355,
          "column": 0
        },
        "end": {
          "line": 355,
          "column": 0
        }
      }
    }
  ]
}