Skip to content

Commit 9bda43a

Browse files
committed
docs: replace MySqli with MySQLi
1 parent 415012c commit 9bda43a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/dbmgmt/forge
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
// MySqli Produces: ALTER TABLE `tablename` DROP PRIMARY KEY
3+
// MySQLi Produces: ALTER TABLE `tablename` DROP PRIMARY KEY
44
// Others Produces: ALTER TABLE `tablename` DROP CONSTRAINT `pk_tablename`
55
$forge->dropPrimaryKey('tablename');

0 commit comments

Comments
 (0)