{
    "table_structure": [
        {
            "Field": "id",
            "Type": "int(11)",
            "Null": "NO",
            "Key": "PRI",
            "Default": null,
            "Extra": "auto_increment"
        },
        {
            "Field": "site_key",
            "Type": "varchar(50)",
            "Null": "NO",
            "Key": "MUL",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "broker",
            "Type": "varchar(100)",
            "Null": "NO",
            "Key": "MUL",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "date_reception",
            "Type": "date",
            "Null": "NO",
            "Key": "MUL",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "numero_lot",
            "Type": "varchar(100)",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "nombre_fiches",
            "Type": "int(11)",
            "Null": "NO",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "statut_production",
            "Type": "varchar(50)",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "informations_complementaires",
            "Type": "text",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "declared_by",
            "Type": "varchar(100)",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "created_at",
            "Type": "timestamp",
            "Null": "YES",
            "Key": "",
            "Default": "current_timestamp()",
            "Extra": ""
        }
    ],
    "insert_test": "OK - Insertion réussie (ID: 84)"
}