Skip to content

Commit

Permalink
chore: pr revert
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Sep 6, 2024
1 parent 642a89c commit 0cecf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/src/db/schema/Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ export class Table<Columns extends ColumnsType = ColumnsType> {
* ```javascript
* const table = new Table(
* {
* name: { type: ColumnType.TEXT },
* age: { type: ColumnType.INTEGER }
* name: column.text,
* age: column.integer
* },
* { indexes: { nameIndex: ['name'] } }
* );
Expand Down

0 comments on commit 0cecf1b

Please sign in to comment.