Sha256: fe57cdcaf6cb597abe8d16a472ba7204d38aa0daf2e5a6da9e978881c93fd923

Contents?: true

Size: 223 Bytes

Versions: 29

Compression:

Stored size: 223 Bytes

Contents

class CreateEditors < ActiveRecord::Migration
  def change
    create_table :editors do |t|
      t.string :email
      t.string :password_digest
      t.boolean :admin, default: false

      t.timestamps
    end
  end
end

Version data entries

29 entries across 16 versions & 1 rubygems

Version Path
manifest-rails-0.2.8 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.8 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.2.7 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.7 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.2.6 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.2.6 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.5 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.5 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.2.4 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.4 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.2.3 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.3 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.2.2 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.2.2 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.1 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.1 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.2.0 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.2.0 db/migrate/20120305164036_create_editors.rb
manifest-rails-0.1.3 lib/generators/manifest/install/templates/create_editors.rb
manifest-rails-0.1.3 db/migrate/20120305164036_create_editors.rb