Replies: 1 comment 2 replies
-
That's exactly what I'll do on top of the basic standard -- some relations. But it's out of the scope for here. What you mean by required? The upcoming format will always have |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I was thinking about the optionality of tokenId field. If we make it must have, I see a big advantage for relational databases. You can store that as decimal, indexed field (even make that an ID) and create foreign key constraints to join tables (e.g. table with opensea listings) based on tokenId, instead of using names/labels strings. I think making this field required is good step towards efficient data processing/querying, as the clubs collections grows really fast.
Beta Was this translation helpful? Give feedback.
All reactions