docs renamed id

This commit is contained in:
silverqx
2022-11-11 09:54:32 +01:00
parent c3281836bb
commit 7cda389cda

View File

@@ -498,7 +498,7 @@ The `table` method on the `Schema` facade may be used to update existing tables.
The schema builder blueprint offers a variety of methods that correspond to the different types of columns you can add to your database tables. Each of the available methods are listed in the table below:
<div id="collection-method-list">
<div id="tom-column-types-list">
[bigIncrements](#column-method-bigIncrements)
[bigInteger](#column-method-bigInteger)
@@ -564,7 +564,7 @@ The schema builder blueprint offers a variety of methods that correspond to the
Names of `Char`, `Double`, `Enum`, and `Float` column methods are in the CamelCase format to avoid collisions with c++ keywords.
:::
<div id="collection-methods">
<div id="tom-column-types">
#### `bigIncrements()` {#column-method-bigIncrements}