Skip to content

Commit

Permalink
PD-4436: createTable tableType 4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-velonis1 committed Oct 14, 2024
1 parent d2d4dac commit 4542ff7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd">
<head>
</head>
<body>
<p><b><MadCap:variable name="General.Liquibase" /> 4.19.0+.</b> Allows users to define tables with modifiers of the format: <code class="language-text">CREATE [options] TABLE</code>, where <code class="language-text">tableType</code> indicates the <code class="language-text">[options]</code>. For example, if <code class="language-text">tableType=TEMPORARY</code>, then the SQL <MadCap:variable name="General.Liquibase" /> generates becomes <code class="language-text">CREATE TEMPORARY TABLE</code>.</p>
</body>
</html>
9 changes: 9 additions & 0 deletions Content/change-types/create-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ <h2>Available <MadCap:variable name="General.Param/Attribute" />s</h2>
<td> </td>
<td>all</td>
</tr>
<tr>
<td><code>tableType</code>
</td>
<td>
<MadCap:snippetBlock src="../Z_Resources/Snippets/def/attributes/change-types/change-type-table-type.flsnp" />
</td>
<td>&#160;</td>
<td>h2, hana, oracle, mariadb, mysql, postgresql, snowflake</td>
</tr>
</tbody>
</table>
<h2 id="nested-tags">Nested tags</h2>
Expand Down

0 comments on commit 4542ff7

Please sign in to comment.