I was looking around the Internet today (10th October 2005) trying to find a MySQL schema for the Google Adwords PHP Apility Library, but unfortunately I wasn't able to find one. So I have decided to create one myself and publish it as open source for anyone else to use. This is my first attempt at any open source project, so I apologise if you find it a little unpolished!
Note: Using InterCaps field names goes against how I would normally name a MySQL database field (I tend to use lowercase only), however because the Apility object attributes are referred to with InterCaps, I decided to keep the field names identical to these. If anyone feels I should do this differently then let me know.