gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Added name, email and password in shops table migration if its missing from current shops table #1209

Closed nahid closed 2 years ago

nahid commented 2 years ago

When someone uses their custom shops table, sometimes there may be no present name, email, and password columns. But these 3 columns are using this package natively. That's why I added this 3 column in migration. @osiset