Skip to content

Commit 95b6c74

Browse files
authored
Merge pull request #7739 from johnd486/patch-1
Need to create database first
2 parents f237284 + a4bca00 commit 95b6c74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/tutorials-and-examples/cms/database.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ necessary tables:
1010

1111
.. code-block:: SQL
1212
13+
CREATE DATABASE cake_cms;
14+
1315
USE cake_cms;
1416
1517
CREATE TABLE users (

0 commit comments

Comments
 (0)