PSM_StudentContact (ver1.5)
This table contains information regarding personal contacts for students such as the mother or father. Data duplicated here from the originating SIS.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
1.5 | Varchar2(256) | Contact email. | |
FirstName | 1.5 | Varchar2(60) | Contact first name. |
ID | 1.5 | Number(19,0) | Unique sequential number generated by the application. Required. |
LastName | 1.5 | Varchar2(60) | Contact last name. |
Phone | 1.5 | Varchar2(30) | Contact phone number. |
StudentContactTypeID | 1.5 | Number(19,0) | Internal number for the associated PSM_StudentContactType record. |
StudentID | 1.5 | Number(19,0) | Internal number for the associated PSM_Student record. Required. |