File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments