add separate flight_fields table and move over to flight_field_values
This commit is contained in:
@@ -34,8 +34,6 @@ class Pirep extends Model
|
||||
{
|
||||
use HashIdTrait;
|
||||
|
||||
public const ID_MAX_LENGTH = 12;
|
||||
|
||||
public $table = 'pireps';
|
||||
public $incrementing = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user