Skip to content

NicolasXs/adminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Adminer Plugin: Copy ADD COLUMN SQL

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.

✨ Features

  • 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

πŸ“Έ Demo

GravaΓ§Γ£o-de-tela-de-2025-12-05-16-01-15

πŸš€ Installation

  1. Download the plugin files
  2. Place the adminer-plugins folder in the same directory as Adminer
  3. Configure the adminer-plugins.php file to load the plugin
  4. Access Adminer as usual

πŸ“ Structure

adminer/
β”œβ”€β”€ index.php              # Main Adminer file
β”œβ”€β”€ adminer-plugins.php    # Plugin configuration
β”œβ”€β”€ adminer.css            # Custom styles
└── adminer-plugins/
    └── copy-add-column.php # Copy SQL plugin

About

Adminer Plugin: Copy ADD COLUMN SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published