Vous êtes sur la page 1sur 1

In PPA ERD

For all tables, I modified the Primary Keys.


In PPA table:
I added 2 fields:
PPA_Target Beneficiaries (VARCHAR255)
PPA_Contribution_to_MFO(VARCHAR255)
I changed to ENUM the datatype of the following:
In PPA_FundSource I changed the datatype of PPA_FUND_TYPE to ENUM('DepEd', 'DepE
d with Counterpart', 'LGU', 'PTCA', 'Congress', 'Foreign Funds', 'Private', 'Oth
ers')
In PPA_Project_Collaborators, I changed the datatype of Collaborator_Type to ENU
M('Employee', 'LGU', 'PTCA', 'Volunteer', 'Others')
In PPA_Monitoring, I changed the datatype pf PPA_Status to ENUM(Ongoing, Finishe
d, Cancelled, On-hold)

Vous aimerez peut-être aussi