Sha256: 06eb89f5faeb62233a63808aa813af2bcdee0c27c6631b9a557f84153491553f

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

ActiveRecord::Base.connection.create_table :posts, :force => true do |t|
  t.column :subject, :string,  :null => false
  t.column :content, :text
end

Post.create :subject => "Hello World", :content => "Um Text"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sherpa99-thinking-sphinx-1.1.4 features/support/db/migrations/create_posts.rb