Hi, I'm making a little database for web, but i can't find how to export it (the code, not the content). If possible, the result should look like this example:
Is it possible to do? If yes, how?
Thanks
Edit: Using MS Office 2010
Code:
CREATE TABLE `tasks` (
`id` int(11) NOT NULL auto_increment,
`text` varchar(100) NOT NULL,
`added` datetime NOT NULL,
`done` enum('yes','no') NOT NULL default 'no',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
Is it possible to do? If yes, how?
Thanks
Edit: Using MS Office 2010
My Computer
- OS
- Win XP, 7, Ubuntu, FreeBSD