File path: dist/twist/Core/Models/Database/TableStructure.model.php
Namespace: Twist\Core\Models\Database
generatePrimaryKey
— Generate the primary keys that can be used in the create query
void — No return information has been documented for this function.
<?php
//Call the function generatePrimaryKey with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> generatePrimaryKey();