1
0
mirror of synced 2025-02-21 06:33:14 +03:00

Removed onUpdate property

This commit is contained in:
Michael Ridgway 2011-06-28 16:34:12 -04:00
parent 503b6c1716
commit 8af162711e

View File

@ -401,7 +401,6 @@ Optional attributes:
- **nullable**: Determine if the related entity is required, or if
null is an allowed state for the relation. Defaults to true.
- **onDelete**: Cascade Action (Database-level)
- **onUpdate**: Cascade Action (Database-level)
- **columnDefinition**: DDL SQL snippet that starts after the column
name and specifies the complete (non-portable!) column definition.
This attribute allows to make use of advanced RMDBS features. Using