1 drop-check

The drop-check element removes an existing restriction from an existing table.

<drop-check
    table='table'
    name='name'
    onexception='onexception'
/>

1.1 Example

The following example deletes restriction 'businesswear' in table 'employee'.

Example
Copy
<xsql-conversion>
    <drop-check table='employee' name='businesswear' /> 
</xsql-conversion>