Hello,
I am just stuck in a small quest :)
* some text about the next statement, foobar
CREATE TABLE foobar (
id int(11) NOT NULL auto_increment,
PRIMARY KEY (id), KEY name (name)
)
Is there a way to indent the CREATE-TABLE-block so it looks as it is
inside the bulleted list? (without adding X spaces which feels dirty)
Balu