mpociot / laravel-test-factory-helper

Generate Laravel test factories from your existing models
935 stars 87 forks source link

Add backtick (`) in SQL #54

Open jxlwqq opened 4 years ago

jasonmccreary commented 4 years ago

Are there other raw SQL statements in this code? Is the backtick universally accepted by all the different drivers?

jxlwqq commented 4 years ago

Are there other raw SQL statements in this code? Is the backtick universally accepted by all the different drivers?

It should be the only one in this package.