Sha256: 2fa0c0a66c424fafc81b2e4b690c60de3cad2c76f951ef95ec0482c20fd93101

Contents?: true

Size: 285 Bytes

Versions: 6

Compression:

Stored size: 285 Bytes

Contents

class CreateTheblogContentStatuses < ActiveRecord::Migration
  def change
    create_table :theblog_content_statuses do |t|
      t.string :title, null: false
      t.text :description

      t.timestamps
    end
    add_index :theblog_content_statuses, :title, unique: true
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
theblog-0.0.2.3 db/migrate/20150124095542_create_theblog_content_statuses.rb
theblog-0.0.2.2 db/migrate/20150124095542_create_theblog_content_statuses.rb
theblog-0.0.2.1 db/migrate/20150124095542_create_theblog_content_statuses.rb
theblog-0.0.2 db/migrate/20150124095542_create_theblog_content_statuses.rb
theblog-0.0.1.1 db/migrate/20150124095542_create_theblog_content_statuses.rb
theblog-0.0.1 db/migrate/20150124095542_create_theblog_content_statuses.rb