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 363c84e commit 2d13bccCopy full SHA for 2d13bcc
README.md
@@ -159,7 +159,7 @@ The type of the "country_id" column will be exactly the same as the type of the
159
**Create a jointure table (aka associative table) between 2 tables:**
160
161
```php
162
-$db->jointureTable('users', 'roles');
+$db->junctionTable('users', 'roles');
163
164
// This will create a 'users_roles' table with 2 foreign keys:
165
// - 'user_id' pointing on the PK of 'users'
0 commit comments