1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Merge pull request #34 from mridgway/DDC-725

[DDC-725] Removed onUpdate property
This commit is contained in:
Benjamin Eberlei 2011-07-26 14:22:59 -07:00
commit da60e86993

View file

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