create_table "admin_tags", id: :integer, charset: "utf8", force: :cascade do |t|
    t.string "scope"
    t.string "tag"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false