Sha256: cff932b4c60a2774d98efa36ce8516f0329c8d8330f08d912e65bce1895a1ce9
Contents?: true
Size: 276 Bytes
Versions: 5
Compression:
Stored size: 276 Bytes
Contents
# This migration comes from droom (originally 20130116155331) class Dropbox < ActiveRecord::Migration def change create_table :droom_dropbox_tokens do |t| t.column :created_by_id, :integer t.column :access_token, :string t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems