Skip to content

Commit ecff64d

Browse files
Update add-custom-complex-data.md
1 parent 4de6d05 commit ecff64d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/plugins/plugins/framework/data-handling/add-custom-complex-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We'll start with creating a new database table. Make sure to always add your ind
2727

2828
In this guide we'll name our table `swag_example`, you'll find this name a few more times in here, so make sure to remember that one.
2929

30-
As already mentioned in the prerequisites, creating a database table is done via plugin migrations [Plugin migrations](../../database/database-migrations.md), head over to this guide to understand how this example works.
30+
As already mentioned in the prerequisites, creating a database table is done via [plugin migrations](../../database/database-migrations.md) — use the guide to understand how this example works.
3131

3232
```php
3333
// <plugin root>/src/Migration/Migration1611664789Example.php

0 commit comments

Comments
 (0)