File tree Expand file tree Collapse file tree
user_guide_src/source/dbmgmt Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,38 +232,6 @@ drivers to handle removal of tables with foreign keys.
232232Modifying Tables
233233****************
234234
235- Dropping a Foreign Key
236- ======================
237-
238- Execute a DROP FOREIGN KEY.
239-
240- .. literalinclude :: forge/019.php
241-
242- Dropping a Key
243- ===============
244-
245- Execute a DROP KEY.
246-
247- .. literalinclude :: forge/020.php
248-
249- .. _dropping-a-primary-key :
250-
251- Dropping a Primary Key
252- ======================
253-
254- .. versionadded :: 4.3.0
255-
256- Execute a DROP PRIMARY KEY.
257-
258- .. literalinclude :: forge/028.php
259-
260- Renaming a Table
261- ================
262-
263- Executes a TABLE rename
264-
265- .. literalinclude :: forge/021.php
266-
267235Adding a Column to a Table
268236==========================
269237
@@ -320,6 +288,38 @@ You may add keys to an existing table by using ``processIndexes()``:
320288
321289.. literalinclude :: forge/029.php
322290
291+ Dropping a Primary Key
292+ ======================
293+
294+ .. versionadded :: 4.3.0
295+
296+ Execute a DROP PRIMARY KEY.
297+
298+ .. literalinclude :: forge/028.php
299+
300+ Dropping a Key
301+ ===============
302+
303+ Execute a DROP KEY.
304+
305+ .. literalinclude :: forge/020.php
306+
307+ .. _dropping-a-primary-key :
308+
309+ Dropping a Foreign Key
310+ ======================
311+
312+ Execute a DROP FOREIGN KEY.
313+
314+ .. literalinclude :: forge/019.php
315+
316+ Renaming a Table
317+ ================
318+
319+ Executes a TABLE rename
320+
321+ .. literalinclude :: forge/021.php
322+
323323***************
324324Class Reference
325325***************
You can’t perform that action at this time.
0 commit comments