Connected to PostgreSQL Database


Table: audit_log

Structure

Column Type Length Nullable
audit_idintegerNO
table_namecharacter varying50NO
field_namecharacter varying50YES
record_idintegerNO
actioncharacter varying20NO
old_valuesjsonbYES
new_valuesjsonbYES
changed_bycharacter varying50YES
changed_ontimestamp without time zoneNO
ip_addresscharacter varying45YES
session_idcharacter varying128YES
user_agentcharacter varying255YES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "audit_log" does not exist LINE 3: FROM "audit_log" ^

Table: blanket_penawaran_header

Structure

Column Type Length Nullable
blanket_idintegerNO
blanket_numbercharacter varying50NO
supplier_idintegerNO
supplier_name_snapshotcharacter varying100YES
titlecharacter varying200YES
start_datedateYES
close_order_datedateYES
due_payment_datedateYES
delivery_datedateYES
close_datedateYES
statuscharacter varying20NO
created_bycharacter varying50YES
created_ontimestamp without time zoneNO

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "blanket_penawaran_header" does not exist LINE 3: FROM "blanket_penawaran_header" ^

Table: blanket_penawaran_item

Structure

Column Type Length Nullable
blanket_idintegerNO
item_idintegerNO
item_numberintegerNO
descriptioncharacter varying200NO
unit_of_measurecharacter varying20NO
qty_offerednumericNO
unit_pricenumericNO

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "blanket_penawaran_item" does not exist LINE 3: FROM "blanket_penawaran_item" ^

Table: blanket_site_assignment

Structure

Column Type Length Nullable
assignment_idintegerNO
blanket_idintegerNO
site_idintegerNO
assigned_bycharacter varying50YES
assigned_ontimestamp without time zoneNO
statuscharacter varying20NO

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "blanket_site_assignment" does not exist LINE 3: FROM "blanket_site_assignment" ^

Table: booking_header

Structure

Column Type Length Nullable
booking_idintegerNO
booking_numbercharacter varying50NO
site_idintegerNO
penawaran_idintegerNO
supplier_idintegerNO
member_idintegerNO
member_name_snapshotcharacter varying100YES
statuscharacter varying30NO
total_amountnumericNO
payment_proof_file_pathcharacter varying255YES
payment_datetimestamp without time zoneYES
payment_methodcharacter varying30YES
payment_amountnumericYES
payment_verified_bycharacter varying50YES
payment_verified_ontimestamp without time zoneYES
payment_rejected_reasoncharacter varying200YES
payment_rejected_countintegerNO
delivery_addresscharacter varying255YES
delivery_notescharacter varying500YES
estimated_delivery_datedateYES
delivery_proof_file_pathcharacter varying255YES
is_recipient_confirmedbooleanNO
recipient_confirmed_ontimestamp without time zoneYES
cancelled_reasoncharacter varying200YES
cancelled_bycharacter varying50YES
cancelled_ontimestamp without time zoneYES
is_refund_requiredbooleanNO
refund_processed_ontimestamp without time zoneYES
refund_processed_bycharacter varying50YES
notescharacter varying500YES
created_bycharacter varying50YES
created_ontimestamp without time zoneNO
updated_bycharacter varying50YES
updated_ontimestamp without time zoneYES
expired_ontimestamp without time zoneYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "booking_header" does not exist LINE 3: FROM "booking_header" ^

Table: booking_item

Structure

Column Type Length Nullable
booking_idintegerNO
item_idintegerNO
penawaran_item_idintegerNO
description_snapshotcharacter varying200YES
unit_of_measure_snapshotcharacter varying20YES
qty_offered_snapshotnumericYES
qty_orderednumericNO
unit_price_snapshotnumericNO
subtotalnumericNO
item_statuscharacter varying20NO

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "booking_item" does not exist LINE 3: FROM "booking_item" ^

Table: booking_status_history

Structure

Column Type Length Nullable
history_idintegerNO
booking_idintegerNO
status_fromcharacter varying30YES
status_tocharacter varying30NO
changed_bycharacter varying50YES
changed_ontimestamp without time zoneNO
notescharacter varying500YES
ip_addresscharacter varying45YES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "booking_status_history" does not exist LINE 3: FROM "booking_status_history" ^

Table: config

Structure

Column Type Length Nullable
config_idintegerNO
config_keycharacter varying40NO
config_valuenumericNO
config_value_2numericYES
descriptioncharacter varying255YES
updated_bycharacter varying50YES
updated_ontimestamp without time zoneYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "config" does not exist LINE 3: FROM "config" ^

