Open rubiyat opened 7 years ago
Note: Make a database table. Do Not Commit .env file and composer.lock file
Table Name: suppliers 1.id 2.first_name (string) 3.last_name (string) 4.company_name(string) 5.address(string) 6.email(string) 7.phone(string)
Done in commit https://github.com/rubiyat/point-on-sale/commit/03fe05aaf8b131fa40542545ba563e91c8b77fa3
Update Note:
1.Remove first_name column 2.Remove last_name column 2.Make company_name (unique())
Done in commit https://github.com/rubiyat/point-on-sale/commit/4e81297742b68f7343abd5407e36d662266d71ba
Done in commit https://github.com/rubiyat/point-on-sale/commit/66212403e481ff9647fa74860e527a570a403257
Note: Make a database table. Do Not Commit .env file and composer.lock file
Table Name: suppliers 1.id 2.first_name (string) 3.last_name (string) 4.company_name(string) 5.address(string) 6.email(string) 7.phone(string)