Sha256: 52a7bb619e72aedddfefabb1252b4e51d5626ebf95cad05e4377b6810384eb8a
Contents?: true
Size: 837 Bytes
Versions: 2
Compression:
Stored size: 837 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 "accounts", :force => true do |t| t.column "amount", :integer t.column "person_id", :integer end 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 create_table "people", :force => true do |t| t.column "name", :string end create_table "users", :force => true do |t| t.column "name", :string, :default => "", :null => false t.column "lastupdate", :date end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gettext-1.10.0-mswin32 | test/rails/db/schema.rb |
gettext-1.10.0 | test/rails/db/schema.rb |