{ "query": "SELECT COLUMN_NAME \nFROM INFORMATION_SCHEMA.COLUMNS \nWHERE TABLE_NAME = 'logsNotifications' \nAND COLUMN_NAME IN ('emailDestinataire', 'sujet', 'formateurId', 'metadata');", "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.root --database 7PAT67UmWoxv8vwp8Bbcv6 --execute SELECT COLUMN_NAME \nFROM INFORMATION_SCHEMA.COLUMNS \nWHERE TABLE_NAME = 'logsNotifications' \nAND COLUMN_NAME IN ('emailDestinataire', 'sujet', 'formateurId', 'metadata');", "rows": [ { "COLUMN_NAME": "formateurId" }, { "COLUMN_NAME": "emailDestinataire" }, { "COLUMN_NAME": "sujet" }, { "COLUMN_NAME": "metadata" } ], "messages": [], "stdout": "COLUMN_NAME\nformateurId\nemailDestinataire\nsujet\nmetadata\n", "stderr": "", "execution_time_ms": 66 }