1 2 3 4 5 6 7 8 9
key order_id int; property order_id.amount float; datasource orders ( order_id, amount ) grain (order_id) address db.orders;