[
  {
    "name":"create table foo",
    "deploy_sql":"CREATE TABLE foo(a,b)",
    "verify_sql":"SELECT 1"
  }
]