Service listing
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
service_listing_id | integer | not null |
title | text | not null |
description_html | text | |
service_level | text | not null |
total_price | numeric(19,2) | not null |
duration | integer | |
status | integer | not null |
expiration_date | date | not null |
creation_date | timestamp without time zone | not null |
service_contract_id | integer | |
seller_user_id | integer | not null |
currency_iso_code | text | not null |
project_id | integer | |
row_modtime | integer | |
Indexes: service_listing_pkey primary key btree (service_listing_id) | ||
Foreign Key constraints: $1 FOREIGN KEY (project_id) REFERENCES sf0507.groups(group_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)