Es lo mismo, solo tiene que corregir las comillas del identificador para usar el estándar SQL "identifer quoting" :
"date" timestamp not null default CURRENT_TIMESTAMP,
pero realmente, deberías no usa "date" como identificador.
Es lo mismo, solo tiene que corregir las comillas del identificador para usar el estándar SQL "identifer quoting" :
"date" timestamp not null default CURRENT_TIMESTAMP,
pero realmente, deberías no usa "date" como identificador.