Skip to content

Commit

Permalink
Minor cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandromorelli committed Aug 19, 2024
1 parent 7f8f8fb commit 7e3133b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/en/reference/schema-representation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,18 @@ and absolutely not portable.

Option values for MySQL, MariaDB, PostgreSQL and SQLite:

- true (bool)
- false (bool)
- ``true`` (bool)
- ``false`` (bool)

Option values for Oracle:

- global (string): emits CREATE GLOBAL TEMPORARY TABLE statement
- private (string): emits CREATE PRIVATE TEMPORARY TABLE statement, table name must begin with PRIVATE_TEMP_TABLE_PREFIX, default 'ORA$PTT'
- ``global`` (string): emits CREATE GLOBAL TEMPORARY TABLE statement
- ``private`` (string): emits CREATE PRIVATE TEMPORARY TABLE statement, table name must begin with PRIVATE_TEMP_TABLE_PREFIX, default 'ORA$PTT'

Option values for DB2:

- created (string): emits CREATE GLOBAL TEMPORARY TABLE statement
- declared (string): emits DECLARE GLOBAL TEMPORARY TABLE statement
- ``created`` (string): emits CREATE GLOBAL TEMPORARY TABLE statement
- ``declared`` (string): emits DECLARE GLOBAL TEMPORARY TABLE statement

- **on_commit** (string): declare table's commit options, only used if option **temporary** is set.
Supported on Oracle and PostgreSQL
Expand Down

0 comments on commit 7e3133b

Please sign in to comment.