Skip to content

Commit

Permalink
refs WorksApplications#14: explain why user should care about too lon…
Browse files Browse the repository at this point in the history
…g varchar column.
  • Loading branch information
worksap-bot committed Mar 20, 2014
1 parent 5e77118 commit a193db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/meta/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
<Details>
<![CDATA[
<p>Specified length of column should be greater than 0, and smaller than 4,000 bytes.</p>
<p>Oracle&#39;s maximum varchar size is 4000 bytes, and DB2&#39;s is 32704 bytes.
To keep portability of your product, it is better to shorten length to 4000 bytes, or to use @Lob annotation to use CLOB.</p>
]]>
</Details>
</BugPattern>
Expand Down

0 comments on commit a193db5

Please sign in to comment.