Sha256: 9656968813e59cbe8375cc8542b8bc190bc9c7e15a274ac928224182eb4f7cee

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

class CreateHasTimestamps < ActiveRecord::Migration[5.2]
  def change
    create_table :has_timestamps do |t|

      t.timestamps null: false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
first_after_created_at-1.0.1 test/dummy/db/migrate/20170802143942_create_has_timestamps.rb
first_after_created_at-1.0.0 test/dummy/db/migrate/20170802143942_create_has_timestamps.rb