File tree 1 file changed +9
-7
lines changed 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,13 @@ parameter.ini by referencing the database-related parameters defined there:
151
151
'%database_password%',
8000
152
152
));
153
153
154
- Example MySQL Statement
155
- -----------------------
154
+ Example SQL Statements
155
+ ----------------------
156
156
157
- The SQL-Statement for creating the needed Database-Table could look like the
157
+ MySQL
158
+ ~~~~~
159
+
160
+ The SQL statement for creating the needed database table might look like the
158
161
following (MySQL):
159
162
160
163
.. code-block :: sql
@@ -167,11 +170,10 @@ following (MySQL):
167
170
UNIQUE KEY `session_id_idx` (`session_id`)
168
171
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
169
172
170
- Example PostgreSQL Statement
171
- ----------------------------
173
+ PostgreSQL
174
+ ~~~~~~~~~~
172
175
173
- The SQL-Statement for creating the needed Database-Table could look like the
174
- following (PostgreSQL):
176
+ For PostgreSQL, the statement should look like this:
175
177
176
178
.. code-block :: sql
177
179
You can’t perform that action at this time.
0 commit comments