Plugin for Adminer that adds a button next to each column in the table structure view, allowing you to copy the ALTER TABLE ADD COLUMN SQL command to the clipboard.
- Adds a π button next to each column in the table structure view
- Clicking it automatically copies the complete SQL command to add that column to another table
- Useful for quickly replicating column structures between tables
- Download the plugin files
- Place the
adminer-pluginsfolder in the same directory as Adminer - Configure the
adminer-plugins.phpfile to load the plugin - Access Adminer as usual
adminer/
βββ index.php # Main Adminer file
βββ adminer-plugins.php # Plugin configuration
βββ adminer.css # Custom styles
βββ adminer-plugins/
βββ copy-add-column.php # Copy SQL plugin
