Purchase Order Quantity Price Detail For Commodity/Goods Procurements
City of Austin
@usgov.city_of_austin_purchase_order_quantity_price_detail_fo_ccc67425
City of Austin
@usgov.city_of_austin_purchase_order_quantity_price_detail_fo_ccc67425
CREATE TABLE table_1 (
"commodity" VARCHAR,
"commodity_description" VARCHAR,
"extended_description" VARCHAR,
"quantity" DOUBLE,
"unit_of_measure" VARCHAR,
"unit_of_meas_desc" VARCHAR,
"unit_price" DOUBLE,
"itm_tot_am" DOUBLE,
"master_agreement" VARCHAR,
"contract_name" VARCHAR,
"purchase_order" VARCHAR,
"award_date" TIMESTAMP,
"vendor_code" VARCHAR,
"lgl_nm" VARCHAR,
"ad_ln_1" VARCHAR,
"ad_ln_2" VARCHAR,
"city" VARCHAR,
"st" VARCHAR,
"zip" VARCHAR,
"ctry" VARCHAR,
"data_build_date" TIMESTAMP
);
Anyone who has the link will be able to view this.