Sha256: ef6edab7aab36760dcfc525a0e8fc5185333bd0972b8849de5a6b0a75c3e1fc4
Contents?: true
Size: 159 Bytes
Versions: 5
Compression:
Stored size: 159 Bytes
Contents
class CreateSchema < ActiveRecord::Migration def change create_table :a_models do |t| t.datetime :start_date t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems