Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbarracinv authored Aug 11, 2022
1 parent d4535be commit a1b01f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Included Files:

CREATE DATABASE `cbmbbs` /*!40100 DEFAULT CHARACTER SET utf8 */;

USE `cbmbbs`

CREATE TABLE `accounts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
Expand Down

0 comments on commit a1b01f1

Please sign in to comment.