primaryKey
Description copied from interface:
ICreateTableBuilder
Add a primary key
- Specified by:
primaryKey
in interfaceICreateTableBuilder
- Parameters:
firstColumn
- the first column of the primary keycolumns
- the rest of the columns of the primary key- Returns:
- this builder, for chaining. Remember to call
IBaseBuilder.execute()