laravel icon indicating copy to clipboard operation
laravel copied to clipboard

if a table name is a language keyword

Open mo7amed-3bdalla7 opened this issue 7 years ago • 2 comments

if a table name is a php language keyword will cause syntax error

mo7amed-3bdalla7 avatar Jun 10 '17 07:06 mo7amed-3bdalla7

Would you mind sharing the error message you got, please? TIA.

CristianLlanos avatar Jun 11 '17 05:06 CristianLlanos

This is a good case for a new feature, supporting custom model names. It'll be more tedious for the ones using it since they will have to add the mapping for each table they want to rename.

CristianLlanos avatar Jul 09 '17 20:07 CristianLlanos