1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Laravel Schema Migration

Discussão em 'Outras Linguagens' iniciado por Sadan Khan, Outubro 16, 2024 às 07:13.

  1. Sadan Khan

    Sadan Khan Guest

    What are the best and effective ways to reference foreign tables (foreign key) and also define a primary key in laravel?

    unsignedBigInteger('user_id');


    ndex('user_id');


    I am trying this with eloquent relation

    belongsTo


    and

    hasOne


    within the models.

    Continue reading...

Compartilhe esta Página