Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 97bfa1f

Browse files
committed
Cleanup
1 parent 7f86f48 commit 97bfa1f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Schema/AbstractColumn.php

-6
Original file line numberDiff line numberDiff line change
@@ -613,12 +613,6 @@ public function string(int $size = 255): AbstractColumn
613613
{
614614
$this->type('string');
615615

616-
// if ($size > 255) {
617-
// throw new SchemaException(
618-
// 'String size can\'t exceed 255 characters. Use text instead'
619-
// );
620-
// }
621-
622616
if ($size < 0) {
623617
throw new SchemaException(
624618
'Invalid string length value'

0 commit comments

Comments
 (0)