Polypheny-DB
Polypheny-DB copied to clipboard
Reordering columns in schema view of Polypheny-UI
It should be possible to reorder columns in the schema view of Polypheny-UI. Columns can be reordered using the following SQL command:
ALTER TABLE [ schemaName . ] tableName MODIFY COLUMN columnName SET POSITION ( BEFORE | AFTER ) columnName
Hello, @vogti I like to get started on this issue so could you assign it to me. Thanks
Hi @HashmiAS. I have assigned the issue to you.
hi,@vogti I will like to get started on this issue, will u assign this issue to me . Thanks.
Hi @Pawanupadhyay10 @HashmiAS is already working on this issue. But I have assigned #255 to you.
Hi @vogti After deep-diving into both the UI and backend packages, I've decided to go forward with the approach of splitting the work into two PRs.
- Backend polypheny DB PR: This PR will be concerned with the backend server changes to support columns reordering via SQL.
- UI PR: This one will include the Angular/TS changes including the server call to the backend crud function implemented in PR 1 above.
Hi @HashmiAS This sounds good.