Skip to content
#

phpmyadmin

Here are 1,160 public repositories matching this topic...

ChrisHSandN
ChrisHSandN commented Nov 9, 2021

Is your feature request related to a problem? Please describe.

FKs are assigned an automatic name which ends with a numeric suffix _1, _2 etc, Once this goes over _10 PMAs orders them e.g. 1, 10, 2, 3 etc.

To Replicate

# create a table
CREATE TABLE `2_test` (
  `id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB;

# create an

Improve this page

Add a description, image, and links to the phpmyadmin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phpmyadmin topic, visit your repo's landing page and select "manage topics."

Learn more