add timestamp columns to tables
This commit is contained in:
@ -13,7 +13,14 @@ class Checkout extends Model
|
||||
'payment_method',
|
||||
'check_number',
|
||||
'cc_transaction',
|
||||
'cc_amount'
|
||||
'cc_amount',
|
||||
'created_at',
|
||||
'updated_at'
|
||||
];
|
||||
|
||||
protected $dates = [
|
||||
'created_at',
|
||||
'updated_at'
|
||||
];
|
||||
|
||||
public function bidders()
|
||||
|
Reference in New Issue
Block a user