Unexpected Attribute Warning
Collaborate with us
Edit this page on GitHub
- Message
'<attribute>' is an invalid attribute name in <database>.
- Cause
- You are using an Oracle database and the name of that attribute is a reserved word. The reserved words are as follows:
timestamp
,number
,blob
,clob
, andvarchar2
. - Recommendation
- Change the attribute name according to Oracle rules.