https://bugs.documentfoundation.org/show_bug.cgi?id=122139

Robert Großkopf <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Robert Großkopf <[email protected]> ---
It isn't possible to move fields by the GUI. So I will set this bug to new.

Note: HSQLDB only offers to move a new field at a special position by

ALTER TABLE "address" ADD "forename" VARCHAR(25) BEFORE "name";

Firebird offers

ALTER TABLE "address" ALTER "forename" POSITION 2;

So you could position the fields in Firebird after you have created the whole
table through the GUI.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to