Sha256: e8cd4616adbe265a50e5d394adfc99c5713f81fd96e05c6ba47ee016c524c75b
Contents?: true
Size: 241 Bytes
Versions: 76
Compression:
Stored size: 241 Bytes
Contents
class CreateExtents < ActiveRecord::Migration[4.2] 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
76 entries across 76 versions & 10 rubygems