Sha256: a175cb897b17df10e0b344867d66a31c822939802c0c2c7931d096c358195241

Contents?: true

Size: 249 Bytes

Versions: 10

Compression:

Stored size: 249 Bytes

Contents

ActiveRecord::Schema.define(:version => 0) do
  
  create_table :posts, :force => true do |t|
    t.string :first_name
    t.string :last_name, :null => false
    t.string :title
    t.text :summary
    t.text :body
    t.integer :views
  end
  
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
nilify_blanks-1.2.1 spec/db/schema.rb
nilify_blanks-1.2.0 spec/db/schema.rb
railsgarden-nilify_blanks-0.1.0 test/schema.rb
railsgarden-nilify_blanks-0.1.1 test/schema.rb
railsgarden-nilify_blanks-0.1.2 test/schema.rb
nilify_blanks-1.1.0 spec/db/schema.rb
nilify_blanks-1.0.3 spec/db/schema.rb
nilify_blanks-1.0.2 spec/db/schema.rb
nilify_blanks-1.0.1 spec/db/schema.rb
nilify_blanks-1.0.0 spec/db/schema.rb