Sha256: 6c3149f2c1ce4fa0f567b513760db1bbc0f150d7667b33afb10eac81f080d273
Contents?: true
Size: 273 Bytes
Versions: 24
Compression:
Stored size: 273 Bytes
Contents
class CreateOproClientApps < ActiveRecord::Migration def change create_table :opro_client_apps 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
24 entries across 16 versions & 1 rubygems