Anomalies


Things that might not be 'quite right' about your database and schema

Columns whose name and type imply a relationship to another table's primary key

Child Column Implied Parent Column
acc_ap_faktur.[invoice_number] acc_ar_faktur.[invoice_number]
acc_gl_detail.[id_account] initial_account.[id_account]
invoice_retur.[invoice_number] acc_ar_faktur.[invoice_number]
payment_ap.[id_supplier_bank] bank.[bank]
payment_ap.[urut_supplier_bank] bank.[bank]
penerimaan_pemindahan_barang_detail.[id_barang] block_stok.[id_barang]
pengajuan_retur_penjualan.[invoice_number] acc_ar_faktur.[invoice_number]

Tables that contain a single column

Table Column
Anomaly not detected

Columns whose default value is the word 'NULL' or 'null'

Table
Anomaly not detected