Sha256: 41fd23c56b7becbb641d58adcbec0d54e25834ca3d4a2b9d1942b967a2f75cee
Contents?: true
Size: 239 Bytes
Versions: 473
Compression:
Stored size: 239 Bytes
Contents
class CreateExtents < ActiveRecord::Migration def change create_table :extents 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
473 entries across 470 versions & 21 rubygems