Where to get astguiclient database details!

hello everybody
i configure asterisk and astguiclient by using website astguiclient.sourceforge.net/scr … stall.html and also configure database by using MySQL_AST_CREATE_tables.sql from astguiclient.
now asterisk is running and also i get web interface of astguiclient but i want to know detail description of database tables.so where can i get these document?
since database tables are interrelated with each other ,without knowing it ,i can’t insert any data . so any kind of help is welcome to make me familiar with this astguicilent dialer .

regards anita

cat MySQL_AST_CREATE_tables.sql
CREATE TABLE table_name
(
column_name1 data_type,
column_name2 data_type,

)

just about everything you would need to know is in this guide

astguiclient.sourceforge.net/scr … stall.html