Sha256: d1e70f3489258fb4d1cfb130d8a59f3a4caba0d2407c5c157bac9b0948d2c8e5

Contents?: true

Size: 464 Bytes

Versions: 4

Compression:

Stored size: 464 Bytes

Contents

# This file is autogenerated. Instead of editing this file, please use the
# migrations feature of ActiveRecord to incrementally modify your database, and
# then regenerate this schema definition.

ActiveRecord::Schema.define(:version => 1) do
  create_table "articles", :force => true do |t|
    t.column "title", :string, :default => "", :null => false
    t.column "description", :text, :default => "", :null => false
    t.column "lastupdate", :date
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gettext-1.10.0-mswin32 samples/rails/db/schema.rb
gettext-1.9.0-mswin32 samples/rails/db/schema.rb
gettext-1.10.0 samples/rails/db/schema.rb
gettext-1.9.0 samples/rails/db/schema.rb