Sha256: d701018a8aa5e23d5f55fe6788d8d19999b41e8c7ec5cbc476327d0d4318fba6

Contents?: true

Size: 136 Bytes

Versions: 5

Compression:

Stored size: 136 Bytes

Contents

# frozen_string_literal: true

class CreateAuthorsTable < ActiveRecord::Migration[5.0]
  def change
    create_table :authors
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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