hex337 / alex-koin-go

MIT License
2 stars 1 forks source link

Create nft table #24

Open hex337 opened 3 years ago

hex337 commented 3 years ago

owner_id - default null min_bid - default 1 price_paid - default null creator_id - can't be null source_url - can't be null display_url - default to source_url uuid - can't be null

Probably want to also add a command to create an nft

create nft source_url

Responds with the uuid for the NFT.