Sha256: 15c248b556d635b59272d7346fd250d034d0ea6ee1ebeabcc682c8c58758a289
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 Bytes
Contents
class CreateGuilds < ActiveRecord::Migration #def self.up # create_table :guilds do |t| # t.string :name # t.string :tag # t.integer :ogi_alliance_id, :default => 0 # t.integer :gold, :null => false # t.integer :diamanten, :null => false # t.text :description # t.integer :member_limit, :null => false # t.integer :experience_bonus, :null => false # t.integer :gold_bonus, :null => false # t.string :image_file_name # t.string :image_content_type # t.integer :image_file_size # t.timestamps # end # # add_index :guilds, [:name] # add_index :guilds, [:tag] #end # #def self.down # drop_table :guilds #end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
onlinegames_info_connect-0.0.1 | db/migrate/20100607191655_create_guilds.rb |