create

Create

Create a builder for creating a new record with a random id. Should be used in conjunction with CreateBuilder.jsonContent or CreateBuilder.content

Return

The builder

Parameters

table

The table to create the record in


Create

Create a builder for creating a new record with a specific id. Should be used in conjunction with CreateIdBuilder.jsonContent or CreateIdBuilder.content

Return

The builder

Parameters

table

The table to create the record in

id

The id of the record to create