Tag: database

MYSQL: Count of online users for last 90 days

Quick tip of the day, wounder you like to take a count of all active/online…

 Posted in Databases, MySQL Tagged , , , , , ,
laravel_blog_image

Laravel: Raw query for between operator

Example for raw query of between operator.

 Posted in Laravel Tagged , , , ,
Laravel

Tip: Default current timestamp to Laravel migration

Quick tip of the day, how to add default datetime to migration.

 Posted in Laravel Tagged , ,

CRUD in Node.js

In this post you will see very basic implementation of CRUD in Node.js

 Posted in javascript Tagged , , , ,
Laravel

Laravel 5.6 use a prefix on database tables

Using database table prefix can be helful avoiding conflicts, if you are using same database…

 Posted in Laravel, PHP Tagged , ,