Sha256: 8b4f6d9be80b9c20da98b8c21556c7b3b3cf098b6c324cb16058c3a06825b3be

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

class CreateTestCustomAudits < ActiveRecord::Migration[5.2]
  def change
    create_table :test_custom_audits do |t|
      t.text :test_text
      t.date :test_date
      t.datetime :test_time
      t.text :test_skipped_column

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
better_record-0.2.0 spec/dummy/db/migrate/20180725233007_create_test_custom_audits.rb