File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,12 @@ Each item in the sample config file is thoroughly described & you can specify th
5959 The only files that get overwritten would be the ones ending with ** FieldsMetadata.php** .
6060If you want all classes to be regenerated, you would have to manually delete them before re-running the command.
6161
62+ > ** Note:** when you modify table or view columns in your database and you have previously generated your
63+ classes using a config whose ** store_table_col_metadata_array_in_file** entry has a value of ** true** , you SHOULD
64+ re-run this tool with the same config to update all the table column metadata files (i.e. those ending with ** FieldsMetadata.php** )
65+ so that your table / view column modifications are reflected in your application.
66+ This re-run will not modify your Model, Record & collection class files.
67+
6268The classes generated will have the directory structure below for a database with an ** authors** table & a ** posts** table:
6369
6470```
You can’t perform that action at this time.
0 commit comments