mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 10:29:36 -06:00
docs renamed id
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user