docs changed id to class

This commit is contained in:
silverqx
2023-05-27 17:49:46 +02:00
parent c837293de1
commit 164d32f239
+2 -2
View File
@@ -535,7 +535,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="tom-column-types-list">
<div class="tom-column-types-list">
[bigIncrements](#column-method-bigIncrements)
[bigInteger](#column-method-bigInteger)
@@ -605,7 +605,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="tom-column-types">
<div class="tom-column-types">
#### `bigIncrements()` {#column-method-bigIncrements}