Sha256: f0bfdc2c633ec482f9c54cdae2f964b0be4fcc537cff30ee6026106ef05caeef
Contents?: true
Size: 147 Bytes
Versions: 10
Compression:
Stored size: 147 Bytes
Contents
class CreateFoods < ActiveRecord::Migration def change create_table :foods do |t| t.string :name t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems