[
    {
        "Field": "id",
        "Type": "int(11)",
        "Null": "NO",
        "Key": "PRI",
        "Default": null,
        "Extra": "auto_increment"
    },
    {
        "Field": "category_id",
        "Type": "int(11)",
        "Null": "YES",
        "Key": "MUL",
        "Default": null,
        "Extra": ""
    },
    {
        "Field": "brand_id",
        "Type": "int(11)",
        "Null": "YES",
        "Key": "MUL",
        "Default": null,
        "Extra": ""
    },
    {
        "Field": "name",
        "Type": "varchar(200)",
        "Null": "YES",
        "Key": "",
        "Default": null,
        "Extra": ""
    },
    {
        "Field": "slug",
        "Type": "varchar(200)",
        "Null": "YES",
        "Key": "UNI",
        "Default": null,
        "Extra": ""
    },
    {
        "Field": "sku",
        "Type": "varchar(100)",
        "Null": "YES",
        "Key": "",
        "Default": null,
        "Extra": ""
    },
    {
        "Field": "description",
        "Type": "longtext",
        "Null": "YES",
        "Key": "",
        "Default": null,
        "Extra": ""
    },
    {
        "Field": "tax_rate",
        "Type": "decimal(5,2)",
        "Null": "YES",
        "Key": "",
        "Default": "0.00",
        "Extra": ""
    },
    {
        "Field": "cost_price",
        "Type": "decimal(10,2)",
        "Null": "YES",
        "Key": "",
        "Default": "0.00",
        "Extra": ""
    },
    {
        "Field": "selling_price",
        "Type": "decimal(10,2)",
        "Null": "YES",
        "Key": "",
        "Default": "0.00",
        "Extra": ""
    },
    {
        "Field": "stock",
        "Type": "int(11)",
        "Null": "YES",
        "Key": "",
        "Default": "0",
        "Extra": ""
    },
    {
        "Field": "is_variant_product",
        "Type": "tinyint(4)",
        "Null": "YES",
        "Key": "",
        "Default": "1",
        "Extra": ""
    },
    {
        "Field": "image",
        "Type": "varchar(255)",
        "Null": "YES",
        "Key": "",
        "Default": null,
        "Extra": ""
    },
    {
        "Field": "status",
        "Type": "tinyint(4)",
        "Null": "YES",
        "Key": "",
        "Default": "1",
        "Extra": ""
    },
    {
        "Field": "created_at",
        "Type": "timestamp",
        "Null": "NO",
        "Key": "",
        "Default": "current_timestamp()",
        "Extra": ""
    }
]