=== Create DB Tables === Contributors: jppreus Donate link: http://jppreusdev.com/development/wordpress-plugins/donate/ Tags: database, table, SQL, wpdb, tables, phpMyAdmin, create database tables, database tables, create tables, table rows, mysql, custom database, custom tables, db, wpdb Requires at least: 3.0.1 Tested up to: 4.3.1 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Extremely simple way for developers to create new tables inside the existing WordPress database. == Description == Extremely simple way for developers to create new tables inside the existing WordPress database. Forget the annoying process of opening phpMyAdmin, logging in, then typing out the full SQL command for your new table. With this plugin, everything you need to do is located on one simple to use page, and you don't have to type out any SQL queries! This plugin also keeps record of the tables you've created. It is perfect for the developer who wants to quickly and easily add new database tables in a quick and effective manner. == Installation == = How To Install = **1.** Download plugin zip package from the WordPress Plugin Directory. **2.** Unzip the file 'create-wp-tables.zip' and upload it to the '/wp-content/plugins/' directory **3.** Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Do I need to know SQL? = Yes, but you don't need to be an expert. This plugin is built so even a novice can use it. You really only need a basic understanding of the SQL language to properly use this plugin. == Other Notes == = Future Updates = Updates in the near future will include features for database administration. It is also planned to add functionaily to modify created tables and a table row reference for the tables previously created. If there are any updates you would like to see, please send and email with your comments to jpreusdev@gmail.com. == Changelog == = 1.1 = * Adding new rows is now done dynamically. * Fixed spelling error on the "Add Table" page. * Improved plugin code, reducing the plugin size by 62%. = 1.0 = * Initial release of the plugin == Upgrade Notice == = 1.1 = * Improved user experience * Improved usability = 1.0 = * Initial release of the plugin