How to enable designer tab in entity

image
I lost this tab in one project I’m working on, but it still shows up in another project

Hi

Do you have active trial or commercial license?

No ! I just moved from CUBA, and I can’t find the create table part in jmix and the sql command lines like in cuba, is there any part that can support me with this part?
Screenshot 2025-03-03 133819

Visual designers in Jmix Studio including “Designer” tab for entity are available as premium feature. So you need to have trial or commercial subscription to work with them. But for small projects with up to 10 entities and roles premium features available for free. So that might be the reason why you have designer available in one project and not in other. One of your projects exceeded 10 entities or roles.

See documentation for details: Account and Subscription :: Jmix Documentation

1 Like

There are no SQL scripts like in CUBA
Jmix uses Liquibase changelogs for database updates. You can see them in data store node in Jmix tool window.
https://docs.jmix.io/jmix/data-model/db-migration.html

1 Like

thx !!