Service order
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
service_order_id | integer | not null |
order_date | timestamp without time zone | not null |
expire_date | date | |
payment_status | text | not null |
per_usd | numeric(19,2) | not null |
deleted | boolean | not null |
payment_option_id | integer | |
buyer_user_id | integer | not null |
service_listing_id | integer | not null |
row_modtime | integer | |
Indexes: service_order_pkey primary key btree (service_order_id) | ||
Foreign Key constraints: $1 FOREIGN KEY (service_listing_id) REFERENCES sf0507.service_listing(service_listing_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)