Sha256: d7e16f93efd295782ca87bff4b64a246944b528f4c14750af72ed51ccae6fd63
Contents?: true
Size: 157 Bytes
Versions: 4
Compression:
Stored size: 157 Bytes
Contents
class CreateAlligators < ActiveRecord::Migration def change create_table :alligators do |t| t.string :name t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems