LazyRecord\Command\DiffCommand::brief PHP 메소드

brief() 공개 메소드

public brief ( )
    public function brief()
    {
        return 'Compare the defined schemas with the tables in database.';
    }
DiffCommand