CourseFee, 104 (ver3.6.1)
Stores fees that are assessed based on course enrollment.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Amount | 3.6.1 | Float | Amount of the Fee assessed to this course. |
CourseID | 3.6.1 | Number(10,0) | The internal number for the course with which this record is associated. |
Course_Number | 3.6.1 | Varchar(11) | The course number attached to a course fee. |
DCID | 4.0.0 | Number(10,0) | Unique identifier for this table. Indexed. Required. |
FeeType | 3.6.1 | Varchar(20) | Type of the Fee associated to this course such as Books or extracurricular. |
ID | 3.6.1 | Number(10,0) | Sequential number generated by the application, but uniqueness in the table is not guaranteed. Indexed. |
SchoolID | 3.6.1 | Number(10,0) | The School_Number of the associated Schools record. |