Skip to Main Content
Feature Request FR-3496
Product Area Developer Experience
Status OPEN

2 Voters

Tables should be segregate, Developer should be able to identify which tables are for which project

kangraliakshay Public
· Nov 16 2023

Idea Summary
Clearly describe your idea and provide as many details as possible.

Use Case
What are the use cases in which this idea useful?

Preferred Solution (Optional)
How would you implement this idea? If you are not sure, leave blank.

One more think Which pages refer to which table and option to change the table should be provided

This idea is open.

Comments

Comments

  • jayson hanes Admin OP2 weeks ago

    Developers can do this easily with a database object name PREFIX. For example, this app originally started out as a “Features Request” app - so all its database objects are prefixed with FR_*

  • fac586 OP2 weeks ago

    I would say this is already available. The correct way to organise objects across multiple projects is using database schemas. SQL Workshop pages have a schema selector, and in the Application Builder the objects available will be determined by the privileges assigned to the application parsing schema.