mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-02 14:39:43 -05:00
docs changed id to class
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user