$useTablePrefix public property (available since version 2.0.8)
Indicates whether the table names generated should consider the tablePrefix
setting of the DB connection. For example, if the table name is post
the generator wil return {{%post}}
.
public boolean $useTablePrefix = false
Please login to continue.