Hello,
Try the following query:
create table essai(
ID char(12) not null,
primary key (id)
);
The definition pane displays no lenght:
CREATE TABLE "essai" (
"id" bpchar NOT NULL,
CONSTRAINT "essai_pkey" PRIMARY KEY ("id")
);
The property editor show the correct column lenght.
Cheers,
Jean-Michel