Profile Pic
Maincit

RELATED BLOGS

Create and Add Column to Table Laravel

Create table: php artisan make:migration create_users_table --create=users Add column to table: php artisan make:migration add_votes_to_users_table --table=users

Cara Generate Unique ID di Laravel

Berikut ini adalah source code untuk meng-generate Unique ID/Unik ID/UID/Nomor Unik pada table Laravel. Contoh jika saya ingin membuat kolom id pada.

LEAVE A REPLY