Text supports up to 16 megabytes, not 2 (#6368)

See the `requireField` method that defines it as `mediumtext`.
This commit is contained in:
Anselm Christophersen 2017-02-14 23:14:41 +01:00 committed by Sam Minnée
parent b0e5d426e5
commit 449ed8d379

View File

@ -12,7 +12,7 @@ use SilverStripe\ORM\DB;
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>