💼
Recruit
  • Introduction
  • Features
  • 🚀GETTING STARTED
    • Server Requirements
    • Installation
      • Using Git Clone
      • Using Docker
    • Environment Variables
    • Database
      • Migration
      • Seed
  • 🔐Security
    • Authentication
    • Authorization
  • 👀Others
    • Server Sendmail
    • Form Captcha
  • ⚓Links
    • Source Code
    • Version Release
    • Update Docs
Powered by GitBook
On this page
Edit on GitHub
  1. GETTING STARTED
  2. Database

Migration

  1. Run migration command to create a tables for the system in the database:

$ php artisan migrate

The system will now create a tables and columns in the database you supplied in the .env file

PreviousDatabaseNextSeed

Last updated 1 year ago

🚀