aa
This commit is contained in:
@@ -527,9 +527,9 @@ function getStructTable($tableName) {
|
||||
|
||||
$str = '';
|
||||
|
||||
$columns = Schema::getSchemaBuilder()->getColumnListing($tableName);
|
||||
$columns = Schema::getColumnListing($tableName);
|
||||
|
||||
$str .= '<br>Tabella ' . $tableName . ' : ' . PHP_EOL;
|
||||
$str .= '<br>Tabella ' . $tableName . ' : <br>';
|
||||
|
||||
// Stampa la struttura della tabella
|
||||
foreach ($columns as $column) {
|
||||
|
||||
Reference in New Issue
Block a user