Sha256: 95649d1c5f23397095ffce450aa498d280299ae78f50a6a6a66cb08906d2383d

Contents?: true

Size: 138 Bytes

Versions: 5

Compression:

Stored size: 138 Bytes

Contents

# frozen_string_literal: true

class CreateArticlesTable < ActiveRecord::Migration[5.0]
  def change
    create_table :articles
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
voting-0.5.0 spec/support/db/migrate/create_articles_table.rb
voting-0.4.0 spec/support/db/migrate/create_articles_table.rb
voting-0.3.0 spec/support/db/migrate/create_articles_table.rb
voting-0.2.0 spec/support/db/migrate/create_articles_table.rb
voting-0.1.0 spec/support/db/migrate/create_articles_table.rb