Translations of this page?:

Drop Foreign Key Constraint

Drops an existing foreign key

Sample

<dropForeignKeyConstraint
    constraintName="fk_address_person"
    baseTableName="address"/>

Available Attributes

constraintName Name of the foreign-key constraint to drop [required]
baseTableName Name of the table containing the foreign key [required]
baseTableSchemaName Name of the table schema

Database Compatiblity

MySQL No Issues
PostgreSQL No Issues
Oracle No Issues
MS-SQL No Issues
Sybase No Issues
DB2 No Issues
Derby No Issues
HSQL No Issues
H2 No Issues
Caché No Issues
Firebird No Issues
MaxDB No Issues

Automatic Rollback Support: NO

 
manual/drop_foreign_key_constraint.txt · Last modified: 2008/03/18 07:08 (external edit)     Back to top