Commit 7f06949d authored by NaduniRanasinghe's avatar NaduniRanasinghe

Post table created

parent a1f86e0d
CREATE TABLE `post` (
`ID` int(11) NOT NULL,
`TITLE` varchar(255) NOT NULL,
`CONTENT` text NOT NULL,
`IMAGE` blob,
`CATEGORY` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment