Change column order in MySql
Too bad the MySql GUI can’t handle this, but it is what it is:
ALTER TABLE `clientpackage` MODIFY COLUMN `ParentPackageId` mediumint AFTER `PackageId`
Published by admin on August 1, 2009 10:27 am under Database / Sql
Too bad the MySql GUI can’t handle this, but it is what it is:
ALTER TABLE `clientpackage` MODIFY COLUMN `ParentPackageId` mediumint AFTER `PackageId`
Copyright © 2025 Gray Wolf Blog
WordPress Theme based on Light Theme
Trackback URI |