Sections: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The Sections table gives information regarding the versions of the schema migrations. == Sections Variable Documentation == {| class="wikitable" !Name !!Datatype !!Description ...") |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="background-color: #ffcccc; border: 1px solid #cc0000; padding: 10px; margin-bottom: 20px; text-align: center;"> | |||
'''⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.''' | |||
</div> | |||
The Sections table gives information regarding the versions of the schema migrations. | The Sections table gives information regarding the versions of the schema migrations. | ||
== Sections Variable Documentation == | == Sections Variable Documentation == | ||
Latest revision as of 05:23, 9 December 2025
⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.
The Sections table gives information regarding the versions of the schema migrations.
Sections Variable Documentation
| Name | Datatype | Description ! |
|---|---|---|
| id | int(11) | Unique ID for each of the section. |
| name | varchar(255) | Name of the Section |
| description | text | Description of the Section. |
| created_at | datetime | Date time value when the record was created. |
| updated_at | datetime | Date time value when the record was updated. |
E/R diagram for Parents Tables
No Tables were referred by the Sections Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Sections Table as Foreign Key Relationship.
Back to Database Tables Main page.