SELECT * FROM `CHECK_CONSTRAINTS`
Filter rows: |
CONSTRAINT_CATALOG | CONSTRAINT_SCHEMA | TABLE_NAME | CONSTRAINT_NAME | CHECK_CLAUSE | |
---|---|---|---|---|---|
def | legend_lords | items | stats | json_valid(`stats`) | |
def | legend_lords | missions | rewards | json_valid(`rewards`) | |
def | legend_lords | teams | hero_ids | json_valid(`hero_ids`) | |
def | luxury_events | ratings | rating | `rating` between 1 and 5 | |
def | mysql | global_priv | Priv | json_valid(`Priv`) |
Filter rows: |