Sha256: e82ce206d7d9df3efeee391e21a54f756b853681f75265803718c777455b8de4

Contents?: true

Size: 141 Bytes

Versions: 9

Compression:

Stored size: 141 Bytes

Contents

# frozen_string_literal: true

class CreatePosts < ActiveRecord::Migration[6.1]
  def change
    create_table :posts, &:timestamps
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mobility-actiontext-1.1.1 test_app/db/migrate/20210114125134_create_posts.rb
mobility-actiontext-1.1.0 test_app/db/migrate/20210114125134_create_posts.rb
mobility-actiontext-1.0.0 test_app/db/migrate/20210114125134_create_posts.rb
mobility-actiontext-0.6.0 test_app/db/migrate/20210114125134_create_posts.rb
mobility-actiontext-0.5.0 test_app/db/migrate/20210114125134_create_posts.rb
mobility-actiontext-0.4.0 test_app/db/migrate/20210114125134_create_posts.rb
mobility-actiontext-0.3.0 test_app/db/migrate/20210114125134_create_posts.rb
mobility-actiontext-0.2.0 test_app/db/migrate/20210114125134_create_posts.rb
mobility-actiontext-0.1.0 test_app/db/migrate/20210114125134_create_posts.rb