Sha256: 1469907f82fb10023f14bcce71739b2398b327b10457e5f09079327d78499418

Contents?: true

Size: 401 Bytes

Versions: 6

Compression:

Stored size: 401 Bytes

Contents

ActiveRecord::Schema.define(version: 20130710175855) do

  create_table "filings", force: true do |t|
    t.string  "url"
    t.string  "buyer"
    t.integer "amount"
    t.boolean "verified"
    t.text    "notes"
  end

  create_table "transcriptions", force: true do |t|
    t.string  "buyer"
    t.integer "amount"
    t.integer "filing_id"
    t.string  "user_id"
    t.text    "notes"
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
transcribable-0.0.6 test/dummy/db/schema.rb
transcribable-0.0.5 test/dummy/db/schema.rb
transcribable-0.0.4 test/dummy/db/schema.rb
transcribable-0.0.3 test/dummy/db/schema.rb
transcribable-0.0.2 test/dummy/db/schema.rb
transcribable-0.0.1 test/dummy/db/schema.rb