basic listing stuff

This commit is contained in:
Dylan Knutson
2025-09-02 01:43:15 +00:00
parent da1fd1027f
commit f74c3502d6
21 changed files with 739 additions and 623 deletions

View File

@@ -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,