Create Table
Drop/Truncate Table
Alter Table Form
Modify Column or Add or drop column

This project is not covered by Drupal’s security advisory policy.

More Tables module is all about managing your schema from cms itself.
Key functionality of this module is:

  1. Create Table
  2. Drop or Truncate Table
  3. Alter Table
  4. Rename Table
  5. Drop or Add column
  6. Modify or Change column

Once you installed this module user can all above operations itself.

User can also use drush commands to perform operations like:

  • Change Column : drush mt-change-col/mtcc table_name column new_column definition
  • Change Table Name : drush mt-rename/mtr table_name new_table_name
  • Truncate Table : drush mt-truncate/mttr table_name
  • Drop Table : drush mt-drop/mtd table_name

For Installation:

  • Add drupal/more_tables in your composer.json at root dir.
  • drush en more_tables
  • Go to admin > modules > Enable More Tables.
  • drush cr to clear all caches
  • More Table menu comes under configuration from where you can do all the operations.
Supporting organizations: 

Project information

Releases