This commit is contained in:
2026-02-24 07:25:45 +03:00
parent 5da4df2f14
commit 01a700d015
99 changed files with 127 additions and 0 deletions

Binary file not shown.

View File

View File

@@ -0,0 +1,6 @@
id,user_id,course_id,enrolled_at
1,1,1,2023-01-15
2,1,2,2023-02-01
3,2,1,2023-01-20
4,3,2,2023-03-05
5,4,3,2023-04-01
1 id user_id course_id enrolled_at
2 1 1 1 2023-01-15
3 2 1 2 2023-02-01
4 3 2 1 2023-01-20
5 4 3 2 2023-03-05
6 5 4 3 2023-04-01