-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PD-4436: createTable tableType 4.19.0
- Loading branch information
1 parent
d2d4dac
commit 4542ff7
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
Content/Z_Resources/Snippets/def/attributes/change-types/change-type-table-type.flsnp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters