We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415012c commit 9bda43aCopy full SHA for 9bda43a
1 file changed
user_guide_src/source/dbmgmt/forge/028.php
@@ -1,5 +1,5 @@
1
<?php
2
3
-// MySqli Produces: ALTER TABLE `tablename` DROP PRIMARY KEY
+// MySQLi Produces: ALTER TABLE `tablename` DROP PRIMARY KEY
4
// Others Produces: ALTER TABLE `tablename` DROP CONSTRAINT `pk_tablename`
5
$forge->dropPrimaryKey('tablename');
0 commit comments