[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File attachment API proposal v2



On Wed, 6 Jul 2011, Chris Travers wrote:

CREATE TABLE file_class (
id serial not null unique,
class text primary key);
);

Is something missing there?  (there is a ");" after "primary key")

Luke