{
    "pagu_total_sppd": [
        {
            "Field": "pagu_total_sppd_id",
            "Type": "int",
            "Null": "NO",
            "Key": "PRI",
            "Default": null,
            "Extra": "auto_increment"
        },
        {
            "Field": "total_awal",
            "Type": "decimal(18,2)",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "jumlah",
            "Type": "decimal(18,2)",
            "Null": "NO",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "tanggal_mulai_periode",
            "Type": "date",
            "Null": "NO",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "tanggal_selesai_periode",
            "Type": "date",
            "Null": "NO",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "status_periode",
            "Type": "enum('Aktif','Direvisi')",
            "Null": "NO",
            "Key": "",
            "Default": "Aktif",
            "Extra": ""
        },
        {
            "Field": "revisi_ke",
            "Type": "int",
            "Null": "NO",
            "Key": "",
            "Default": "1",
            "Extra": ""
        },
        {
            "Field": "last_updated_date",
            "Type": "datetime",
            "Null": "YES",
            "Key": "",
            "Default": "CURRENT_TIMESTAMP",
            "Extra": "DEFAULT_GENERATED"
        }
    ],
    "pagu_total_history": [
        {
            "Field": "pagu_total_history_id",
            "Type": "int",
            "Null": "NO",
            "Key": "PRI",
            "Default": null,
            "Extra": "auto_increment"
        },
        {
            "Field": "pagu_total_id",
            "Type": "int",
            "Null": "YES",
            "Key": "MUL",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "revisi_ke",
            "Type": "int",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "total_awal",
            "Type": "decimal(15,2)",
            "Null": "NO",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "total_terakhir",
            "Type": "decimal(15,2)",
            "Null": "NO",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "tanggal_perubahan",
            "Type": "timestamp",
            "Null": "NO",
            "Key": "",
            "Default": "CURRENT_TIMESTAMP",
            "Extra": "DEFAULT_GENERATED on update CURRENT_TIMESTAMP"
        },
        {
            "Field": "alasan_perubahan",
            "Type": "text",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "created_at",
            "Type": "timestamp",
            "Null": "NO",
            "Key": "",
            "Default": "CURRENT_TIMESTAMP",
            "Extra": "DEFAULT_GENERATED"
        },
        {
            "Field": "status_periode",
            "Type": "enum('aktif','direvisi')",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "tanggal_mulai_periode",
            "Type": "date",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        },
        {
            "Field": "tanggal_selesai_periode",
            "Type": "date",
            "Null": "YES",
            "Key": "",
            "Default": null,
            "Extra": ""
        }
    ]
}