We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc87e21 commit 5a629e2Copy full SHA for 5a629e2
src/Resolvers/SchemaRulesResolverSqlite.php
@@ -45,7 +45,7 @@ protected function generateColumnRules(stdClass $column): array
45
break;
46
case $type == 'varchar' || $type == 'text':
47
$columnRules[] = "string";
48
- $columnRules[] = "min:".config('schema-rules.min_string');
+ $columnRules[] = "min:".config('schema-rules.string_min_length');
49
50
51
case $type == 'integer':
0 commit comments