Skip to content

Commit 09650ea

Browse files
fix: 📝 fix desc
1 parent 90a01e5 commit 09650ea

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

config/userstamps.php

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,26 @@
1515
"users_table_id_column_name" => "id",
1616

1717
/*
18-
* Specify the column that stores the ID of the user who initially created the entry
18+
* If you set the column name to "created_by",
19+
* it will generate two columns:
20+
* - created_by_id
21+
* - created_by_type
1922
*/
2023
"created_by_column" => "created_by",
2124

2225
/*
23-
* Specify the column that holds the ID of the user who last updated the entry
26+
* If you set the column name to "updated_by",
27+
* it will generate two columns:
28+
* - updated_by_id
29+
* - updated_by_type
2430
*/
2531
"updated_by_column" => "updated_by",
2632

2733
/*
28-
* Specify the column that contains the ID of the user who removed the entry
34+
* If you set the column name to "deleted_by",
35+
* it will generate two columns:
36+
* - deleted_by_id
37+
* - deleted_by_type
2938
*/
3039
"deleted_by_column" => "deleted_by",
3140

0 commit comments

Comments
 (0)