|
6 | 6 | * Autogenerated. Do not modify. Modify SQL table, then generate with \PHPFUI\ORM\Tool\Generate\CRUD class.
|
7 | 7 | *
|
8 | 8 | * @property ?int $customer_id MySQL type integer
|
9 |
| - * @property \Tests\App\Record\Customer $customer_ related record |
| 9 | + * @property \Tests\App\Record\Customer $customer related record |
10 | 10 | * @property ?int $employee_id MySQL type integer
|
11 |
| - * @property \Tests\App\Record\Employee $employee_ related record |
| 11 | + * @property \Tests\App\Record\Employee $employee related record |
12 | 12 | * @property ?string $notes MySQL type longtext
|
13 | 13 | * @property string $order_date MySQL type datetime
|
14 | 14 | * @property int $order_id MySQL type integer
|
15 |
| - * @property \Tests\App\Record\Order $order_ related record |
| 15 | + * @property \Tests\App\Record\Order $order related record |
16 | 16 | * @property ?int $order_status_id MySQL type integer
|
17 |
| - * @property \Tests\App\Record\OrderStatus $order_status_ related record |
| 17 | + * @property \Tests\App\Record\OrderStatus $order_status related record |
18 | 18 | * @property ?int $order_tax_status_id MySQL type integer
|
19 |
| - * @property \Tests\App\Record\OrderTaxStatus $order_tax_status_ related record |
| 19 | + * @property \Tests\App\Record\OrderTaxStatus $order_tax_status related record |
20 | 20 | * @property ?string $paid_date MySQL type datetime
|
21 | 21 | * @property ?string $payment_type MySQL type varchar(50)
|
22 | 22 | * @property ?string $ship_address MySQL type longtext
|
|
27 | 27 | * @property ?string $ship_zip_postal_code MySQL type varchar(50)
|
28 | 28 | * @property ?string $shipped_date MySQL type datetime
|
29 | 29 | * @property ?int $shipper_id MySQL type integer
|
30 |
| - * @property \Tests\App\Record\Shipper $shipper_ related record |
| 30 | + * @property \Tests\App\Record\Shipper $shipper related record |
31 | 31 | * @property ?float $shipping_fee MySQL type decimal(19,4)
|
32 | 32 | * @property ?float $tax_rate MySQL type double
|
33 | 33 | * @property ?float $taxes MySQL type decimal(19,4)
|
|
0 commit comments