Sha256: e18fea92a10b0512d3685c179b4fc93cd10fc2787f4159d15cffc07156892cd1
Contents?: true
Size: 419 Bytes
Versions: 287
Compression:
Stored size: 419 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.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
287 entries across 284 versions & 23 rubygems