You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use regex for the constraint key in $config? For example, there is a table that has several entries with a similar telephone field name like tel-1, tel-110, tel-211, and so on. I would need the following configurations to cover all of these constraints.
Is it possible to use regex for the constraint key in
$config
? For example, there is a table that has several entries with a similar telephone field name liketel-1
,tel-110
,tel-211
, and so on. I would need the following configurations to cover all of these constraints.But something like the following will help me cover the existing constraints and any future ones that follow the same format.
The text was updated successfully, but these errors were encountered: