Skip to content

Commit

Permalink
Additional explanation on migration for Input field type. (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
tttogo authored May 15, 2023
1 parent dce4c8b commit a3d7479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1_docs/4_form-fields/01_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ Schema::table('articles', function (Blueprint $table) {
});
```

When used in a [block](../5_block-editor), no migration is needed.
When used in a [block](../5_block-editor), no migration is needed, as data contained in blocks, including componentBlocks, is stored in a separate table from the model, which is managed by Twill for you.

0 comments on commit a3d7479

Please sign in to comment.