Sha256: 9ab8413835fe0ac9f002f64846614921550a980a8629d22c26c59fec03d7df0d

Contents?: true

Size: 131 Bytes

Versions: 6

Compression:

Stored size: 131 Bytes

Contents

class CreatePosts < ActiveRecord::Migration[7.0]
  def change
    create_table :posts do |t|

      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bard-file_field-0.1.5 dummy/db/migrate/20231013175203_create_posts.rb
bard-file_field-0.1.4 dummy/db/migrate/20231013175203_create_posts.rb
bard-file_field-0.1.3 dummy/db/migrate/20231013175203_create_posts.rb
bard-file_field-0.1.2 dummy/db/migrate/20231013175203_create_posts.rb
bard-file_field-0.1.1 dummy/db/migrate/20231013175203_create_posts.rb
bard-file_field-0.1.0 dummy/db/migrate/20231013175203_create_posts.rb