Sha256: 0e60c1e0cec2ad1f2d6744b3f06f8a2a2851dc1a10bfaf86369a45832359174c
Contents?: true
Size: 418 Bytes
Versions: 9
Compression:
Stored size: 418 Bytes
Contents
class CreateLibraryGroups < ActiveRecord::Migration[4.2] 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
9 entries across 9 versions & 3 rubygems