Posts Tagged: wpdb


19
Sep 11

PSEC: Creating MySQL Tables in WordPress

SUMMARY: A first stab at establishing a workable database schema for storing tasks. Learned how to use WordPress’ dbDelta() function to create and modify tables in the database. Figured out the basic SQL statements to create tables with the appropriate data types and indexes. Continue reading →