Admin Module Documentation
Introduction
The Admin module provides tools for managing the Comserv system. This documentation
covers the various features available in the Admin section and how to use them effectively.
Site Management
The Site Management section includes tools for:
- Edit Documentation - Update system documentation
- Change Styles - Modify the appearance of the site
- Theme Management - Create and manage site themes
- Add Theme Column - Add theme support to database tables
- Update Software - Keep the system up to date
- Change User Roles - Manage user permissions
- Access Logging - View system access logs
Database Schema Management
The Database Schema Management section provides tools for:
- Manage Schema - Central interface for schema operations
- Add New Schema - Create new database schemas
- Compare Schemas - Compare different schema versions
- Get Table Information - View detailed table structure
- Migrate Schema - Update database structure
Adding a New Schema
To add a new schema:
- Navigate to "Add New Schema" in the Admin section
- Enter the schema name and description
- Define tables, columns, and relationships
- Save the schema
Migrating a Schema
To migrate an existing schema:
- Navigate to "Migrate Schema" in the Admin section
- Select the source and target schemas
- Review the proposed changes
- Apply the migration
Best Practices
When working with the Admin module, consider these best practices:
- Always back up your database before making schema changes
- Test migrations in a development environment first
- Document all schema changes for future reference
- Use descriptive names for tables and columns
- Regularly review access logs for security purposes
cm