Sha256: 3e7f0b5a48d96d464aef67e42ca46a8c92831e77888c28e5239c358f30880285

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

Stored size: 323 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.column :slug, :citext
    t.integer :views
    t.integer :category_id
    t.string :blog_id
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilify_blanks-1.4.0 spec/db/schema.rb
nilify_blanks-1.3.0 spec/db/schema.rb