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
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