Tag: database
Laravel: Raw query for between operator
Danyal December 8, 2020
Example for raw query of between operator.
Tip: Default current timestamp to Laravel migration
Danyal November 10, 2020
Quick tip of the day, how to add default datetime to migration.
Posted in Laravel Tagged database, migration, tip of the day
CRUD in Node.js
Danyal October 4, 2020
In this post you will see very basic implementation of CRUD in Node.js
Posted in javascript Tagged CRUD, database, javascript, mysql, Node.js
Laravel 5.6 use a prefix on database tables
Danyal July 17, 2018
Using database table prefix can be helful avoiding conflicts, if you are using same database…
Posted in Laravel, PHP Tagged database, Laravel 5.6, tables prefix