I'm using the Z Gadfly Database as my database
adapter, and i using Z SQL Method to create my table, but it is not allow for me
to create Primary Key for the my sequence integer field, beside that it also not
allow me to create a 'date' data type field.
my SQL will be:-
CREATE TABLE customer
(custno SERIAL PRIMARY
KEY,
custactdate DATE)