Skip to content

Commit

Permalink
Update db-schema.md for simplified offers schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjove committed Mar 5, 2019
1 parent aef707a commit 8a987ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/db-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,8 @@ Field | Type | Description
------|------|---------------
sellerid | VARCHAR(56) NOT NULL | (STRKEY)
offerid | BIGINT NOT NULL CHECK (offerid >= 0) |
sellingassettype | INT | selling.type
sellingassetcode | VARCHAR(12) | selling.*.assetCode
sellingissuer | VARCHAR(56) | selling.*.issuer
buyingassettype | INT | buying.type
buyingassetcode | VARCHAR(12) | buying.*.assetCode
buyingissuer | VARCHAR(56) | buying.*.issuer
sellingasset | TEXT NOT NULL | selling (BASE64)
buyingasset | TEXT NOT NULL | buying (BASE64)
amount | BIGINT NOT NULL CHECK (amount >= 0) |
pricen | INT NOT NULL | Price.n
priced | INT NOT NULL | Price.d
Expand Down

0 comments on commit 8a987ca

Please sign in to comment.