Skip to content

Instantly share code, notes, and snippets.

@vsalbaba
Created October 21, 2009 10:27
Show Gist options
  • Save vsalbaba/215013 to your computer and use it in GitHub Desktop.
Save vsalbaba/215013 to your computer and use it in GitHub Desktop.
def self.up
create_table :ftp_users do |t|
t.string :username
t.string :password
t.string :uid
t.string :gid
t.string :dir
t.integer :web_hosting_id
t.integer :state
t.timestamps
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment