'integer', 'room_id' => 'integer', 'start_date' => 'date', 'end_date' => 'date', 'price' => 'decimal:2', 'priority' => 'integer', 'is_active' => 'boolean', ]; public const TABLE_NAME = 'room_prices'; protected $table = self::TABLE_NAME; }