Skip to main content
Ctrl+K

Fadhil Journal documentation

  • ARM arch
  • Backend
  • Bare Metal
  • Cryptography
  • Database
    • Dockerfile
    • Gallery
    • Math
    • Netfilter
    • Other
    • PHP
    • Rust
    • Server
    • Sysprog
  • ARM arch
  • Backend
  • Bare Metal
  • Cryptography
  • Database
  • Dockerfile
  • Gallery
  • Math
  • Netfilter
  • Other
  • PHP
  • Rust
  • Server
  • Sysprog

Section Navigation

  • laravel 12 custom auth guard + tables
  • JWT
  • Laravel database schema with foreign key
  • laravel named routes
  • laravel pgsql migration setup
  • laravel service container
  • laravel Socialite setup
  • custom laravel helper
  • PHP (web)
  • Backend
  • installing tymon/jwt-auth with custom guard
  • PHP
  • laravel pgsql migration setup

laravel pgsql migration setup#

Mon Jun 9 05:56:55 AM WIB 2025

PGSQL datatype to laravel mapping function: https://api.laravel.com/docs/12.x/Illuminate/Database/Schema/Blueprint.html

buat migrationnya dengan

php artisan make:migration create_table_abc

run

php artisan migrate

rollback terbaru

php artisan migrate --rollback 1

previous

laravel named routes

next

laravel service container

Edit on GitHub

This Page

  • Show Source

© Copyright 2025, Fadhil Riyanto.

Created using Sphinx 7.3.7.

About me
Contact

Built with the PyData Sphinx Theme 0.16.1.