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