Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
CREATE
TABLE
`blog`
(
`blog
_
id`
int
(
11
)
NOT
NULL
,
`title`
varchar
(
50
)
NOT
NULL
,
`content`
text
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;