Hi devs, hi peter, hi christoph,

I have a question about the new table translation.

At the moment the table looks like this:

CREATE TABLE public.translations
(
 trs_id int4 NOT NULL DEFAULT nextval('translations_trs_id_seq'::regclass),
 locale varchar(8),
 msgid varchar(512),
 msgstr varchar(512),
 CONSTRAINT translations_pkey PRIMARY KEY (trs_id)
);

Do we need the column trs_id ? Or can we skip it? It would we easier without the column, as we won't get problems with double entries in the trs_id column.

What do you think?

Best regards astrid
_______________________________________________
Mapbender_dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapbender_dev

Reply via email to