syntax in doc
Ref: products.merchant_id > merchants.id [delete: cascade, update: no action]
but when I try
id varchar [ref: > A.id [delete: cascade]]
or
id varchar [ref: > A.id delete: cascade]
it is not working. what is the correct syntax to use that?