https://api.laravel.com/docs/13.x/Illuminate/Database/Eloquent/Attributes/Table.html #[Table(table: 'users')] ```php public function __construct( ?string $name = null, ?string $key = null, ?string $keyType = null, ?bool $incrementing = null, ?bool $timestamps = null, ?string $dateFormat = null ) { } ```
https://api.laravel.com/docs/13.x/Illuminate/Database/Eloquent/Attributes/Table.html
#[Table(table: 'users')]