Skip to content

Commit

Permalink
Text supports up to 16 megabytes, not 2 (#6368)
Browse files Browse the repository at this point in the history
See the `requireField` method that defines it as `mediumtext`.
  • Loading branch information
anselmdk authored and Sam Minnée committed Feb 14, 2017
1 parent b0e5d42 commit 449ed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/FieldType/DBText.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use InvalidArgumentException;

/**
* Represents a variable-length string of up to 2 megabytes, designed to store raw text
* Represents a variable-length string of up to 16 megabytes, designed to store raw text
*
* Example definition via {@link DataObject::$db}:
* <code>
Expand Down

0 comments on commit 449ed8d

Please sign in to comment.