[
  {
    "name":"insert into foo",
    "deploy_sql":"INSERT INTO foo VALUES (1, 2)",
    "verify_sql":"SELECT * FROM foo",
    "verify_expects":[ "Something it won't get" ]
  }
]