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,7 @@
id,user_id,lesson_id,viewed_at
1,1,1,2023-01-16T10:00:00.000+03:00
2,1,2,2023-01-16T10:15:00.000+03:00
3,2,1,2023-01-21T09:00:00.000+03:00
4,3,3,2023-03-06T12:00:00.000+03:00
5,4,4,2023-04-02T10:00:00.000+03:00
6,4,5,2023-04-03T10:00:00.000+03:00
1 id user_id lesson_id viewed_at
2 1 1 1 2023-01-16T10:00:00.000+03:00
3 2 1 2 2023-01-16T10:15:00.000+03:00
4 3 2 1 2023-01-21T09:00:00.000+03:00
5 4 3 3 2023-03-06T12:00:00.000+03:00
6 5 4 4 2023-04-02T10:00:00.000+03:00
7 6 4 5 2023-04-03T10:00:00.000+03:00