When Start application Server in cuba studio,Some tables like sec_user,sys_app_folder,sec_entity_log etc… are autogenerated in database. I want to restrict that tables in database.
These tables are required by the framework. If you are working with a legacy database and don’t want to modify it in any way, create an additional datastore for the legacy DB and use it when generating the model.
CUBA tables will always be in the main datastore which is configured on the Project properties > Main tab in Studio. Additional datastores can be configured on the Advanced tab.
1 Like