|
|
@@ -5,7 +5,7 @@ namespace App\Models;
|
|
|
class Prediction extends BaseModel
|
|
|
{
|
|
|
protected $table = 'prediction';
|
|
|
- protected $fillable = ['issue_no', 'size', 'odd_or_even', 'is_valid', 'winning_numbers'];
|
|
|
+ protected $fillable = ['issue_no', 'size','updated_at','created_at', 'odd_or_even', 'is_valid', 'winning_numbers'];
|
|
|
|
|
|
const SIZE_BIG = 1;//预测大小:大
|
|
|
const SIZE_SMALL = 0;//预测大小:小
|