Function: table()
Function: table()
Section titled “Function: table()”table<
TName,TCols>(name,columns,options?):Table<TName,ImprintTables<TCols,TName>>
Defined in: core/src/schema/table.ts:119
Type Parameters
Section titled “Type Parameters”TName extends string
TCols extends Record<string, AnyColumn>
Parameters
Section titled “Parameters”TName
columns
Section titled “columns”TCols
options?
Section titled “options?”TableOptions<unknown>
Returns
Section titled “Returns”Table<TName, ImprintTables<TCols, TName>>