Sha256: 821eff1b5d5cfd6ad55dc93aa8daeb56f546d5a95f114096c7407e19848b194c
Contents?: true
Size: 272 Bytes
Versions: 9
Compression:
Stored size: 272 Bytes
Contents
class CreatePatronRelationshipTypes < ActiveRecord::Migration def change create_table :agent_relationship_types do |t| t.string :name, :null => false t.text :display_name t.text :note t.integer :position t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems