Sha256: 8f201499194d62f823ddf2f53dcdcac57ef191f6965075a3eacec53bb41f4b11
Contents?: true
Size: 260 Bytes
Versions: 6
Compression:
Stored size: 260 Bytes
Contents
class CreateOproClientApplications < ActiveRecord::Migration def change create_table :opro_client_applications do |t| t.string :name t.string :app_id t.string :app_secret t.integer :user_id t.timestamps end end end
Version data entries
6 entries across 3 versions & 1 rubygems