From ea76cba2c907f7f7c573bf1bb52953c6c1490c7b Mon Sep 17 00:00:00 2001 From: Pelotfr Date: Thu, 23 Nov 2023 15:27:47 +0100 Subject: [PATCH] Fixed erDiagram in README --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index aa8d9a1..d05f342 100644 --- a/README.md +++ b/README.md @@ -68,26 +68,28 @@ erDiagram Sales }|--|{ Assets : " " Sales { - sale_id UInt64, - trx_id String, - seller String, - asset_ids Array(UInt64), - offer_id Int64, - listing_price_amount Int64, - listing_price_precision UInt8, - listing_price_symcode String, - settlement_symbol_precision UInt8, - settlement_symbol_code String, - maker_marketplace String, - collection_name String, - collection_fee Float64, + sale_id UInt64 + trx_id String + seller String + asset_ids Array(UInt64) + offer_id Int64 + listing_price_amount Int64 + listing_price_precision UInt8 + listing_price_symcode String + settlement_symbol_precision UInt8 + settlement_symbol_code String + maker_marketplace String + collection_name String + collection_fee Float64 + } Assets { asset_id UInt64 - owner String + scope String collection_name String template_id Int32 + } ``` ## Help