# This migration comes from hubstats (originally 20140703173123) class CreateHubstatsLabels < ActiveRecord::Migration def change create_table :hubstats_labels do |t| t.string :name t.string :color t.string :url end end end