Skip to content

Instantly share code, notes, and snippets.

@iamjwc
Forked from anonymous/gist:178069
Created August 30, 2009 18:29
Show Gist options
  • Save iamjwc/178071 to your computer and use it in GitHub Desktop.
Save iamjwc/178071 to your computer and use it in GitHub Desktop.
class CreateAccountsComponents < ActiveRecord::Migration
def self.up
create_table :themes do |t|
t.integer :account_id
t.string :name
t.string :default_processing_message
t.string :standalone_header_image
t.string :standalone_background_color
t.string :validation_icon
t.string :custom_validation_icon
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment