Fix sequence creation to use "START WITH" not "STARTS WITH"

H2 wants "CREATE SEQUENCE x START WITH y".  I had a typo in the
SQL generator to build the sequence.  The property in the method
annotation is also renamed to match the SQL used.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2 files changed