Sha256: 5fe5bad805d309e6138eb7883492bec5c58a86ea4ce92050a9be4ae7d4b88f53

Contents?: true

Size: 151 Bytes

Versions: 4

Compression:

Stored size: 151 Bytes

Contents

# frozen_string_literal: true

class CreateGlobalsTable < ActiveRecord::Migration[5.0]
  def change
    create_table :globals do |t|
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rating-0.11.0 spec/support/db/migrate/create_globals_table.rb
rating-0.10.0 spec/support/db/migrate/create_globals_table.rb
rating-0.9.0 spec/support/db/migrate/create_globals_table.rb
rating-0.8.0 spec/support/db/migrate/create_globals_table.rb