Sha256: bc7d65a7a4fbbc5e36ebf62a609ebc0fa1ca49f4ce6427b2a89684bd7652e71b
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
class CreateTestAudits < ActiveRecord::Migration[5.2] def change create_table :test_audits do |t| t.text :test_text t.date :test_date t.datetime :test_time 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/20180725233004_create_test_audits.rb |