Data
Overview
The Data > Models section provides users with a centralized interface to manage existing database tables. This section is essential for overseeing the structure of the database and maintaining control over its content. Here’s a breakdown of the features and functionality:
1. View Existing Tables:
• Displays a list of all existing tables in the database.
Columns include:
• №: Sequential number for table identification.
• Name: The name of the table.
• Description: A brief explanation or label for the table.
2. Search Bar:
• Located at the top of the table list, this feature allows users to search for specific tables by name or keyword for quick access.
3. Delete Tables:
• Each table in the list has a delete button 🗑 icon on the right.
• Clicking the delete button will permanently remove the table from the database. This action should be performed carefully as it cannot be undone.
4. Create New Tables:
• The + Create new button at the bottom of the list allows users to add new tables to the database.
• Clicking this button opens a setup interface where users can define the table structure, including fields and relationships.
Use Case
• Control Over Tables: Provides full control over the database structure, enabling users to update, delete, or add tables as needed.
• Administrative Management: Useful for administrators managing data models to ensure the database aligns with project requirements.
This section is a powerful tool for managing the table from database schema, ensuring efficient table data handling and customization for project-specific needs.
Last updated