firebird - What is the Clad Genius database structure in cafw.fdb? -


clad genius internally uses firebird sql database (cafw.fdb). can connect using linux firebird client, these tables:

sql> show tables;        bp_adcat                               bp_adreg                 bp_cat                                 bp_catv                  bp_ema                                 bp_post                  bp_reg                                 ca_ad                    ca_adimg                               ca_campaign              ca_proxy                               ca_reg                   ca_tpreg                               cl_act                   cl_adcat                               cl_adreg                 cl_cat                                 cl_ema                   cl_post                                cl_reg                   gr_app                                 gr_cc                    gr_chlog                               gr_fb                    gr_hint                                gr_htde                  gr_htds                                gr_ip                    gr_ipusage                             gr_mailact               gr_mailmsg                             gr_mailsrv               gr_musyn                               gr_mutok                 gr_name                                gr_ras                   gr_tok                                 gr_tokvar                gr_user                                gr_useragent             gr_ver                                 gr_zip                   ki_adcat                               ki_adreg                 ki_cat                                 ki_catv                  ki_ema                                 ki_post                  ki_reg                                 ki_vid            

the first few characters seem namespaces,

bp page cl craigslist ki kijiji (a canadian classified) 

i'm not yet sure ca or gr are.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -