Test
From Redrock Wiki
Field | Type | Description | Twig Tag | API | SFTP Export Column | Example |
---|---|---|---|---|---|---|
ID | bigint | The student's ID number. Should be unique. | {{Student.ID}} | Students.ID | ID | 1234567 |
First Name | varchar(80) | The student's preferred first name. | {{Student.First_Name}} | Students.First_Name | FirstName | Sam |
Last Name | varchar(80) | The student's last name | {{Student.Last_Name}} | Students.Last_Name | LastName | Smith |