Sha256: 560747a09ffc4874e4c0d9465c2f4fb9be7b0add602af65d6d7eed9e40b867e0
Contents?: true
Size: 441 Bytes
Versions: 88
Compression:
Stored size: 441 Bytes
Contents
class CreateLibraryGroups < ActiveRecord::Migration def change create_table :library_groups do |t| t.string :name, :null => false t.text :display_name t.string :short_name, :null => false t.string :email t.text :my_networks t.text :login_banner t.text :note t.integer :country_id t.integer :position t.timestamps end add_index :library_groups, :short_name end end
Version data entries
88 entries across 88 versions & 15 rubygems