We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be90d8a commit 8c96e42Copy full SHA for 8c96e42
reference/configuration/doctrine.rst
@@ -21,6 +21,9 @@ Full default configuration
21
some_custom_type:
22
class: Acme\HelloBundle\MyCustomType
23
commented: true
24
+ # If enabled all tables not prefixed with sf2_ will be ignored by the schema
25
+ # tool. This is for custom tables which should not be altered automatically.
26
+ #schema_filter: ^sf2_
27
28
connections:
29
default:
0 commit comments