MYSQL Table and Field Definitions
-
Is there a link, wiki etc.. that explains in detail the tables and their fields?
I am changing to wordpress as it is better suited for what I need. I have a 2k database that I started to enter manually, then I realized it would be easier to just do it via php.however, I can only do the post. I would like to know what certain fields do and where they get their values (example postmeta.edit_lock/last, meta_id, post_id)
While I am sure some of you know the answer to those, I would prefer just a link or a documentation. All the reading I found is how to use wp.
EDIT:
found this:
http://codex.wordpress.org/Database_Descriptionbut it does not tell me how they are created or what they are for
example:
http://codex.wordpress.org/Database_Description#Table:_wp_postmetadoes not tell you anything you cant find int he phpmyadmin (or your favorite db editor)
The topic ‘MYSQL Table and Field Definitions’ is closed to new replies.