Sha256: ba8e1275c02f0ea714e0c259bc6f0128774a446297da94323e63c46e1410b942
Contents?: true
Size: 457 Bytes
Versions: 1
Compression:
Stored size: 457 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 "entries", :force => true do |t| t.column "name", :string t.column "date", :datetime t.column "memo", :text t.column "amount", :integer t.column "approved", :boolean end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
user_query-0.1.0 | examples/userqueryex/db/schema.rb |