{ "query": "SHOW COLUMNS FROM datesFormation;", "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 SHOW COLUMNS FROM datesFormation;", "rows": [ { "Field": "id", "Type": "int(11)", "Null": "NO", "Key": "PRI", "Default": "NULL", "Extra": "auto_increment" }, { "Field": "sequenceId", "Type": "int(11)", "Null": "NO", "Key": "", "Default": "NULL", "Extra": "" }, { "Field": "dateDebut", "Type": "datetime", "Null": "NO", "Key": "", "Default": "NULL", "Extra": "" }, { "Field": "dateFin", "Type": "datetime", "Null": "NO", "Key": "", "Default": "NULL", "Extra": "" }, { "Field": "ordre", "Type": "int(11)", "Null": "NO", "Key": "", "Default": "NULL", "Extra": "" }, { "Field": "createdAt", "Type": "timestamp", "Null": "NO", "Key": "", "Default": "CURRENT_TIMESTAMP", "Extra": "" } ], "messages": [], "stdout": "Field\tType\tNull\tKey\tDefault\tExtra\nid\tint(11)\tNO\tPRI\tNULL\tauto_increment\nsequenceId\tint(11)\tNO\t\tNULL\t\ndateDebut\tdatetime\tNO\t\tNULL\t\ndateFin\tdatetime\tNO\t\tNULL\t\nordre\tint(11)\tNO\t\tNULL\t\ncreatedAt\ttimestamp\tNO\t\tCURRENT_TIMESTAMP\t\n", "stderr": "", "execution_time_ms": 63 }