{
	"author": "",
	"description": "create table group_flags",
	"created_at": 1444668714005,
	"up": [
    "CREATE TABLE group_flags (
        group_id varchar(255) DEFAULT NULL,
        flag_id varchar(255) DEFAULT NULL,
        created_at datetime DEFAULT NULL,
        updated_at datetime DEFAULT NULL
      )"
  ],
  "down": [
    "DROP TABLE IF EXISTS group_flags"
  ]
}