rename cols to cast

This commit is contained in:
2026-02-24 07:43:09 +03:00
parent fa4284b01f
commit 199e4c76e1
61 changed files with 38 additions and 38 deletions

View File

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