blob: e7d32035faf3ed87df44013bafb6266ae5657b7a [file] [log] [blame]
CREATE TABLE IF NOT EXISTS store.shopping_cart (
userid text PRIMARY KEY,
item_count int,
last_update_timestamp timestamp
);