You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/db/migrate/20141013023400_create_web_f...

12 lines
221 B

class CreateWebFooterCompanies < ActiveRecord::Migration
def change
create_table :web_footer_companies do |t|
t.string :name
t.string :logo_size
t.string :url
t.timestamps
end
end
end