Table: data_archive

Structure

Column Type Length Nullable
archive_idintegerNO
table_namecharacter varying50NO
record_idintegerNO
archive_datajsonbNO
archived_bycharacter varying50YES
archived_ontimestamp without time zoneNO
archive_reasoncharacter varying200YES
retention_until_datedateYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "data_archive" does not exist LINE 3: FROM "data_archive" ^

Table: delivery_tracking

Structure

Column Type Length Nullable
tracking_idintegerNO
booking_idintegerNO
tracking_numbercharacter varying100YES
carriercharacter varying50YES
status_fromcharacter varying30YES
status_tocharacter varying30NO
changed_bycharacter varying50YES
changed_ontimestamp without time zoneNO
delivery_photo_file_pathcharacter varying255YES
notescharacter varying500YES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "delivery_tracking" does not exist LINE 3: FROM "delivery_tracking" ^

Table: file_upload_log

Structure

Column Type Length Nullable
upload_idintegerNO
original_namecharacter varying255YES
stored_namecharacter varying255YES
file_pathcharacter varying500YES
mime_typecharacter varying50YES
file_size_bytesintegerYES
uploaded_bycharacter varying50YES
uploaded_ontimestamp without time zoneNO
related_tablecharacter varying50YES
related_record_idintegerYES
purposecharacter varying50YES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "file_upload_log" does not exist LINE 3: FROM "file_upload_log" ^

Table: notification

Structure

Column Type Length Nullable
notification_idintegerNO
user_idintegerNO
notification_typecharacter varying30NO
titlecharacter varying100YES
messagecharacter varying500YES
action_urlcharacter varying255YES
prioritycharacter varying10NO
sent_viacharacter varying20NO
is_readbooleanNO
created_ontimestamp without time zoneNO
read_ontimestamp without time zoneYES
expires_ontimestamp without time zoneYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "notification" does not exist LINE 3: FROM "notification" ^

Table: penawaran_header

Structure

Column Type Length Nullable
penawaran_idintegerNO
penawaran_numbercharacter varying50NO
blanket_idintegerYES
site_idintegerNO
supplier_idintegerNO
supplier_name_snapshotcharacter varying100YES
titlecharacter varying200YES
start_datedateNO
close_order_datedateNO
due_payment_datedateNO
delivery_datedateNO
close_datedateNO
statuscharacter varying20NO
published_ontimestamp without time zoneYES
closed_ontimestamp without time zoneYES
cancelled_reasoncharacter varying200YES
total_amountnumericNO
created_bycharacter varying50YES
created_ontimestamp without time zoneNO
updated_bycharacter varying50YES
updated_ontimestamp without time zoneYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "penawaran_header" does not exist LINE 3: FROM "penawaran_header" ^

Table: penawaran_item

Structure

Column Type Length Nullable
penawaran_idintegerNO
item_idintegerNO
item_numberintegerNO
descriptioncharacter varying200NO
image_file_pathcharacter varying255YES
unit_of_measurecharacter varying20NO
qty_offerednumericNO
qty_orderednumericNO
qty_availablenumericNO
supplier_pricenumericNO
selling_pricenumericNO
min_ordernumericNO
max_ordernumericYES
statuscharacter varying20NO

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "penawaran_item" does not exist LINE 3: FROM "penawaran_item" ^

Table: penawaran_view_log

Structure

Column Type Length Nullable
view_idintegerNO
penawaran_idintegerNO
site_idintegerNO
viewed_byintegerYES
ip_addresscharacter varying45YES
user_agentcharacter varying255YES
viewed_ontimestamp without time zoneNO
sourcecharacter varying50YES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "penawaran_view_log" does not exist LINE 3: FROM "penawaran_view_log" ^

Table: report_template

Structure

Column Type Length Nullable
template_idintegerNO
report_codecharacter varying20NO
report_namecharacter varying100YES
descriptioncharacter varying255YES
selection_fieldsjsonbYES
output_columnsjsonbYES
lamp_logicjsonbYES
access_rolescharacter varying100YES
created_ontimestamp without time zoneNO

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "report_template" does not exist LINE 3: FROM "report_template" ^

Table: site_master

Structure

