Sha256: 5e73a2059ba6e7e6ee706b9a6481519696b784c35f3a4c12ec89bc6960cddca2

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

begin 
  ActiveRecord::Schema.define do
  
    create_table "whowish_word_htmls", :force => false do |t|
      t.string "word_id", :null => false
      t.text  "content", :null => false
    end
    
    add_index :whowish_word_htmls, :word_id, :unique => true
    
  end

rescue Exception=>e

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whowish_word-0.3.3 lib/whowish_word/db_migration/active_record/whowish_word_html.rb
whowish_word-0.3.2 lib/whowish_word/db_migration/active_record/whowish_word_html.rb