basic listing stuff
This commit is contained in:
@@ -23,6 +23,7 @@ CREATE TABLE listings (
|
||||
listing_type TEXT NOT NULL, -- 'basic_auction', 'multi_slot_auction', 'fixed_price_listing', 'blind_auction'
|
||||
title TEXT NOT NULL,
|
||||
description TEXT,
|
||||
currency_type TEXT NOT NULL, -- 'usd'
|
||||
|
||||
-- Pricing (stored as INTEGER cents for USD)
|
||||
starting_bid INTEGER,
|
||||
|
||||
Reference in New Issue
Block a user