Does this tool accept feature to change data type within table? #1011

Open
opened 2026-03-04 11:32:47 -05:00 by deekerman · 3 comments
Owner

Originally created by @sgpay-pandhuwibowo on GitHub (Oct 17, 2025).

Hi

I want to ask to you guys, i need to edit my data type within my certain table, but in UI didn't find it, could u help us? Where is that?

Thanks

Originally created by @sgpay-pandhuwibowo on GitHub (Oct 17, 2025). Hi I want to ask to you guys, i need to edit my data type within my certain table, but in UI didn't find it, could u help us? Where is that? Thanks
Author
Owner

@sgpay-pandhuwibowo commented on GitHub (Oct 17, 2025):

I am using docker to install the db manager. This is my configs looks like

services:
  sandbox-infra-beaver-a3f9k2:
    image: dbeaver/cloudbeaver:25.1.4
    container_name: sandbox-infra-beaver-a3f9k2
    restart: unless-stopped
    environment:
      - CB_SECURITY_DISABLED=true
      - CB_SERVER_BASE_PATH=/beaver
      - CLOUDBEAVER_DEVEL_MODE=true
    volumes:
      - sandbox-infra-beaver-a3f9k2:/opt/cloudbeaver/workspace
    networks:
      - internal-net

volumes:
  sandbox-infra-beaver-a3f9k2:
    name: sandbox-infra-beaver-a3f9k2

networks:
  internal-net:
    external: true
@sgpay-pandhuwibowo commented on GitHub (Oct 17, 2025): I am using docker to install the db manager. This is my configs looks like ``` services: sandbox-infra-beaver-a3f9k2: image: dbeaver/cloudbeaver:25.1.4 container_name: sandbox-infra-beaver-a3f9k2 restart: unless-stopped environment: - CB_SECURITY_DISABLED=true - CB_SERVER_BASE_PATH=/beaver - CLOUDBEAVER_DEVEL_MODE=true volumes: - sandbox-infra-beaver-a3f9k2:/opt/cloudbeaver/workspace networks: - internal-net volumes: sandbox-infra-beaver-a3f9k2: name: sandbox-infra-beaver-a3f9k2 networks: internal-net: external: true ```
Author
Owner

@dariamarutkina commented on GitHub (Oct 17, 2025):

Hello, @sgpay-pandhuwibowo !
Thank you very much for your suggestion! 🦫
This functionality isn’t available at the moment, but we plan to add it in the future.

@dariamarutkina commented on GitHub (Oct 17, 2025): Hello, @sgpay-pandhuwibowo ! Thank you very much for your suggestion! 🦫 This functionality isn’t available at the moment, but we plan to add it in the future.
Author
Owner

@sgpay-pandhuwibowo commented on GitHub (Oct 17, 2025):

Can you guys make it this one as a priority? :)

@sgpay-pandhuwibowo commented on GitHub (Oct 17, 2025): Can you guys make it this one as a priority? :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1011
No description provided.