Skip to content

Instantly share code, notes, and snippets.

Created August 30, 2009 18:28
Show Gist options
  • Save anonymous/178069 to your computer and use it in GitHub Desktop.
Save anonymous/178069 to your computer and use it in GitHub Desktop.
class CreateAccountsComponents < ActiveRecord::Migration
def self.up
create_table :themes do |t|
t.int 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment