Created
August 30, 2009 18:28
-
-
Save anonymous/178069 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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