Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanniramos committed May 1, 2013
1 parent b2275b5 commit f21177a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/data.mysql.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#---------------------------------
# DATABASE guestbook
#---------------------------------
CREATE TABLE `guestbook` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`email` VARCHAR(32) NOT NULL DEFAULT 'noemail@test.com',
Expand All @@ -13,8 +16,9 @@ INSERT INTO guestbook (email, comment, created) VALUES
'Hello friends! Welcome to my guestbook',
NOW());

---------------------------------------------

#---------------------------------
# DATABASE books
#---------------------------------
CREATE TABLE `books` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`title` VARCHAR(100) NOT NULL,
Expand Down
Binary file modified data/guestbook-dev.db
Binary file not shown.
Binary file modified data/guestbook.db
Binary file not shown.

0 comments on commit f21177a

Please sign in to comment.