{
  "author": "",
  "description": "create flags table",
  "created_at": 1444400157862,
  "up": [
    "CREATE TABLE flags (
        id varchar(255) DEFAULT NULL,
        name varchar(255) DEFAULT NULL,
        created_at datetime DEFAULT NULL,
        updated_at datetime DEFAULT NULL,
        category_id varchar(255) DEFAULT NULL
      )"
  ],
  "down": [
    "DROP TABLE IF EXISTS flags"
  ]
}