﻿mysql : mysql: [Warning] Using a 
password on the command line interface 
can be insecure.
At line:1 char:1
+ mysql -u root -p12345 sat -e "SHOW 
COLUMNS FROM sat_audits;" 2>&1 | O ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecifi 
   ed: (mysql: [Warning...an be insecur  
  e.:String) [], RemoteException
    + FullyQualifiedErrorId : NativeComm 
   andError
 
Field	Type	Null	Key	Default	Extra
audit_id	int	NO	PRI	NULL	auto_increment
auditor_id	int	YES	MUL	NULL	
audit_name	varchar(255)	YES		NULL	
location	int	YES	MUL	NULL	
audit_status_id	int	YES	MUL	NULL	
created_at	timestamp	YES		CURRENT_TIMESTAMP	DEFAULT_GENERATED
observed_at	timestamp	YES		CURRENT_TIMESTAMP	DEFAULT_GENERATED
country_id	int	YES	MUL	NULL	
department_id	int	YES		NULL	
start_time	time	YES		NULL	
end_time	time	YES		NULL	