Column Type Length Nullable
site_idintegerNO
site_codecharacter varying20NO
site_namecharacter varying50NO
countrycharacter varying40YES
provincecharacter varying50YES
citycharacter varying50YES
contact_emailcharacter varying100YES
contact_phonecharacter varying20YES
websitecharacter varying100YES
bank_namecharacter varying40YES
bank_accountcharacter varying40YES
gopay_numbercharacter varying40YES
photo_file_pathcharacter varying255YES
member_countintegerNO
timezonecharacter varying50NO
statuscharacter varying20NO
description_1character varying200YES
description_2character varying200YES
description_3character varying200YES
description_4character varying200YES
add_1character varying150YES
add_2character varying150YES
add_3character varying150YES
add_4character varying150YES
add_5character varying150YES
add_6character varying150YES
created_bycharacter varying50YES
created_ontimestamp without time zoneNO
updated_bycharacter varying50YES
updated_ontimestamp without time zoneYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "site_master" does not exist LINE 3: FROM "site_master" ^

Table: supplier

Structure

Column Type Length Nullable
supplier_idintegerNO
supplier_codecharacter varying50NO
supplier_namecharacter varying100NO
contact_personcharacter varying100YES
contact_emailcharacter varying100YES
contact_phonecharacter varying20YES
countrycharacter varying40YES
provincecharacter varying50YES
citycharacter varying50YES
office_addresscharacter varying200YES
warehouse_addresscharacter varying200YES
tax_idcharacter varying50YES
bank_namecharacter varying50YES
bank_accountcharacter varying50YES
statuscharacter varying20NO
created_bycharacter varying50YES
created_ontimestamp without time zoneNO

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "supplier" does not exist LINE 3: FROM "supplier" ^

Table: supplier_payment

Structure

Column Type Length Nullable
payment_idintegerNO
penawaran_idintegerNO
supplier_idintegerNO
site_idintegerNO
total_booking_amountnumericNO
payment_receivednumericNO
marbot_percentagenumericNO
marbot_amountnumericNO
kas_amountnumericNO
supplier_amountnumericNO
statuscharacter varying20NO
paid_bycharacter varying50YES
paid_ontimestamp without time zoneYES
payment_proof_file_pathcharacter varying255YES
notescharacter varying500YES
created_bycharacter varying50YES
created_ontimestamp without time zoneNO
updated_bycharacter varying50YES
updated_ontimestamp without time zoneYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "supplier_payment" does not exist LINE 3: FROM "supplier_payment" ^

Table: supplier_user_assignment

Structure

Column Type Length Nullable
assignment_idintegerNO
supplier_idintegerNO
user_idintegerNO
rolecharacter varying30NO
assigned_bycharacter varying50YES
assigned_ontimestamp without time zoneNO
statuscharacter varying20NO

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "supplier_user_assignment" does not exist LINE 3: FROM "supplier_user_assignment" ^

Table: user_master

Structure

Column Type Length Nullable
user_idintegerNO
user_codecharacter varying50NO
rolecharacter varying20NO
first_namecharacter varying50NO
last_namecharacter varying50YES
password_hashcharacter varying255NO
emailcharacter varying100YES
phonecharacter varying20NO
spouse_phonecharacter varying20YES
addresscharacter varying255YES
photo_file_pathcharacter varying255YES
statuscharacter varying20NO
email_verified_ontimestamp without time zoneYES
phone_verified_ontimestamp without time zoneYES
last_login_ontimestamp without time zoneYES
failed_login_countintegerNO
locked_until_ontimestamp without time zoneYES
password_reset_tokencharacter varying255YES
password_reset_expires_ontimestamp without time zoneYES
created_bycharacter varying50YES
created_ontimestamp without time zoneNO
valid_from_datedateNO
valid_to_datedateYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "user_master" does not exist LINE 3: FROM "user_master" ^

Table: user_session

Structure

Column Type Length Nullable
session_idcharacter varying128NO
user_idintegerNO
ip_addresscharacter varying45YES
user_agentcharacter varying255YES
created_ontimestamp without time zoneNO
last_activity_ontimestamp without time zoneYES
is_activebooleanNO
invalidated_bycharacter varying50YES
invalidated_ontimestamp without time zoneYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "user_session" does not exist LINE 3: FROM "user_session" ^

Table: user_site_assignment

Structure

Column Type Length Nullable
assignment_idintegerNO
user_idintegerNO
site_idintegerNO
role_at_sitecharacter varying20NO
assigned_bycharacter varying50YES
assigned_ontimestamp without time zoneNO
statuscharacter varying20NO
previous_site_idintegerYES
transferred_ontimestamp without time zoneYES

Sample Data (Max 10 Rows)

Cannot read table data: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "user_site_assignment" does not exist LINE 3: FROM "user_site_assignment" ^