We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd15263 + 9e1abbb commit 7439b6eCopy full SHA for 7439b6e
1 file changed
system/Commands/Database/ShowTableInfo.php
@@ -129,6 +129,7 @@ public function run(array $params)
129
$tables,
130
'required'
131
);
132
+ CLI::newLine();
133
134
$tableName = $tables[$tableNameNo];
135
}
@@ -154,7 +155,6 @@ private function restoreDBPrefix(): void
154
155
156
private function showDataOfTable(string $tableName, int $limitRows, int $limitFieldValue)
157
{
- CLI::newLine();
158
CLI::write("Data of Table \"{$tableName}\":", 'black', 'yellow');
159
CLI::newLine();
160
@@ -245,7 +245,6 @@ private function makeTableRows(
245
246
private function showFieldMetaData(string $tableName): void
247
248
249
CLI::write("List of Metadata Information in Table \"{$tableName}\":", 'black', 'yellow');
250
251
0 commit comments