Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available.
Showing rows 0 - 6 (7 total, Query took 0.0345 seconds.) [CONSTRAINT_SCHEMA: MYSQL... - AYYUB_POS_DB...]
SELECT * FROM `CHECK_CONSTRAINTS` ORDER BY `CONSTRAINT_SCHEMA` DESC
| Filter rows: |
| CONSTRAINT_CATALOG |
CONSTRAINT_SCHEMA 1
|
TABLE_NAME | CONSTRAINT_NAME | CHECK_CLAUSE | |
|---|---|---|---|---|---|
| def | mysql | global_priv | Priv | json_valid(`Priv`) | |
| def | cahayailahi_db | pembelian | qty | `qty` > 0 | |
| def | cahayailahi_db | penjualan | qty | `qty` > 0 | |
| def | cahayailahi_db | stok_transfer | qty | `qty` > 0 | |
| def | ayyub_pos_db | laporan_harian | pekerjaan_selesai | json_valid(`pekerjaan_selesai`) | |
| def | ayyub_pos_db | produk | stok | `stok` >= 0 | |
| def | ayyub_pos_db | setoran_ekspedisi | detail_ekspedisi | json_valid(`detail_ekspedisi`) |
| Filter rows: |