Sha256: 44338c0b6a5cdf26989ef6d0f5ae7c6c852f5f086067ae2dc93cafa02c799786
Contents?: true
Size: 383 Bytes
Versions: 34
Compression:
Stored size: 383 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, index: true, null: false t.text :my_networks t.text :login_banner t.text :note t.integer :country_id t.integer :position t.timestamps end end end
Version data entries
34 entries across 30 versions & 13 rubygems