1 drop-check
The drop-check element removes an existing restriction from an existing table.
<drop-check
table='table'
name='name'
onexception='onexception'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atable | string | Name of the table that has the restriction. | |||
Aname | string | Restriction name. | |||
Aonexception | string | ignore | Behavior in case of error. |
1.1 Example
The following example deletes restriction 'businesswear' in table 'employee'.
Example
Copy
<xsql-conversion> <drop-check table='employee' name='businesswear' /> </xsql-conversion>