Description: LO Base: add a possibility to move tables' fields up and down (UI improvement) Steps to Reproduce: This is a suggestion to improve UI for LO Base 1. Create a new database (HSQLDB Embedded) 2. Create new table 3. Forgot to create Primary key, and create it while saving the table 4. Want to add new field in the table Actual Results: There is no possibility to move up or down for some field. For example, I want my Primary Key to be at the top of the list, but I can't move it up.. Expected Results: Add some possibility to move tables' fields up and down Reproducible: Always User Profile Reset: No Additional Info: Version: 6.3.0.0.alpha0+ Build ID: e3e15d8c625cbf56e1f03d9ebde966e78844c7a4 CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2018-12-13_20:10:25 Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US Calc: threaded
Created attachment 147605 [details] scr
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.
*** This bug has been marked as a duplicate of bug 109294 ***