MCPcopy
hub / github.com/knex/knex / string

Method string

types/knex.d.ts:575–575  ·  view source on GitHub ↗
(columnName: string, length?: number)

Source from the content-addressed store, hash-verified

573 bigInteger(columnName: string): ColumnBuilder;
574 text(columnName: string, textType?: string): ColumnBuilder;
575 string(columnName: string, length?: number): ColumnBuilder;
576 float(
577 columnName: string,
578 precision?: number,

Calls

no outgoing calls

Tested by

no test coverage detected