in my database I have the following:
id bigint NOT NULL DEFAULT nextval('seq_telefonosnormalizados'::regclass),
While in grails I have the following:
static mapping = {
id column:"id", sqlType:"long", generator:'sequence', params:...
asked by
19.10.2018 / 19:58