Sha256: 078c7d38983b05b243c0b3fe09e8a8b2e4864422b18735cfafb4d1e2924bde9f
Contents?: true
Size: 281 Bytes
Versions: 4
Compression:
Stored size: 281 Bytes
Contents
class CreateOproClientApps < ActiveRecord::Migration def change create_table :opro_client_applications do |t| t.string :name t.string :app_id t.string :app_secret t.text :permissions t.integer :user_id t.timestamps end end end
Version data entries
4 entries across 2 versions & 1 rubygems