Closed rose1988c closed 8 years ago
I noticed this
Model::select(array('something'))
IF There are 30+ columns in the table , It's not convenient.
why not just use select(['*']) ?
I noticed this
IF There are 30+ columns in the table , It's not convenient.