diff --git a/system/Commands/Database/ShowTableInfo.php b/system/Commands/Database/ShowTableInfo.php index 7e3d6a4807ff..4666a54ca888 100644 --- a/system/Commands/Database/ShowTableInfo.php +++ b/system/Commands/Database/ShowTableInfo.php @@ -129,6 +129,7 @@ public function run(array $params) $tables, 'required' ); + CLI::newLine(); $tableName = $tables[$tableNameNo]; } @@ -154,7 +155,6 @@ private function restoreDBPrefix(): void private function showDataOfTable(string $tableName, int $limitRows, int $limitFieldValue) { - CLI::newLine(); CLI::write("Data of Table \"{$tableName}\":", 'black', 'yellow'); CLI::newLine(); @@ -245,7 +245,6 @@ private function makeTableRows( private function showFieldMetaData(string $tableName): void { - CLI::newLine(); CLI::write("List of Metadata Information in Table \"{$tableName}\":", 'black', 'yellow'); CLI::newLine();