Commit fab52ed6 authored by Kevin Kaminski's avatar Kevin Kaminski

Add SQL tables to README

parent 85039f40
# student-attendance-detail-service
## SQL tables
### Option 1:
| id | student_email | date | description | attended |
|-----|---------------|------|-------------|----------|
| int | string | date | text | boolean |
### Option 2:
| id | date | description | students_attended |
|-----|------|-------------|-------------------|
| int | date | text | array of strings |
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment