Creating tables in correct dependency order
| Object | Status |
|---|---|
| supplier | OK |
| supplier_user_assignment | OK |
| blanket_penawaran_header | OK |
| blanket_penawaran_item | OK |
| blanket_site_assignment | OK |
| penawaran_header | OK |
| penawaran_item | OK |
| penawaran_item_unique_fix | ERROR: SQLSTATE[2BP01]: Dependent objects still exist: 7 ERROR: cannot drop constraint penawaran_item_item_id_unique on table penawaran_item because other objects depend on it DETAIL: constraint booking_item_penawaran_item_id_fkey on table booking_item depends on index penawaran_item_item_id_unique HINT: Use DROP ... CASCADE to drop the dependent objects too. |
| booking_header | OK |
| booking_item | OK |
| booking_status_history | OK |
| delivery_tracking | OK |
| penawaran_view_log | OK |
| supplier_payment | OK |
| Index: idx_supplier_status | OK |
| Index: idx_penawaran_header_site_status | OK |
| Index: idx_penawaran_header_status_close | OK |
| Index: idx_penawaran_item_penawaran_id | OK |
| Index: idx_booking_header_member_status | OK |
| Index: idx_booking_header_penawaran_status | OK |
| Index: idx_booking_header_site_status | OK |
| Index: idx_booking_item_booking_id | OK |
| Index: idx_booking_item_penawaran_item | OK |
| Index: idx_booking_status_history_booking | OK |
| Index: idx_delivery_tracking_booking | OK |
| Index: idx_penawaran_view_log_penawaran | OK |
| Index: idx_penawaran_view_log_site | OK |
| Index: idx_supplier_payment_penawaran | OK |
| Index: idx_supplier_payment_supplier | OK |
| Index: idx_blanket_site_assignment_blanket | OK |
| Index: idx_blanket_site_assignment_site | OK |