Default table names

What does Yii 2 use for default table names that have more than one word.

For example should I call my "search term" table …

"searchTerm"

or

"SearchTerm"

or

"search_term"

What is the default so I do not have to define tableName property manually?