All pastes #2066261 Raw Edit

Unnamed

public text v1 · immutable
#2066261 ·published 2011-05-21 15:45 UTC
rendered paste body
	orders
		id
		user_id
		timestamp
		paid
		sent
		bookrolled
		paymethod
		payment_info
		trackingnumber
		status: enum(pending_created, dropped, pending_shipment, done) <-- new
			if pending_shipment, shops are to send to kleidoo
	orders_priducts
		order_id
		shop_id <-- -1 if no shop accepted - this is new use of field
		v_vs_id
		size
		color
		prodnumber
		product_title
		brand_name
		nowprice
		quantity
		trackingnumber <-- to kleidoo, new
		admin_recieved <-- to kleidoo, new