Sha256: 2ed426999bab964d481d97f16f4d562a7597a57731e6230af4ed3ec4798fc612

Contents?: true

Size: 159 Bytes

Versions: 4

Compression:

Stored size: 159 Bytes

Contents

class CreateClients < ActiveRecord::Migration[5.1]
  def change
    create_table :clients, primary_key: :client_id do |t|
      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simon_says-0.3.0.alpha.7 test/rails_app/db/migrate/20190711184853_create_clients.rb
simon_says-0.3.0.alpha.6 test/rails_app/db/migrate/20190711184853_create_clients.rb
simon_says-0.3.0.alpha.5 test/rails_app/db/migrate/20190711184853_create_clients.rb
simon_says-0.3.0.alpha.4 test/rails_app/db/migrate/20190711184853_create_clients.rb