라라벨 엘로퀀트 $table

1 개요[ | ]

라라벨 엘로퀀트 $table
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Flight extends Model
{
    protected $table = 'my_flights';
}
  • 모델명(클래스명)은 Flight 이고, DB테이블명은 my_flights 이다.

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}