Appended 1 to database name to avoid conflits with other store databases.
This commit is contained in:
parent
4a934c1bbd
commit
0babf2b3ee
@ -21,8 +21,8 @@ name.
|
|||||||
|
|
||||||
## Creating the database
|
## Creating the database
|
||||||
```sql
|
```sql
|
||||||
CREATE DATABASE Store;
|
CREATE DATABASE Store1;
|
||||||
USE Store;
|
USE Store1;
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user