Sha256: d722342533cddce599a4fe8b3d50b6523e9bc24df1071d2e03128065fd757fff
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
class CreateIdentities < ActiveRecord::Migration[6.0] def change create_table :identities do |t| t.string :provider t.string :uid t.string :name t.string :email t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mac_generators-0.3.1 | test/dummy/tmp/db/migrate/create_identities.rb |