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

Version Path
opro-0.0.3 lib/generators/active_record/templates/client_applications.rb
opro-0.0.3 test/dummy/db/migrate/20120514060323_create_opro_client_applications.rb
opro-0.0.2 lib/generators/active_record/templates/client_applications.rb
opro-0.0.2 test/dummy/db/migrate/20120514060323_create_opro_client_applications.rb