1 2 3 4 5 6 7
CREATE TABLE foo(/* Foo contains test things */ id int, -- Every table deserves an Id, right? timestamp time stamp -- And a timestamp );