Sha256: 825f806e3d3e9e243bd5d87052cbc3363d747a3924897a1bbca8dfd25a2bf3ac

Contents?: true

Size: 289 Bytes

Versions: 26

Compression:

Stored size: 289 Bytes

Contents

class CreateWritefullyAuthorships < ActiveRecord::Migration
  def change
    create_table :writefully_authorships do |t|
      t.references :user, index: true
      t.hstore     :data
      t.string     :role
      t.boolean    :active, default: true

      t.timestamps
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
writefully-0.8.2 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.8.1 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.8.0 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.7.1 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.12 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.11 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.10 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.9 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.7 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.6 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.5 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.4 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.3 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.6.2 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.5.1 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.5.0 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.4.10 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.4.8 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.4.7 db/migrate/20140402200330_create_writefully_authorships.rb
writefully-0.4.6 db/migrate/20140402200330_create_writefully_authorships.rb