Tim Scott - 2016-04-29

mmm - first ever post here and there was no preview and now I can't edit it ... I've obviously messed up the formatting in what I thought was a table. Hopefully it's clearer below:

SVN                                  | Working Copy
------------------------------------ | ------------------------------------
INSERT INTO                          | INSERT INTO
fields_on_screen                     | fields_on_screen
(id, fieldname, fgcolour, bgcolour)  | (id, fieldname, fgcolour, bgcolour)
VALUES                               | VALUES
(123, 'surname', 'black', 'white' )  | (123, 'surname', 'black', 'smoke' )
                                     |
INSERT INTO                          | INSERT INTO
fields_on_screen                     | fields_on_screen
(id, fieldname, fgcolour, bgcolour)  | (id, fieldname, fgcolour, bgcolour)
VALUES                               | VALUES
(124, 'forename', 'black', 'white' ) | (124, 'forename', 'black', 'smoke' )