How to check column is exists or not in a table using Laravel?

if(Schema::hasColumn('admin', 'username')) ; //check whether admin table has username column { // write your logic here }

Popular posts from this blog

SQL In Static Id Wise Record Skip After Show Result