Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
czim committed May 15, 2018
1 parent 57ca506 commit 7718387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ A `<key>_variants` text or varchar column is optional:
$table->string('attachmentname_variants', 255)->nullable();
```

A `text()` column is recommended in cases where a seriously *huge* amount of variants.
A `text()` column is recommended in cases where a seriously *huge* amount of variants are created.

If it is added and configured to be used (more on that [in the config section](CONFIG.md)), JSON information about variants will be stored in it.

Expand Down

0 comments on commit 7718387

Please sign in to comment.