File path: dist/twist/Core/Models/Database/TableStructure.model.php
Namespace: Twist\Core\Models\Database
generateFieldList
— Generate a field list to be added to the create query
void — No return information has been documented for this function.
<?php
//Call the function generateFieldList with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> generateFieldList();