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