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